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.
..
downloader [hls,dash] When using `concurrent_fragment_downloads`, do not keep the fragment content in memory
extractor [Hotstar] Add HotStarSeriesIE ()
postprocessor [embedthumbnail] Correctly escape filename
YoutubeDL.py [embedthumbnail] Embed if any thumbnail was downloaded, not just the best
__init__.py [cleanup] Refactor updater
__main__.py Completely change project name to yt-dlp ()
aes.py Completely change project name to yt-dlp ()
cache.py Completely change project name to yt-dlp ()
compat.py [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments
jsinterp.py Completely change project name to yt-dlp ()
options.py [cleanup] Refactor ffmpeg convertors
socks.py Completely change project name to yt-dlp ()
swfinterp.py Completely change project name to yt-dlp ()
update.py [update] Block further update for unsupported systems
utils.py [utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
version.py [version] update
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates