diff options
author | Vukkk <Vukkk@github.com> | 2016-08-31 10:56:11 +0200 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2017-04-12 19:36:02 +0100 |
commit | 3ef1d0c73373000bf65851c7afe9c68e707e4a97 (patch) | |
tree | 774fe226a24188a1a807fc30d328c72327dca9e3 /youtube_dl/extractor/extractors.py | |
parent | 3962260b7d398d75ce456dbb08a85ae8fcecfd28 (diff) |
[tv2hu] Add new extractor
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 68e1a5cfc..7484099f6 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1031,6 +1031,7 @@ from .tv2 import ( TV2IE, TV2ArticleIE, ) +from .tv2hu import TV2HUIE from .tv3 import TV3IE from .tv4 import TV4IE from .tv5mondeplus import TV5MondePlusIE |