1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[extractor/europarl] Add EuroParlWebstream Extractor (#5547)

Authored by: HobbyistDev
Closes #4933
This commit is contained in:
HobbyistDev
2022-12-10 17:44:43 +09:00
committed by GitHub
parent 3ac5476430
commit 22697a84f6
2 changed files with 85 additions and 1 deletions

View File

@ -537,7 +537,7 @@ from .espn import (
ESPNCricInfoIE,
)
from .esri import EsriVideoIE
from .europa import EuropaIE
from .europa import EuropaIE, EuroParlWebstreamIE
from .europeantour import EuropeanTourIE
from .eurosport import EurosportIE
from .euscreen import EUScreenIE