aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-01-08 10:03:44 +0700
committerSergey M․ <dstftw@gmail.com>2019-01-08 10:03:44 +0700
commit2543938bbe393ceef8dca6a69b441d54df099107 (patch)
tree99da0eef4890f348c308a9b5be839de14def9ba4 /youtube_dl/extractor/extractors.py
parent440863ade10c70bec272c1ffe17b63c877e46ca7 (diff)
downloadyoutube-dl-2543938bbe393ceef8dca6a69b441d54df099107.tar.xz
[hungama] Add support for videos (closes #17402)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 5ff34216f..ddeb70284 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -469,7 +469,10 @@ from .hrti import (
)
from .huajiao import HuajiaoIE
from .huffpost import HuffPostIE
-from .hungama import HungamaIE
+from .hungama import (
+ HungamaIE,
+ HungamaSongIE,
+)
from .hypem import HypemIE
from .iconosquare import IconosquareIE
from .ign import (