diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-20 00:35:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-20 00:42:39 +0530 |
commit | 5c610515c90d090b66aa3d86be86fb06dff8457f (patch) | |
tree | 4e45688dff446de84bf65c386a723ca37e208a7f /youtube_dlc/extractor/extractors.py | |
parent | 8a51f564395b79e66b7e6c61176337af57baa28a (diff) | |
download | hypervideo-pre-5c610515c90d090b66aa3d86be86fb06dff8457f.tar.lz hypervideo-pre-5c610515c90d090b66aa3d86be86fb06dff8457f.tar.xz hypervideo-pre-5c610515c90d090b66aa3d86be86fb06dff8457f.zip |
[TrovoLive] Add extractor (partially fix #20)
Only VOD extractor has been implemented
Related: https://github.com/ytdl-org/youtube-dl/issues/26125
Related: https://github.com/blackjack4494/yt-dlc/issues/220
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 8b322466b..ecb35dd1c 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -1265,6 +1265,7 @@ from .toutv import TouTvIE from .toypics import ToypicsUserIE, ToypicsIE from .traileraddict import TrailerAddictIE from .trilulilu import TriluliluIE +from .trovolive import TrovoLiveIE from .trunews import TruNewsIE from .trutv import TruTVIE from .tube8 import Tube8IE |