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
2022-04-12 05:32:50 +05:30
..
downloader Do not prevent download if locking is unsupported 2022-04-05 23:32:22 +05:30
extractor [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30
postprocessor [FFmpegMetadataPP] Remove \0 from metadata 2022-04-12 01:15:19 +05:30
__init__.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30
__main__.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30
aes.py
cache.py
compat.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30
cookies.py [cookies] Report progress when importing cookies 2022-04-10 01:21:35 +05:30
jsinterp.py
minicurses.py [cookies] Report progress when importing cookies 2022-04-10 01:21:35 +05:30
options.py [docs] Minor improvements (#3309, #3343) 2022-04-08 14:09:10 +05:30
socks.py
update.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30
utils.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30
version.py [version] update 2022-04-08 09:57:06 +00:00
webvtt.py
YoutubeDL.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +05:30