1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[tagesschau] Fix extractor (#1227)

Closes #1124
Authored by: u-spec-png
This commit is contained in:
u-spec-png
2021-10-21 23:39:50 +00:00
committed by GitHub
parent ef58c47637
commit 0f6e60bb57
2 changed files with 61 additions and 221 deletions

View File

@ -1387,10 +1387,7 @@ from .svt import (
from .swrmediathek import SWRMediathekIE
from .syfy import SyfyIE
from .sztvhu import SztvHuIE
from .tagesschau import (
TagesschauPlayerIE,
TagesschauIE,
)
from .tagesschau import TagesschauIE
from .tass import TassIE
from .tbs import TBSIE
from .tdslifeway import TDSLifewayIE