1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

Remove Python 3.6 support

Closes #3764
This commit is contained in:
pukkandan
2022-07-18 05:50:54 +05:30
parent 0b5583b112
commit 6929b41a21
14 changed files with 24 additions and 58 deletions

View File

@ -11,13 +11,14 @@ import math
import netrc
import os
import random
import re
import sys
import time
import urllib.parse
import urllib.request
import xml.etree.ElementTree
from ..compat import functools, re # isort: split
from ..compat import functools # isort: split
from ..compat import compat_etree_fromstring, compat_expanduser, compat_os_name
from ..downloader import FileDownloader
from ..downloader.f4m import get_base_url, remove_encrypted_media