Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-04 | [comedycentral] new shortcut :theopposition for "The Opposition" show | Philipp Hagemeister | |
2017-01-14 | [mtv,cc,cmt,spike] Improve and refactor | Sergey M․ | |
- Eliminate _transform_rtmp_url * Generalize triforce mgid extraction + [cmt] Add support for full-episodes (closes #11623) | |||
2017-01-10 | [mtv,cc] Use hls by default (closes #11641) | Sergey M․ | |
2017-01-05 | [comedycentral/mtv] Add support for HLS videos (fixes #11600) | Philipp Hagemeister | |
Currently, the HTTP files of the RTMP urls are not present for the The Daily Show. Use HLS instead for now. | |||
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-11-30 | [comedcycentral] Give /shows/.+/full-episodes URLs to the ↵ | Philipp Hagemeister | |
COmedyCentralFullEpisodesIE | |||
2016-11-29 | [comedycentral] Add new extractor for full-episodes | Philipp Hagemeister | |
CC seems to have added yet another indirection for full episodes - the mgid is now only in a linked feed. This may be a little brittle, but it's better than failing outright. Plus, the current The Daily Show episode now works :) | |||
2016-08-02 | [comedycentral] Re-add shortnames | Philipp Hagemeister | |
In cc99d4f826a942b18133fe4221c9de2f9197e860, the shortname feature got deleted by accident. Re-add it as a separate IE. | |||
2016-07-26 | [comedycentral] Remove IEs for *.cc.com except tosh.cc.com | Yen Chi Hsuan | |
All other subdomains now redirects to cc.com/* URLs | |||
2016-07-17 | [comedycentraltv] Add extractor (Closes #10101) | Sergey M․ | |
2016-05-22 | [cc] Add test for tosh.cc (Closes #9566) | Sergey M․ | |
2016-05-22 | [ComedyCentral] Add support for tosh.cc.com and cc.com/video-clips | TRox1972 | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey 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-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2016-02-13 | [comedycentral] Support /shows URLs (fixes #8405) | Jaime Marquínez Ferrándiz | |
2015-09-30 | [comedycentral] Fix youtube-dl :thedailyshow | Philipp Hagemeister | |
We'll let the generic IE follow the redirect and call back to us with the episode URL | |||
2015-04-17 | [comedycentral] Fix feed uri request (Closes #5449, closes #5455) | Sergey M․ | |
2015-02-26 | Adding subtitles | PishPosh.McGee | |
2015-01-31 | Fix flake8 errors | Jaime Marquínez Ferrándiz | |
2015-01-30 | [comedycentral:shows] Generate better IDs and add a test for that | Philipp Hagemeister | |
2015-01-22 | [comedycentral:shows] Remove references to colbert report | Philipp Hagemeister | |
2014-12-17 | [comedycentral] Match URLs with a second ID (fixes #4499) | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp 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-11-20 | [comedycentral] Modernize | Philipp Hagemeister | |
2014-11-20 | remove unused imports | Philipp Hagemeister | |
2014-11-14 | [ComedyCentralShows] Use the rtmp urls transform function from the MTV IE ↵ | Jaime Marquínez Ferrándiz | |
(fixes #3364) It produces the right mp4 urls, so we stop prefering the rtmp urls. | |||
2014-09-01 | [comedycentral] Prefer RTMP for now | Philipp Hagemeister | |
2014-09-01 | [comedycentral] Support news-team URLs (Fixes #3649) | Philipp Hagemeister | |
2014-09-01 | [comedycentral] Move tests to the extractor itself | Philipp Hagemeister | |
2014-07-16 | [comedycentral] Only recognize the cc.com domain | Jaime Marquínez Ferrándiz | |
The old comedycentral.com urls redirect to the new urls. | |||
2014-07-16 | [comedycentral] Recognize 'full-episodes' urls (fixes #3277) | Jaime Marquínez Ferrándiz | |
2014-06-24 | [comedycentral] Correct handling when latest tds episode is a ↵ | Philipp Hagemeister | |
special-episode instead of a regular one | |||
2014-05-30 | [comedycentralshows] Transform the rtmp urls so that rtmpdump can download ↵ | Jaime Marquínez Ferrándiz | |
them (fixes #3010) From 'rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/*' to 'rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm/gsp.comedystor/*' | |||
2014-04-11 | [comedycentral:shows] Add support for TDS special editions (Fixes #2733) | Philipp Hagemeister | |
2014-04-11 | [comedycentral] Fix test md5sum | Philipp Hagemeister | |
2014-04-09 | [comedycentral] Match more URLs | Philipp Hagemeister | |
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well. | |||
2014-04-03 | [comedycentral:shows] Do no include 6-digit identifier in display ID | Philipp Hagemeister | |
2014-04-03 | [comedycentral:shows] Support guest/ URLs (Fixes #2677) | Philipp Hagemeister | |
2014-04-01 | [comedycentral] Change XPath .//guid to ./guid (fixes #2668) | Jaime Marquínez Ferrándiz | |
It fails to find the element in python 2.6 and it's not required, the element is a direct child of the item node. | |||
2014-04-01 | [comedycentral] Update test title for 34cbc7ee8db36e85d2021455f468c5dc2da616b8 | Jaime Marquínez Ferrándiz | |
2014-04-01 | [comedycentral] Allow URLs with query parts (fixes #2661) | Philipp Hagemeister | |
2014-04-01 | [comedycentral] Add support for /videos URLs (Fixes #2660) | Philipp Hagemeister | |
2014-03-28 | [comedycentral] Duration can now be a float (Fixes #2647) | Philipp Hagemeister | |
2014-03-26 | [comedycentral] fix TDS extended interviews | Mark Lee | |
The new website broke the URL format. Added "playlist" as a valid ID keyword. | |||
2014-03-25 | [comedycentral] Better titles | Philipp Hagemeister | |
2014-03-25 | [comedycentral] Correct uri (Fixes #2627) | Philipp Hagemeister | |
2014-03-25 | [comedycentral] Fix thedailyshow / thecolbertreport (Fixes #2600, #2596) | Philipp Hagemeister | |
2014-03-17 | Update to comedycentral.py (cc.com) | ericpardee | |
Added cc.com as it's same as comedycentral.com and used, i.e. http://www.cc.com/video-clips/fmyq0m/broad-city-a-beautiful-railroad-style-apartment | |||
2014-01-30 | [comedycentral] Improve regexes | dst | |
2014-01-22 | [comedycentral] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | |