1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[ceskatelevize] Fix extractor (#1489)

Authored by: flashdagger
This commit is contained in:
Marcel
2021-10-31 05:49:03 +01:00
committed by GitHub
parent 404f611f1c
commit 92592bd305
2 changed files with 51 additions and 76 deletions

View File

@ -235,10 +235,7 @@ from .ccc import (
from .ccma import CCMAIE
from .cctv import CCTVIE
from .cda import CDAIE
from .ceskatelevize import (
CeskaTelevizeIE,
CeskaTelevizePoradyIE,
)
from .ceskatelevize import CeskaTelevizeIE
from .cgtn import CGTNIE
from .channel9 import Channel9IE
from .charlierose import CharlieRoseIE