1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

Add EuropeanTourIE (#2247)

Closes #2208 
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta
2022-01-08 14:09:46 +05:30
committed by GitHub
parent bfa0e270cf
commit 3cf5429a21
2 changed files with 38 additions and 0 deletions

View File

@@ -436,6 +436,7 @@
)
from .esri import EsriVideoIE
from .europa import EuropaIE
from .europeantour import EuropeanTourIE
from .euscreen import EUScreenIE
from .expotv import ExpoTVIE
from .expressen import ExpressenIE