diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-01-23 00:52:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-01-23 00:52:23 +0600 |
commit | 4c0d13df9bdf7222fbfa6dde543ffcdb47696392 (patch) | |
tree | 6ae0a3c1cde32c7bc0770c2bce50148afb11a73b /youtube_dl/extractor/__init__.py | |
parent | b2c6528baf990d1fc0ad7b435595102ae2d8ba2d (diff) |
[lovehomeporn] Add extractor
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 4ea6a3f71..245e4d044 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -358,6 +358,7 @@ from .livestream import ( LivestreamShortenerIE, ) from .lnkgo import LnkGoIE +from .lovehomeporn import LoveHomePornIE from .lrt import LRTIE from .lynda import ( LyndaIE, |