]> gitweb @ CieloNegro.org - youtube-dl.git/commit
[YoutubeDL] Do not override id, extractor and extractor_key in url_transparent
authorSergey M․ <dstftw@gmail.com>
Thu, 20 Jul 2017 17:13:32 +0000 (00:13 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 20 Jul 2017 17:13:32 +0000 (00:13 +0700)
commit0396806f671e5828c2abdeb8048acf8b654507b6
tree6ff8e94e78c9a1138474d9c1fcf99c39c2023dcf
parentdc6520aa3d1fe7afc52613e392f15dde90af4844
[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'.
test/test_YoutubeDL.py
youtube_dl/YoutubeDL.py