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.
youtube-dl/youtube_dl
dirkf 0402710227 [jsinterp] Fix regexp parsing and .replace[All] method
* For performance, make regexp object instantiation lazy
 * Other small performance improvements
1 year ago
..
downloader [feat]: Add support to external downloader aria2p (#31500) 1 year ago
extractor [Youtube] Construct dash formats with `range` query 1 year ago
postprocessor [postprocessor] Don't replace existing value with null metadata parsed from title 2 years ago
YoutubeDL.py [core] Avoid processing empty format list after removing bad formats 2 years ago
__init__.py Introduce --output-na-placeholder (closes #27896) 3 years ago
__main__.py [refactor] Single quotes consistency 8 years ago
aes.py [netease] Get netease music download url through player api (#31235) 2 years ago
cache.py [cache] Add cache validation by program version, based on yt-dlp 2 years ago
casefold.py [compat] Work around in case folding for narrow Python build 2 years ago
compat.py [compat] Systematise compat_ naming 1 year ago
jsinterp.py [jsinterp] Fix regexp parsing and .replace[All] method 1 year ago
options.py [options] Document that postprocessing is not forced by --postprocessor-args 2 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 7 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py [update] Fix updating via symlinks (closes #23991) 4 years ago
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. 1 year ago
version.py release 2021.12.17 2 years ago