summaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/comedycentral.py
AgeCommit message (Expand)Author
2017-10-04[comedycentral] new shortcut :theopposition for "The Opposition" showPhilipp Hagemeister
2017-01-14[mtv,cc,cmt,spike] Improve and refactorSergey M․
2017-01-10[mtv,cc] Use hls by default (closes #11641)Sergey M․
2017-01-05[comedycentral/mtv] Add support for HLS videos (fixes #11600)Philipp Hagemeister
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-11-30[comedcycentral] Give /shows/.+/full-episodes URLs to the COmedyCentralFullEp...Philipp Hagemeister
2016-11-29[comedycentral] Add new extractor for full-episodesPhilipp Hagemeister
2016-08-02[comedycentral] Re-add shortnamesPhilipp Hagemeister
2016-07-26[comedycentral] Remove IEs for *.cc.com except tosh.cc.comYen Chi Hsuan
2016-07-17[comedycentraltv] Add extractor (Closes #10101)Sergey M․
2016-05-22[cc] Add test for tosh.cc (Closes #9566)Sergey M․
2016-05-22[ComedyCentral] Add support for tosh.cc.com and cc.com/video-clipsTRox1972
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
2016-02-14[refactor] Single quotes consistencySergey M․
2016-02-13[comedycentral] Support /shows URLs (fixes #8405)Jaime Marquínez Ferrándiz
2015-09-30[comedycentral] Fix youtube-dl :thedailyshowPhilipp Hagemeister
2015-04-17[comedycentral] Fix feed uri request (Closes #5449, closes #5455)Sergey M․
2015-02-26Adding subtitlesPishPosh.McGee
2015-01-31Fix flake8 errorsJaime Marquínez Ferrándiz
2015-01-30[comedycentral:shows] Generate better IDs and add a test for thatPhilipp Hagemeister
2015-01-22[comedycentral:shows] Remove references to colbert reportPhilipp Hagemeister
2014-12-17[comedycentral] Match URLs with a second ID (fixes #4499)Philipp Hagemeister
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-11-20[comedycentral] ModernizePhilipp Hagemeister
2014-11-20remove unused importsPhilipp Hagemeister
2014-11-14[ComedyCentralShows] Use the rtmp urls transform function from the MTV IE (fi...Jaime Marquínez Ferrándiz
2014-09-01[comedycentral] Prefer RTMP for nowPhilipp Hagemeister
2014-09-01[comedycentral] Support news-team URLs (Fixes #3649)Philipp Hagemeister
2014-09-01[comedycentral] Move tests to the extractor itselfPhilipp Hagemeister
2014-07-16[comedycentral] Only recognize the cc.com domainJaime Marquínez Ferrándiz
2014-07-16[comedycentral] Recognize 'full-episodes' urls (fixes #3277)Jaime Marquínez Ferrándiz
2014-06-24[comedycentral] Correct handling when latest tds episode is a special-episode...Philipp Hagemeister
2014-05-30[comedycentralshows] Transform the rtmp urls so that rtmpdump can download th...Jaime Marquínez Ferrándiz
2014-04-11[comedycentral:shows] Add support for TDS special editions (Fixes #2733)Philipp Hagemeister
2014-04-11[comedycentral] Fix test md5sumPhilipp Hagemeister
2014-04-09[comedycentral] Match more URLsPhilipp Hagemeister
2014-04-03[comedycentral:shows] Do no include 6-digit identifier in display IDPhilipp Hagemeister
2014-04-03[comedycentral:shows] Support guest/ URLs (Fixes #2677)Philipp Hagemeister
2014-04-01[comedycentral] Change XPath .//guid to ./guid (fixes #2668)Jaime Marquínez Ferrándiz
2014-04-01[comedycentral] Update test title for 34cbc7ee8db36e85d2021455f468c5dc2da616b8Jaime Marquínez Ferrándiz
2014-04-01[comedycentral] Allow URLs with query parts (fixes #2661)Philipp Hagemeister
2014-04-01[comedycentral] Add support for /videos URLs (Fixes #2660)Philipp Hagemeister
2014-03-28[comedycentral] Duration can now be a float (Fixes #2647)Philipp Hagemeister
2014-03-26[comedycentral] fix TDS extended interviewsMark Lee
2014-03-25[comedycentral] Better titlesPhilipp Hagemeister
2014-03-25[comedycentral] Correct uri (Fixes #2627)Philipp Hagemeister
2014-03-25[comedycentral] Fix thedailyshow / thecolbertreport (Fixes #2600, #2596)Philipp Hagemeister
2014-03-17Update to comedycentral.py (cc.com)ericpardee
2014-01-30[comedycentral] Improve regexesdst
2014-01-22[comedycentral] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz