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