1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-28 02:21:27 +00:00

Revert "Remove Python 3.6 support"

This reverts commit 6929b41a21.
This commit is contained in:
pukkandan
2022-08-19 09:37:32 +05:30
parent bf6bdf22de
commit 5dceb21df6
14 changed files with 57 additions and 23 deletions

View File

@@ -11,7 +11,6 @@ import math
import netrc
import os
import random
import re
import sys
import time
import types
@@ -19,7 +18,7 @@ import urllib.parse
import urllib.request
import xml.etree.ElementTree
from ..compat import functools # isort: split
from ..compat import functools, re # 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