summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/mitele.py
Commit message (Collapse)AuthorAgeFilesLines
* [mitele] fix extraction(closes #21354)(closes #23456)Remita Amine2019-12-251-63/+36
|
* [mitele] reduce number of requests and update testsRemita Amine2018-07-281-99/+10
|
* [mitele] Fix extraction (closes #15186)Sergey M․2018-01-061-14/+16
|
* [mitele] Update app key regexLogan B2017-05-191-4/+2
|
* [mitele] Add support for ooyala videos (closes #12430)Sergey M․2017-03-131-0/+4
|
* [mitele] extract dash formatsRemita Amine2017-01-131-1/+1
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [mitele] Modernize and extract more metadataSergey M․2016-11-241-25/+67
|
* [mitele] Relax _VALID_URLzurfyx2016-11-241-1/+4
|
* [mitele] Fix extraction after website redesign (fixes #10824)DarkZeros2016-11-071-43/+56
|
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [telecinco] fix info extractionRemita Amine2016-07-061-50/+65
|
* [mitele] Extract series metadata and make title more robust (Closes #9758)Sergey M․2016-06-181-3/+46
|
* [mitele] Comment out unstable MD5Yen Chi Hsuan2016-04-251-3/+3
| | | | Also Akamai f4f fragments
* 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
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-3/+2
| | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [mitele] Fix extraction and update test checksum (fixes #7343)Jaime Marquínez Ferrándiz2015-11-021-2/+6
|
* [mitele] Fix test checksumJaime Marquínez Ferrándiz2015-10-241-1/+1
|
* [mitele] Don't encode the URL query (closes #7280)Jaime Marquínez Ferrándiz2015-10-241-1/+1
| | | | This seems to produce sporadic errors when trying to access the URL, because on python 3.x when you do '%s' % b'somedata' you get "b'somedata'".
* [mitele] Clarify IE_DESCSergey M․2015-09-161-1/+1
|
* [mitele] Fix extraction (Closes #6414)Sergey M․2015-09-161-47/+58
|
* [mitele] Use compat_urllib_parse_unquoteSergey M․2015-07-171-1/+2
|
* [mitele] It now uses m3u8 (#5764)Jaime Marquínez Ferrándiz2015-05-211-2/+7
| | | | It should also be possible to use Adobe HDS, but it would require more work.
* [telecinco] Recognize more urls (closes #5065)Jaime Marquínez Ferrándiz2015-02-251-2/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-7/+6
| | | | | | | | · 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
* [mitele] Fix on python 2.xJaime Marquínez Ferrándiz2014-10-231-1/+2
|
* [telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz2014-10-231-2/+10
| | | | It uses the same extraction process as mitele.es, but with a few small differences.
* [mitele] Add extractor for mitele.esJaime Marquínez Ferrándiz2014-08-181-0/+60