diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2016-11-29 10:11:08 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2016-11-29 10:12:18 +0100 |
commit | cc61fc3934bb3d130e814e2d2345fe6cda2ad9c3 (patch) | |
tree | 10fc7a814bdeeb3b86029d0e35c9a7ff82ed6edb /youtube_dl/extractor/extractors.py | |
parent | c2530d3319fd32adfc43cc349b9491040ee631d5 (diff) |
[comedycentral] Add new extractor for full-episodes
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 :)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 563457fcb..46d007b7d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -180,6 +180,7 @@ from .cnn import ( from .coub import CoubIE from .collegerama import CollegeRamaIE from .comedycentral import ( + ComedyCentralFullEpisodesIE, ComedyCentralIE, ComedyCentralShortnameIE, ComedyCentralTVIE, |