Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-01-22 | [comedycentral] Use unicode_literals | Philipp Hagemeister | |
2014-01-22 | [comedycentral] Adapt testcase | Philipp Hagemeister | |
In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt. | |||
2014-01-01 | [comedycentral] Recognize ‘video-collections’ urls (#2072) | Jaime Marquínez Ferrándiz | |
2013-12-04 | Merge remote-tracking branch 'dstftw/correct-valid-urls' | Philipp Hagemeister | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-12-03 | Move common code for extractors based in MTV services to a new base class | Jaime Marquínez Ferrándiz | |
Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it) | |||
2013-12-03 | Remove the compatibility code used before the new format system was implemented | Jaime Marquínez Ferrándiz | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-11-24 | [comedycentral] Add support for comedycentral.com videos (closes #1824) | Jaime Marquínez Ferrándiz | |
It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE | |||
2013-10-04 | [comedycentral] Prepare for generic video extraction (#980) | Philipp Hagemeister | |
2013-07-21 | ComedyCentralIE: support the extended interviews urls (fixes #1079) | Jaime Marquínez Ferrándiz | |
2013-07-01 | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-26 | ComedycentralIE: Force conversion of the description to unicode (close #941) | Jaime Marquínez Ferrándiz | |
When writing to a file it would fail. | |||
2013-06-23 | Move comedycentral into its own file | Philipp Hagemeister | |