diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-18 18:54:03 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-18 18:54:03 +0200 |
commit | 0529eef5a4513d8f3c042f09fe5485e1c41e2f08 (patch) | |
tree | 0fe2de0fe18e25b15d9a5ff5b983c5bc6e30eb7f /youtube_dl/extractor/__init__.py | |
parent | fd78a4d3e63f191e0774584d9b71bf25a2d8dbcf (diff) |
[hypestat] Unify allmyvideos and vidspot (Closes #3788)
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 75831b40a..97693018f 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -6,7 +6,6 @@ from .aftonbladet import AftonbladetIE from .anitube import AnitubeIE from .anysex import AnySexIE from .aol import AolIE -from .allmyvideos import AllmyvideosIE from .allocine import AllocineIE from .aparat import AparatIE from .appletrailers import AppleTrailersIE @@ -151,6 +150,7 @@ from .howcast import HowcastIE from .howstuffworks import HowStuffWorksIE from .huffpost import HuffPostIE from .hypem import HypemIE +from .hypestat import HypestatIE from .iconosquare import IconosquareIE from .ign import IGNIE, OneUPIE from .imdb import ( |