diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-25 17:30:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 22:30:00 +0000 |
commit | 28d485714fef88937c82635438afba5db81f9089 (patch) | |
tree | a9f265c1eab4c99fb67d8acd251e69a3f1b86396 /yt_dlp/extractor/_extractors.py | |
parent | 0b7728618417e1aa382722a4d29b916b594d4459 (diff) |
[ie/tva] Fix extractor (#10567)
Closes #10555
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index d2140bc52..dcce7ffa7 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -2169,10 +2169,7 @@ from .tv5unis import ( TV5UnisVideoIE, ) from .tv24ua import TV24UAVideoIE -from .tva import ( - TVAIE, - QubIE, -) +from .tva import TVAIE from .tvanouvelles import ( TVANouvellesArticleIE, TVANouvellesIE, |