diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-11-19 05:02:04 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-11-19 05:02:04 +0700 |
commit | 91e954587f5b2b4760b73275ad0720933c0136a7 (patch) | |
tree | 6caf1c9ca28de7cb8618b70629a8aa732338450e /youtube_dl/extractor/extractors.py | |
parent | 9b505185da1f7148e02174fce693583af68976d9 (diff) |
[arte] Rework extractors
* Reimplement embed and playlist extractors to delegate to the single entrypoint artetv extractor
Beware reluctant download archive extractor keys breakage.
* Improve embeds detection (closes #27057)
- Remove obsolete code
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 11ef47261..088800eb9 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -58,7 +58,7 @@ from .ard import ( ARDMediathekIE, ) from .arte import ( - ArteTVPlus7IE, + ArteTVIE, ArteTVEmbedIE, ArteTVPlaylistIE, ) |