diff options
author | Ashish Gupta <39122144+Ashish0804@users.noreply.github.com> | 2022-01-08 14:09:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 14:09:46 +0530 |
commit | 3cf5429a215cfc7f7413eb987c33cc66454cfa6a (patch) | |
tree | 2392a96738eefc9001d08aa58d0ebf7f7a24b4eb /yt_dlp/extractor/extractors.py | |
parent | bfa0e270cf08d75dd919d2bf21cdf2c175773aa0 (diff) | |
download | hypervideo-pre-3cf5429a215cfc7f7413eb987c33cc66454cfa6a.tar.lz hypervideo-pre-3cf5429a215cfc7f7413eb987c33cc66454cfa6a.tar.xz hypervideo-pre-3cf5429a215cfc7f7413eb987c33cc66454cfa6a.zip |
Add EuropeanTourIE (#2247)
Closes #2208
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 0353a8c74..e63d4b6f5 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -436,6 +436,7 @@ from .espn import ( ) from .esri import EsriVideoIE from .europa import EuropaIE +from .europeantour import EuropeanTourIE from .euscreen import EUScreenIE from .expotv import ExpoTVIE from .expressen import ExpressenIE |