1
0
Fork 0

[ie/adobetv] Fix extractor (#13917)

Removes AdobeTVChannelIE, AdobeTVEmbedIE, AdobeTVIE, AdobeTVShowIE

Authored by: doe1080
This commit is contained in:
doe1080 2025-08-19 01:32:26 +09:00 committed by GitHub
commit c22660aed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 63 additions and 266 deletions

View file

@ -58,13 +58,7 @@ from .adn import (
ADNSeasonIE,
)
from .adobeconnect import AdobeConnectIE
from .adobetv import (
AdobeTVChannelIE,
AdobeTVEmbedIE,
AdobeTVIE,
AdobeTVShowIE,
AdobeTVVideoIE,
)
from .adobetv import AdobeTVVideoIE
from .adultswim import AdultSwimIE
from .aenetworks import (
AENetworksCollectionIE,