summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/comedycentral.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [comedycentral] Use unicode_literalsPhilipp Hagemeister2014-01-221-30/+32
|
* [comedycentral] Adapt testcasePhilipp Hagemeister2014-01-221-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ándiz2014-01-011-1/+3
|
* Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister2013-12-041-1/+1
|\
| * Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
| |
* | Move common code for extractors based in MTV services to a new base classJaime Marquínez Ferrándiz2013-12-031-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 implementedJaime Marquínez Ferrándiz2013-12-031-7/+2
|/
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-5/+2
|
* [comedycentral] Add support for comedycentral.com videos (closes #1824)Jaime Marquínez Ferrándiz2013-11-241-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 Hagemeister2013-10-041-35/+28
|
* ComedyCentralIE: support the extended interviews urls (fixes #1079)Jaime Marquínez Ferrándiz2013-07-211-1/+6
|
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-011-2/+1
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+11
|
* ComedycentralIE: Force conversion of the description to unicode (close #941)Jaime Marquínez Ferrándiz2013-06-261-1/+1
| | | | When writing to a file it would fail.
* Move comedycentral into its own filePhilipp Hagemeister2013-06-231-0/+179