yt-dlp/yt_dlp
pukkandan bc6b9bcd65
[utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
d2558234cf added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL.
Eg: When using `yt-dlp "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.
2021-06-01 20:29:02 +05:30
..
downloader [hls,dash] When using `concurrent_fragment_downloads`, do not keep the fragment content in memory 2021-05-30 23:01:49 +05:30
extractor [Hotstar] Add HotStarSeriesIE (#366) 2021-06-01 20:14:03 +05:30
postprocessor [embedthumbnail] Correctly escape filename 2021-05-29 02:31:14 +05:30
YoutubeDL.py [embedthumbnail] Embed if any thumbnail was downloaded, not just the best 2021-05-29 02:31:14 +05:30
__init__.py [cleanup] Refactor updater 2021-05-26 01:13:08 +05:30
__main__.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
aes.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
cache.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
compat.py [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments 2021-04-28 17:21:14 +05:30
jsinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
options.py [cleanup] Refactor ffmpeg convertors 2021-05-22 15:20:42 +05:30
socks.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
swfinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
update.py [update] Block further update for unsupported systems 2021-06-01 03:32:09 +05:30
utils.py [utils] Escape URLs in `sanitized_Request`, not `sanitize_url` 2021-06-01 20:29:02 +05:30
version.py [version] update 2021-05-20 21:15:41 +05:30
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates 2021-04-28 17:21:26 +05:30