about summary refs log tree commit diff
path: root/youtube_dl/extractor/comedycentral.py
Commit message (Expand)AuthorAgeFilesLines
...
* [comedycentral] Use unicode_literalsPhilipp Hagemeister2014-01-221-30/+32
* [comedycentral] Adapt testcasePhilipp Hagemeister2014-01-221-1/+1
* [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
* | 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
* [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
* Move comedycentral into its own filePhilipp Hagemeister2013-06-231-0/+179