diff options
author | peugeot <peugeot@psa.fr> | 2014-08-30 18:37:45 +0200 |
---|---|---|
committer | peugeot <peugeot@psa.fr> | 2014-08-30 18:37:45 +0200 |
commit | 72c65d39ff4cfadba5eb5021c8dfd99e69c3e3a4 (patch) | |
tree | 87d9c605d188947dbe48f906b84dc647e0c66600 /youtube_dl/extractor/__init__.py | |
parent | 08a36c35693d212405a50b490f7f1828830e60ee (diff) |
Add support for AnySex
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 1479d998a..84f601cef 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -4,6 +4,7 @@ from .addanime import AddAnimeIE from .adultswim import AdultSwimIE from .aftonbladet import AftonbladetIE from .anitube import AnitubeIE +from .anysex import AnySexIE from .aol import AolIE from .allocine import AllocineIE from .aparat import AparatIE |