[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
This commit is contained in:
Sergey M․
2020-11-19 05:02:04 +07:00
parent 9b505185da
commit 91e954587f
3 changed files with 100 additions and 65 deletions

View File

@@ -58,7 +58,7 @@ from .ard import (
ARDMediathekIE,
)
from .arte import (
ArteTVPlus7IE,
ArteTVIE,
ArteTVEmbedIE,
ArteTVPlaylistIE,
)