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
YoutubeDL.py [cleanup] Remove unused code paths (#2173) 2022-04-12 05:32:50 +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 [aes] Add unpad_pkcs7 2022-02-01 00:29:36 +05:30
cache.py [docs,cleanup] Some minor refactoring and improve docs 2021-09-30 03:32:52 +05:30
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 [cleanup] Fix some typos (#2033) 2021-12-19 20:48:06 +05:30
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 Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
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 [utils] Standardize timestamp formatting code 2021-10-19 22:58:25 +05:30