[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
commit 91e954587f
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
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,
)