diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-22 07:44:28 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-22 07:44:28 +0600 |
commit | ef249a2cd7a7cfbd92a030cb72e238ba4ad52604 (patch) | |
tree | b64049a9ec6f311a458211016d6d0f099a792e1a /youtube_dl/extractor/__init__.py | |
parent | a09141548aa31db7c7d9457b10f5c84e6e32beba (diff) | |
parent | 9ef4f12b534578ae3d3e47815492c90826c03c36 (diff) |
Merge branch 'the-daily-show-podcast' of https://github.com/fstirlitz/youtube-dl into fstirlitz-the-daily-show-podcast
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index e25e4a582..a20492fc3 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 +from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE, TheDailyShowPodcastIE from .comcarcoff import ComCarCoffIE from .commonmistakes import CommonMistakesIE, UnicodeBOMIE from .condenast import CondeNastIE @@ -251,6 +251,7 @@ from .letv import ( LetvPlaylistIE ) from .lifenews import LifeNewsIE +from .libsyn import LibsynIE from .liveleak import LiveLeakIE from .livestream import ( LivestreamIE, |