1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-23 00:05:38 +00:00
youtube-dl/youtube_dl
2023-04-02 18:32:21 +08:00
..
downloader [FragmentFD] Respect --no-continue 2023-03-14 16:23:20 +00:00
extractor Modify extractor according to suggestions 2023-04-02 18:32:21 +08:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
casefold.py
compat.py [compat] Systematise compat_ naming 2023-02-13 03:54:51 +00:00
jsinterp.py [jsinterp] Fix regexp parsing and .replace[All] method 2023-03-07 01:24:21 +00:00
options.py
socks.py
swfinterp.py
update.py
utils.py Escape URLs in sanitized_Request, not sanitize_url d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, sanitize_url may not always receive an actual URL. Eg: When using youtube-dl "search query" --default-search ytsearch, search query gets escaped to search%20query before being prefixed with ytsearch: which is not the intended behavior. So the escaping is moved to sanitized_Request instead. 2023-02-20 20:27:25 +00:00
version.py
YoutubeDL.py [core] Handle /../ sequences in HTTP URLs 2023-03-14 16:23:20 +00:00