mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-19 21:04:01 -07:00
[aenetworks] Fix extraction
- Fix Fastly format extraction - Add support for play and watch subdomains - Extract series metadata closes #23363 closes #23390 closes #26795 closes #26985
This commit is contained in:
parent
2bf0634d16
commit
fa604d9083
2 changed files with 165 additions and 114 deletions
|
@ -30,6 +30,8 @@ from .adobetv import (
|
|||
from .adultswim import AdultSwimIE
|
||||
from .aenetworks import (
|
||||
AENetworksIE,
|
||||
AENetworksCollectionIE,
|
||||
AENetworksShowIE,
|
||||
HistoryTopicIE,
|
||||
)
|
||||
from .afreecatv import AfreecaTVIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue