about summary refs log tree commit diff
path: root/youtube_dl/extractor/mtv.py
Commit message (Collapse)AuthorAgeFilesLines
* [mtv] Fix Viacom A/B Testing Video Player extraction(closes #28703)Remita Amine2021-04-081-2/+5
|
* [extractor] escape forgotten dot for hostnames in regular expression (#28530)The Hatsune Daishi2021-03-241-1/+1
|
* [comedycentral] fix extraction(closes #27905)Remita Amine2021-01-211-12/+11
|
* [mtv] fix mgid extraction(closes #26841)Remita Amine2020-11-191-0/+12
|
* [mtv] add support for mtvjapan.comRemita Amine2019-10-281-20/+17
|
* [mtv] fix extraction for mtv.de (closes #22113)Remita Amine2019-10-281-32/+19
|
* [mtv] correct scc extention in extracted subtitles(closes #13730)Remita Amine2017-11-291-4/+11
|
* Fix some regexesSergey M․2017-10-091-1/+1
|
* [mtv] Improve thumbnal extractionSergey M․2017-07-231-2/+1
|
* [mtv] Skip missing video parts (closes #13690)Sergey M․2017-07-231-6/+22
|
* [mtv81] Add extractor (closes #7619)Sergey M․2017-01-281-0/+29
|
* [cmt,mtv,southpark] Add support for episode URLs (closes #11837)Sergey M․2017-01-261-1/+4
|
* [mtv] Relax triforce feed regex (closes #11766)Sergey M․2017-01-181-1/+1
|
* [mtv,cc,cmt,spike] Improve and refactorSergey M․2017-01-141-18/+40
| | | | | | - Eliminate _transform_rtmp_url * Generalize triforce mgid extraction + [cmt] Add support for full-episodes (closes #11623)
* [mtv] Use native hls by defaultSergey M․2017-01-101-1/+2
|
* [mtv,cc] Use hls by default (closes #11641)Sergey M․2017-01-101-3/+3
|
* [mtv] Fix non-hls extractionSergey M․2017-01-101-1/+1
| | | | method attribute may not be present
* [mtv] Add default value for use_hlsSergey M․2017-01-101-2/+2
| | | | These methods are used across codebase with old number of arguments
* [comedycentral/mtv] Add support for HLS videos (fixes #11600)Philipp Hagemeister2017-01-051-23/+32
| | | | | Currently, the HTTP files of the RTMP urls are not present for the The Daily Show. Use HLS instead for now.
* [spike] Fix full episodes extractionMark Lee2016-11-291-2/+3
|
* [mtv] Improve _VALID_URLSergey M․2016-09-271-1/+1
|
* [mtv] add common IE_NAME prefix for MTVIE and MTVVideoIERemita Amine2016-09-241-1/+3
|
* [mtv] add support for new website urls(closes #8169)(closes #9808)Remita Amine2016-09-241-0/+21
|
* [mtvservices:embedded] Use another endpoint to get feed URLYen Chi Hsuan2016-08-241-14/+13
| | | | | | | | | | | 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.
* [mtvservices:embedded] Update config URLYen Chi Hsuan2016-08-221-2/+2
| | | | | | All starts from #10363. The test case in mtvservices:embedded uses config.xml, while the video from #10363 and the test case in generic.py is broken. Both uses index.html for fetching the feed URL.
* [mtv.de] Skip 2 geo-restricted testsYen Chi Hsuan2016-07-261-0/+2
|
* [mtv] Fix for videos with missing bitratesYen Chi Hsuan2016-07-261-1/+1
|
* [mtv] Extract more metadata and moreYen Chi Hsuan2016-07-261-28/+30
| | | | | | | | 1. Remove MTVIggyIE. All www.mtviggy.com URLs now redirects to www.mtv.com 2. Fix MTVDEIE 3. Return multiple URLs from _transform_rtmp_url. This is for tosh.cc.com
* [mtvservices] Strip descriptionSergey M․2016-07-171-1/+2
|
* [mtvservices] Fix ext for RTMP streamsYen Chi Hsuan2016-06-181-2/+3
|
* [mtv] Use compat_xpath and fix FutureWarningSergey M․2016-06-181-2/+3
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+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
* [mtv] Fix description extraction (Closes #8962)Sergey M․2016-03-241-5/+2
|
* [mtv] imporove duration extractionremitamine2016-02-191-5/+3
|
* [mtv] Extract duration from each playlist itemRiCON2016-02-191-0/+5
| | | | | RSS used instead of manifest files because it's exact to the millisecond with the video I tested while in manifest it's only exact to the second.
* [mtv] extract mgid extraction and query building into separate methodsremitamine2015-12-311-8/+13
|
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compat_urllib_request.Request [downloader/dash] Use sanitized_Request [downloader/http] Use sanitized_Request [atresplayer] Use sanitized_Request [bambuser] Use sanitized_Request [bliptv] Use sanitized_Request [brightcove] Use sanitized_Request [cbs] Use sanitized_Request [ceskatelevize] Use sanitized_Request [collegerama] Use sanitized_Request [extractor/common] Use sanitized_Request [crunchyroll] Use sanitized_Request [dailymotion] Use sanitized_Request [dcn] Use sanitized_Request [dramafever] Use sanitized_Request [dumpert] Use sanitized_Request [eitb] Use sanitized_Request [escapist] Use sanitized_Request [everyonesmixtape] Use sanitized_Request [extremetube] Use sanitized_Request [facebook] Use sanitized_Request [fc2] Use sanitized_Request [flickr] Use sanitized_Request [4tube] Use sanitized_Request [gdcvault] Use sanitized_Request [extractor/generic] Use sanitized_Request [hearthisat] Use sanitized_Request [hotnewhiphop] Use sanitized_Request [hypem] Use sanitized_Request [iprima] Use sanitized_Request [ivi] Use sanitized_Request [keezmovies] Use sanitized_Request [letv] Use sanitized_Request [lynda] Use sanitized_Request [metacafe] Use sanitized_Request [minhateca] Use sanitized_Request [miomio] Use sanitized_Request [meovideo] Use sanitized_Request [mofosex] Use sanitized_Request [moniker] Use sanitized_Request [mooshare] Use sanitized_Request [movieclips] Use sanitized_Request [mtv] Use sanitized_Request [myvideo] Use sanitized_Request [neteasemusic] Use sanitized_Request [nfb] Use sanitized_Request [niconico] Use sanitized_Request [noco] Use sanitized_Request [nosvideo] Use sanitized_Request [novamov] Use sanitized_Request [nowness] Use sanitized_Request [nuvid] Use sanitized_Request [played] Use sanitized_Request [pluralsight] Use sanitized_Request [pornhub] Use sanitized_Request [pornotube] Use sanitized_Request [primesharetv] Use sanitized_Request [promptfile] Use sanitized_Request [qqmusic] Use sanitized_Request [rtve] Use sanitized_Request [safari] Use sanitized_Request [sandia] Use sanitized_Request [shared] Use sanitized_Request [sharesix] Use sanitized_Request [sina] Use sanitized_Request [smotri] Use sanitized_Request [sohu] Use sanitized_Request [spankwire] Use sanitized_Request [sportdeutschland] Use sanitized_Request [streamcloud] Use sanitized_Request [streamcz] Use sanitized_Request [tapely] Use sanitized_Request [tube8] Use sanitized_Request [tubitv] Use sanitized_Request [twitch] Use sanitized_Request [twitter] Use sanitized_Request [udemy] Use sanitized_Request [vbox7] Use sanitized_Request [veoh] Use sanitized_Request [vessel] Use sanitized_Request [vevo] Use sanitized_Request [viddler] Use sanitized_Request [videomega] Use sanitized_Request [viewvster] Use sanitized_Request [viki] Use sanitized_Request [vk] Use sanitized_Request [vodlocker] Use sanitized_Request [voicerepublic] Use sanitized_Request [wistia] Use sanitized_Request [xfileshare] Use sanitized_Request [xtube] Use sanitized_Request [xvideos] Use sanitized_Request [yandexmusic] Use sanitized_Request [youku] Use sanitized_Request [youporn] Use sanitized_Request [youtube] Use sanitized_Request [patreon] Use sanitized_Request [extractor/common] Remove unused import [nfb] PEP 8
* [mtvservices:embedded] Add _extract_urlSergey M․2015-09-261-0/+7
|
* [mtv] Look for sm4:video:embed (Closes #6936, closes #6970)Sergey M․2015-09-261-1/+7
|
* [mtvservices] Fix title extraction under python 2Sergey M․2015-08-281-1/+1
|
* [mtvservices] Catch more georestriction errorsSergey M․2015-08-281-1/+1
|
* [mtvde] Add support for newsSergey M․2015-08-281-1/+18
|
* [mtvde] Add test for mediagen URL without querySergey M․2015-08-281-0/+12
|
* [mtvservices] Fix mediagen URL generationSergey M․2015-08-281-1/+2
|
* [mtvde] Simplify (Closes #6673)Sergey M․2015-08-281-30/+29
|
* [MTV] move German mtv site to new classPaul Hartmann2015-08-281-0/+37
|
* [mtv] Stuff lang into info URL when availableSergey M․2015-04-251-1/+6
|
* [mtv] Capture and output error message (#5420)Sergey M․2015-04-151-0/+8
|
* [mtv] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-19/+7
|
* [mtv] Modernize and clean up testPhilipp Hagemeister2015-02-011-21/+13
|