diff options
author | Ashish <39122144+Ashish0804@users.noreply.github.com> | 2021-02-22 22:50:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 22:50:43 +0530 |
commit | da6dcbad7dc6489ab9d8532c2df05d8370d58bf4 (patch) | |
tree | 22def1b342b3d0f88a59ff914b8a41c111e1ebcb /youtube_dlc/extractor/extractors.py | |
parent | 6cfda0582b1307ae31cff676002e5b3e31bb7af2 (diff) |
[Zee5] Add new extractor (#100)
Co-authored-by: Ashish <ashish@pop-os.localdomain>
Co-authored-by: pukkandan <pukkandan@gmail.com>
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 8c6f96bd1..16837b766 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -1665,5 +1665,6 @@ from .zattoo import ( from .zdf import ZDFIE, ZDFChannelIE from .zhihu import ZhihuIE from .zingmp3 import ZingMp3IE +from .zee5 import Zee5IE from .zoom import ZoomIE from .zype import ZypeIE |