mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-12 19:55:57 +00:00
[docs] Misc Cleanup (#8977)
Closes #8355, #8944 Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan Co-authored-by: sepro <[email protected]> Co-authored-by: bashonly <[email protected]> Co-authored-by: Arthurszzz <[email protected]> Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: bashonly <[email protected]>
This commit is contained in:
co-authored by
sepro
bashonly
Arthurszzz
Simon Sawicki
bashonly
parent
0abf2f1f15
commit
47ab66db0f
+1
-1
@@ -4,7 +4,7 @@ if sys.version_info < (3, 8):
|
||||
raise ImportError(
|
||||
f'You are using an unsupported version of Python. Only Python versions 3.8 and above are supported by yt-dlp') # noqa: F541
|
||||
|
||||
__license__ = 'Public Domain'
|
||||
__license__ = 'The Unlicense'
|
||||
|
||||
import collections
|
||||
import getpass
|
||||
|
||||
Reference in New Issue
Block a user