Browse Source

[extractors] Add QubIE import

Remita Amine 4 years ago
parent
commit
c0820dd52a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      youtube_dl/extractor/extractors.py

+ 4 - 1
youtube_dl/extractor/extractors.py

@@ -1221,7 +1221,10 @@ from .tv2dk import (
 from .tv2hu import TV2HuIE
 from .tv2hu import TV2HuIE
 from .tv4 import TV4IE
 from .tv4 import TV4IE
 from .tv5mondeplus import TV5MondePlusIE
 from .tv5mondeplus import TV5MondePlusIE
-from .tva import TVAIE
+from .tva import (
+    TVAIE,
+    QubIE,
+)
 from .tvanouvelles import (
 from .tvanouvelles import (
     TVANouvellesIE,
     TVANouvellesIE,
     TVANouvellesArticleIE,
     TVANouvellesArticleIE,