diff options
author | Remita Amine <remitamine@gmail.com> | 2020-12-02 00:41:00 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2020-12-02 00:41:21 +0100 |
commit | c0820dd52ad2796b8ef159a0f6ab21ac28d4bf67 (patch) | |
tree | 8df035604ee6ae3b7d3b9f2d4a52e9fa21cc2e7c | |
parent | 2bb70750a9bb27aea34cab0e17327f549bae5734 (diff) |
[extractors] Add QubIE import
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 048e72f60..eb5a75f30 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1221,7 +1221,10 @@ from .tv2dk import ( from .tv2hu import TV2HuIE from .tv4 import TV4IE from .tv5mondeplus import TV5MondePlusIE -from .tva import TVAIE +from .tva import ( + TVAIE, + QubIE, +) from .tvanouvelles import ( TVANouvellesIE, TVANouvellesArticleIE, |