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
Sergey M․ 0396806f67
[YoutubeDL] Do not override id, extractor and extractor_key in url_transparent
All these meta fields must be borrowed from final extractor that actually performs extraction.
This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously
used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'.
7 years ago
..
downloader Fix bugs caused by typos 7 years ago
extractor [egghead:lesson] Add extractor (#6635) 7 years ago
postprocessor Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #13587) 7 years ago
YoutubeDL.py [YoutubeDL] Do not override id, extractor and extractor_key in url_transparent 7 years ago
__init__.py Introduce --keep-fragments 7 years ago
__main__.py
aes.py [aes] Add aes_cbc_encrypt 7 years ago
cache.py Use expand_path where appropriate (closes #12556) 7 years ago
compat.py [compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254) 7 years ago
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 7 years ago
options.py [README.md] Clarify output template references (closes #13316) 7 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
utils.py [utils] Support attributes with no values in get_elements_by_attribute() 7 years ago
version.py release 2017.07.15 7 years ago