You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
downloader [hls,dash] When using `concurrent_fragment_downloads`, do not keep the fragment content in memory 3 years ago
extractor [Hotstar] Add HotStarSeriesIE (#366) 3 years ago
postprocessor [embedthumbnail] Correctly escape filename 3 years ago
YoutubeDL.py [embedthumbnail] Embed if any thumbnail was downloaded, not just the best 3 years ago
__init__.py [cleanup] Refactor updater 3 years ago
__main__.py Completely change project name to yt-dlp (#85) 3 years ago
aes.py Completely change project name to yt-dlp (#85) 3 years ago
cache.py Completely change project name to yt-dlp (#85) 3 years ago
compat.py [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments 3 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 3 years ago
options.py [cleanup] Refactor ffmpeg convertors 3 years ago
socks.py Completely change project name to yt-dlp (#85) 3 years ago
swfinterp.py Completely change project name to yt-dlp (#85) 3 years ago
update.py [update] Block further update for unsupported systems 3 years ago
utils.py [utils] Escape URLs in `sanitized_Request`, not `sanitize_url` 3 years ago
version.py [version] update 3 years ago
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates 3 years ago