1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00
Closes #3472
This commit is contained in:
pukkandan
2022-04-19 02:57:20 +05:30
parent 43cc91ad75
commit 1e9969f4f5
4 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
import asyncio
import atexit
import base64
import binascii
@@ -41,6 +40,7 @@ import xml.etree.ElementTree
import zlib
from .compat import (
asyncio,
compat_brotli,
compat_chr,
compat_cookiejar,