aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mitele.py
AgeCommit message (Collapse)Author
2020-12-27[mitele] fix free video extraction(#24624)(closes #25827)(closes #26757)Remita Amine
2019-12-25[mitele] fix extraction(closes #21354)(closes #23456)Remita Amine
2018-07-28[mitele] reduce number of requests and update testsRemita Amine
2018-01-06[mitele] Fix extraction (closes #15186)Sergey M․
2017-05-19[mitele] Update app key regexLogan B
2017-03-13[mitele] Add support for ooyala videos (closes #12430)Sergey M․
2017-01-13[mitele] extract dash formatsRemita Amine
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-11-24[mitele] Modernize and extract more metadataSergey M․
2016-11-24[mitele] Relax _VALID_URLzurfyx
2016-11-07[mitele] Fix extraction after website redesign (fixes #10824)DarkZeros
2016-09-14Improve some _VALID_URLsstepshal
2016-07-06[telecinco] fix info extractionRemita Amine
2016-06-18[mitele] Extract series metadata and make title more robust (Closes #9758)Sergey M․
2016-04-25[mitele] Comment out unstable MD5Yen Chi Hsuan
Also Akamai f4f fragments
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
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2015-11-02[mitele] Fix extraction and update test checksum (fixes #7343)Jaime Marquínez Ferrándiz
2015-10-24[mitele] Fix test checksumJaime Marquínez Ferrándiz
2015-10-24[mitele] Don't encode the URL query (closes #7280)Jaime Marquínez Ferrándiz
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'".
2015-09-16[mitele] Clarify IE_DESCSergey M․
2015-09-16[mitele] Fix extraction (Closes #6414)Sergey M․
2015-07-17[mitele] Use compat_urllib_parse_unquoteSergey M․
2015-05-21[mitele] It now uses m3u8 (#5764)Jaime Marquínez Ferrándiz
It should also be possible to use Adobe HDS, but it would require more work.
2015-02-25[telecinco] Recognize more urls (closes #5065)Jaime Marquínez Ferrándiz
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-10-23[mitele] Fix on python 2.xJaime Marquínez Ferrándiz
2014-10-23[telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz
It uses the same extraction process as mitele.es, but with a few small differences.
2014-08-18[mitele] Add extractor for mitele.esJaime Marquínez Ferrándiz