diff options
author | Petr Novák <petr.novak@cosmoboy.cz> | 2018-01-27 17:34:31 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2018-01-27 23:34:31 +0700 |
commit | 27940ca09c51af23f7fcc6609ab75974576d5b19 (patch) | |
tree | c0c0a3ba2ba6fe786db4d2788cc3141834cd59e9 /youtube_dl/extractor/extractors.py | |
parent | 3931b84597c3de013ab9ec3455dbcdaf568871e2 (diff) |
[seznamzpravy] Add extractor (closes #14102)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 57e74ba62..b442256fe 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -933,6 +933,10 @@ from .servingsys import ServingSysIE from .servus import ServusIE from .sevenplus import SevenPlusIE from .sexu import SexuIE +from .seznamzpravy import ( + SeznamZpravyIE, + SeznamZpravyArticleIE, +) from .shahid import ( ShahidIE, ShahidShowIE, |