Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |