yt-dlp/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'.
2017-07-21 00:13:32 +07:00
..
downloader Fix bugs caused by typos 2017-07-14 23:08:32 +07:00
extractor [egghead:lesson] Add extractor (#6635) 2017-07-20 23:22:36 +07:00
postprocessor Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #13587) 2017-07-09 17:09:44 +07:00
__init__.py
__main__.py
aes.py
cache.py
compat.py [compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254) 2017-06-17 23:14:24 +07:00
jsinterp.py
options.py [README.md] Clarify output template references (closes #13316) 2017-06-08 21:52:19 +07:00
socks.py
swfinterp.py
update.py
utils.py [utils] Support attributes with no values in get_elements_by_attribute() 2017-07-05 23:27:12 +08:00
version.py release 2017.07.15 2017-07-15 07:36:05 +07:00
YoutubeDL.py [YoutubeDL] Do not override id, extractor and extractor_key in url_transparent 2017-07-21 00:13:32 +07:00