aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/comedycentral.py
Commit message (Expand)AuthorAgeFilesLines
* [comedycentral] new shortcut :theopposition for "The Opposition" showPhilipp Hagemeister2017-10-041-1/+5
* [mtv,cc,cmt,spike] Improve and refactorSergey M․2017-01-141-16/+1
* [mtv,cc] Use hls by default (closes #11641)Sergey M․2017-01-101-1/+1
* [comedycentral/mtv] Add support for HLS videos (fixes #11600)Philipp Hagemeister2017-01-051-1/+2
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* [comedcycentral] Give /shows/.+/full-episodes URLs to the COmedyCentralFullEp...Philipp Hagemeister2016-11-301-2/+5
* [comedycentral] Add new extractor for full-episodesPhilipp Hagemeister2016-11-291-1/+32
* [comedycentral] Re-add shortnamesPhilipp Hagemeister2016-08-021-0/+20
* [comedycentral] Remove IEs for *.cc.com except tosh.cc.comYen Chi Hsuan2016-07-261-241/+31
* [comedycentraltv] Add extractor (Closes #10101)Sergey M․2016-07-171-0/+33
* [cc] Add test for tosh.cc (Closes #9566)Sergey M․2016-05-221-1/+4
* [ComedyCentral] Add support for tosh.cc.com and cc.com/video-clipsTRox19722016-05-221-2/+2
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
* [comedycentral] Support /shows URLs (fixes #8405)Jaime Marquínez Ferrándiz2016-02-131-3/+6
* [comedycentral] Fix youtube-dl :thedailyshowPhilipp Hagemeister2015-09-301-6/+1
* [comedycentral] Fix feed uri request (Closes #5449, closes #5455)Sergey M․2015-04-171-1/+1
* Adding subtitlesPishPosh.McGee2015-02-261-0/+3
* Fix flake8 errorsJaime Marquínez Ferrándiz2015-01-311-19/+22
* [comedycentral:shows] Generate better IDs and add a test for thatPhilipp Hagemeister2015-01-301-1/+33
* [comedycentral:shows] Remove references to colbert reportPhilipp Hagemeister2015-01-221-2/+2
* [comedycentral] Match URLs with a second ID (fixes #4499)Philipp Hagemeister2014-12-171-1/+4
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
* [comedycentral] ModernizePhilipp Hagemeister2014-11-201-3/+1
* remove unused importsPhilipp Hagemeister2014-11-201-1/+0
* [ComedyCentralShows] Use the rtmp urls transform function from the MTV IE (fi...Jaime Marquínez Ferrándiz2014-11-141-12/+1
* [comedycentral] Prefer RTMP for nowPhilipp Hagemeister2014-09-011-0/+3
* [comedycentral] Support news-team URLs (Fixes #3649)Philipp Hagemeister2014-09-011-1/+4
* [comedycentral] Move tests to the extractor itselfPhilipp Hagemeister2014-09-011-2/+26
* [comedycentral] Only recognize the cc.com domainJaime Marquínez Ferrándiz2014-07-161-2/+2
* [comedycentral] Recognize 'full-episodes' urls (fixes #3277)Jaime Marquínez Ferrándiz2014-07-161-1/+1
* [comedycentral] Correct handling when latest tds episode is a special-episode...Philipp Hagemeister2014-06-241-1/+1
* [comedycentralshows] Transform the rtmp urls so that rtmpdump can download th...Jaime Marquínez Ferrándiz2014-05-301-1/+1
* [comedycentral:shows] Add support for TDS special editions (Fixes #2733)Philipp Hagemeister2014-04-111-1/+1
* [comedycentral] Fix test md5sumPhilipp Hagemeister2014-04-111-1/+1
* [comedycentral] Match more URLsPhilipp Hagemeister2014-04-091-2/+2
* [comedycentral:shows] Do no include 6-digit identifier in display IDPhilipp Hagemeister2014-04-031-1/+1
* [comedycentral:shows] Support guest/ URLs (Fixes #2677)Philipp Hagemeister2014-04-031-1/+1
* [comedycentral] Change XPath .//guid to ./guid (fixes #2668)Jaime Marquínez Ferrándiz2014-04-011-1/+1
* [comedycentral] Update test title for 34cbc7ee8db36e85d2021455f468c5dc2da616b8Jaime Marquínez Ferrándiz2014-04-011-1/+1
* [comedycentral] Allow URLs with query parts (fixes #2661)Philipp Hagemeister2014-04-011-2/+3
* [comedycentral] Add support for /videos URLs (Fixes #2660)Philipp Hagemeister2014-04-011-2/+5
* [comedycentral] Duration can now be a float (Fixes #2647)Philipp Hagemeister2014-03-281-2/+2
* [comedycentral] fix TDS extended interviewsMark Lee2014-03-261-2/+2
* [comedycentral] Better titlesPhilipp Hagemeister2014-03-251-2/+2
* [comedycentral] Correct uri (Fixes #2627)Philipp Hagemeister2014-03-251-0/+3
* [comedycentral] Fix thedailyshow / thecolbertreport (Fixes #2600, #2596)Philipp Hagemeister2014-03-251-56/+64
* Update to comedycentral.py (cc.com)ericpardee2014-03-171-1/+1
* [comedycentral] Improve regexesdst2014-01-301-2/+2
* [comedycentral] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-8/+0