aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bet.py
AgeCommit message (Collapse)Author
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-08-24[mtvservices:embedded] Use another endpoint to get feed URLYen Chi Hsuan
Closes #10363 In the original mtvservices:embedded test case, config.xml is still used to get the feed URL. Some other examples, including test_Generic_40 (http://www.vulture.com/2016/06/new-key-peele-sketches-released.html), and the video mentioned in #10363, use another endpoint to get the feed URL. The 'index.html' approach works for the original test case, too. So I didn't keep the old approach.
2016-06-18[bet] Moved to MTVServicesYen Chi Hsuan
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey M․
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
2015-07-17[bet] Use compat_urllib_parse_unquoteSergey M․
2015-05-08[bet] Use unique part of xml url as the video id and fix tests (closes #5642)blissland
The guid changes often.
2015-01-08[bet] Correct test IDsPhilipp Hagemeister
2015-01-02[bet] Update testSergey M․
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-12-09[bet] Add extractor (Closes #4416)Sergey M․