summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bet.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [mtvservices:embedded] Use another endpoint to get feed URLYen Chi Hsuan2016-08-241-3/+2
| | | | | | | | | | | 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.
* [bet] Moved to MTVServicesYen Chi Hsuan2016-06-181-61/+33
|
* Remove _sort_formats from _extract_*_formats methodsSergey M․2016-03-271-0/+1
| | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
* [bet] Use compat_urllib_parse_unquoteSergey M․2015-07-171-2/+2
|
* [bet] Use unique part of xml url as the video id and fix tests (closes #5642)blissland2015-05-081-6/+7
| | | | The guid changes often.
* [bet] Correct test IDsPhilipp Hagemeister2015-01-081-3/+2
|
* [bet] Update testSergey M․2015-01-021-1/+1
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
| | | | | | | | · 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
* [bet] Add extractor (Closes #4416)Sergey M․2014-12-091-0/+108