diff options
author | Remita Amine <remitamine@gmail.com> | 2016-10-04 07:59:53 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-10-04 08:00:25 +0100 |
commit | 7232e54813481dc7b9b2ea9f70499a49badd75cc (patch) | |
tree | 94566533a5907be8c9405db7e2f55dcae5318bfd /youtube_dl/extractor/extractors.py | |
parent | 6eb5503b12286ef9813ee22e95622f09dab2ebe5 (diff) |
[tonline] Add new extractor(#10376)
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 f67e19526..e73956923 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -908,6 +908,7 @@ from .tnaflix import ( MovieFapIE, ) from .toggle import ToggleIE +from .tonline import TOnlineIE from .toutv import TouTvIE from .toypics import ToypicsUserIE, ToypicsIE from .traileraddict import TrailerAddictIE |