mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
0b5583b112
commit
6929b41a21
14 changed files with 24 additions and 58 deletions
|
@ -1,3 +1,4 @@
|
|||
import asyncio
|
||||
import atexit
|
||||
import base64
|
||||
import binascii
|
||||
|
@ -46,7 +47,7 @@ import urllib.request
|
|||
import xml.etree.ElementTree
|
||||
import zlib
|
||||
|
||||
from .compat import asyncio, functools # isort: split
|
||||
from .compat import functools # isort: split
|
||||
from .compat import (
|
||||
compat_etree_fromstring,
|
||||
compat_expanduser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue