diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-20 18:32:59 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-20 18:32:59 +0200 |
commit | 71a6eaff83636415f9a0f985bf6e4b35b859ab54 (patch) | |
tree | 10d46130dbe5dc641128a291277835839e7cfbfc /youtube_dl/extractor/__init__.py | |
parent | 7fd48d0413f1325619562a0ad0580e4a7fff34e1 (diff) | |
parent | 604f292ab7701b9284e50877f68ae7fcadcc34bf (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 03d2e446d..a17a80a5f 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -53,6 +53,7 @@ from .cnn import ( from .collegehumor import CollegeHumorIE from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE from .condenast import CondeNastIE +from .cracked import CrackedIE from .criterion import CriterionIE from .crunchyroll import CrunchyrollIE from .cspan import CSpanIE @@ -252,6 +253,7 @@ from .rutube import ( RutubePersonIE, ) from .rutv import RUTVIE +from .sapo import SapoIE from .savefrom import SaveFromIE from .scivee import SciVeeIE from .screencast import ScreencastIE @@ -399,6 +401,7 @@ from .youtube import ( YoutubeUserIE, YoutubeWatchLaterIE, ) + from .zdf import ZDFIE |