about summary refs log tree commit diff
path: root/youtube_dl/extractor/comedycentral.py
Commit message (Collapse)AuthorAgeFilesLines
* [comedycentral] fix extraction(closes #27905)Remita Amine2021-01-211-117/+26
|
* [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
| | | | | | - Eliminate _transform_rtmp_url * Generalize triforce mgid extraction + [cmt] Add support for full-episodes (closes #11623)
* [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
| | | | | Currently, the HTTP files of the RTMP urls are not present for the The Daily Show. Use HLS instead for now.
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* [comedcycentral] Give /shows/.+/full-episodes URLs to the ↵Philipp Hagemeister2016-11-301-2/+5
| | | | COmedyCentralFullEpisodesIE
* [comedycentral] Add new extractor for full-episodesPhilipp Hagemeister2016-11-291-1/+32
| | | | | | CC seems to have added yet another indirection for full episodes - the mgid is now only in a linked feed. This may be a little brittle, but it's better than failing outright. Plus, the current The Daily Show episode now works :)
* [comedycentral] Re-add shortnamesPhilipp Hagemeister2016-08-021-0/+20
| | | | In cc99d4f826a942b18133fe4221c9de2f9197e860, the shortname feature got deleted by accident. Re-add it as a separate IE.
* [comedycentral] Remove IEs for *.cc.com except tosh.cc.comYen Chi Hsuan2016-07-261-241/+31
| | | | All other subdomains now redirects to cc.com/* URLs
* [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
| | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
* [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
| | | | We'll let the generic IE follow the redirect and call back to us with the episode URL
* [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
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [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 ↵Jaime Marquínez Ferrándiz2014-11-141-12/+1
| | | | | | (fixes #3364) It produces the right mp4 urls, so we stop prefering the rtmp urls.
* [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
| | | | The old comedycentral.com urls redirect to the new urls.
* [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 ↵Philipp Hagemeister2014-06-241-1/+1
| | | | special-episode instead of a regular one
* [comedycentralshows] Transform the rtmp urls so that rtmpdump can download ↵Jaime Marquínez Ferrándiz2014-05-301-1/+1
| | | | | | them (fixes #3010) From 'rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/*' to 'rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm/gsp.comedystor/*'
* [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
| | | | Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
* [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
| | | | | It fails to find the element in python 2.6 and it's not required, the element is a direct child of the item node.
* [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
| | | | | The new website broke the URL format. Added "playlist" as a valid ID keyword.
* [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
| | | Added cc.com as it's same as comedycentral.com and used, i.e. http://www.cc.com/video-clips/fmyq0m/broad-city-a-beautiful-railroad-style-apartment
* [comedycentral] Improve regexesdst2014-01-301-2/+2
|