Skip to content

Commit

Permalink
[extractors] Add QubIE import
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Dec 1, 2020
1 parent 2bb7075 commit c0820dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,10 @@
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,
Expand Down

0 comments on commit c0820dd

Please sign in to comment.