You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
felix cfb0511d82
[cleanup] Remove unused code paths (#2173)
Notes:

* `_windows_write_string`: Fixed in 3.6
  * https://bugs.python.org/issue1602
  * PEP: https://www.python.org/dev/peps/pep-0528

* Windows UTF-8 fix: Fixed in 3.3
  * https://bugs.python.org/issue13216

* `__loader__`: is always present in 3.3+
  * https://bugs.python.org/issue14646

* `workaround_optparse_bug9161`: Fixed in 2.7
  * https://bugs.python.org/issue9161

Authored by: fstirlitz
2 years ago
..
downloader Do not prevent download if locking is unsupported 2 years ago
extractor [cleanup] Remove unused code paths (#2173) 2 years ago
postprocessor [FFmpegMetadataPP] Remove `\0` from metadata 2 years ago
YoutubeDL.py [cleanup] Remove unused code paths (#2173) 2 years ago
__init__.py [cleanup] Remove unused code paths (#2173) 2 years ago
__main__.py [cleanup] Remove unused code paths (#2173) 2 years ago
aes.py [aes] Add unpad_pkcs7 2 years ago
cache.py [docs,cleanup] Some minor refactoring and improve docs 3 years ago
compat.py [cleanup] Remove unused code paths (#2173) 2 years ago
cookies.py [cookies] Report progress when importing cookies 2 years ago
jsinterp.py [cleanup] Fix some typos (#2033) 3 years ago
minicurses.py [cookies] Report progress when importing cookies 2 years ago
options.py [docs] Minor improvements (#3309, #3343) 2 years ago
socks.py Completely change project name to yt-dlp (#85) 3 years ago
update.py [cleanup] Remove unused code paths (#2173) 2 years ago
utils.py [cleanup] Remove unused code paths (#2173) 2 years ago
version.py [version] update 2 years ago
webvtt.py [utils] Standardize timestamp formatting code 3 years ago