diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-22 08:23:20 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-22 08:23:20 +0600 |
commit | cf2e2eb1c0b626f2d5f210ffd14642aceb0358e6 (patch) | |
tree | e1965121e3422f0237ed92d9084b4394b7bdbf32 /youtube_dl/extractor/__init__.py | |
parent | 2051acdeb2ed9a0edf3b6b70682699c37d19d851 (diff) |
[comedycentral] Drop thedailyshow podcast extractor
Generic extractor is just fine for Libsyn embeds
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 82b75a144..d73826d44 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -84,7 +84,7 @@ from .cnn import ( ) from .collegehumor import CollegeHumorIE from .collegerama import CollegeRamaIE -from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE, TheDailyShowPodcastIE +from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE from .comcarcoff import ComCarCoffIE from .commonmistakes import CommonMistakesIE, UnicodeBOMIE from .condenast import CondeNastIE |