1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-19 22:48:53 +00:00

[Zee5] Add new extractor (#100)

Co-authored-by: Ashish <ashish@pop-os.localdomain>
Co-authored-by: pukkandan <pukkandan@gmail.com>
This commit is contained in:
Ashish
2021-02-22 22:50:43 +05:30
committed by GitHub
parent 6cfda0582b
commit da6dcbad7d
2 changed files with 114 additions and 0 deletions

View File

@@ -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