diff options
author | TRox1972 <TRox1972@users.noreply.github.com> | 2016-05-19 03:42:09 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-20 22:10:13 +0600 |
commit | 6756602be6b59c7bff57ccaeb33844cdc5636910 (patch) | |
tree | c5790bb93667c48838a0258c4aa9589aba6c7ecc /youtube_dl/extractor/extractors.py | |
parent | 6c114b12104e8c9d0713d1cb2cd6c4ddc7872b7f (diff) |
[LocalNews8] add extractor (Closes #9200)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 74aba2d5c..5b96a086d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -396,6 +396,7 @@ from .livestream import ( LivestreamShortenerIE, ) from .lnkgo import LnkGoIE +from .localnews8 import LocalNews8IE from .lovehomeporn import LoveHomePornIE from .lrt import LRTIE from .lynda import ( |