1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-10 19:07:07 -05:00

[adobetv] improve extaction

- use OnDemandPagedList for list extractors
- reduce show extraction requests
- extract original video format and subtitles
- add support for adobe tv embeds
This commit is contained in:
Remita Amine
2019-11-29 17:06:34 +01:00
parent 348c6bf1c1
commit 7f641d2c7a
2 changed files with 166 additions and 74 deletions

View File

@@ -21,6 +21,7 @@ from .acast import (
from .adn import ADNIE
from .adobeconnect import AdobeConnectIE
from .adobetv import (
AdobeTVEmbedIE,
AdobeTVIE,
AdobeTVShowIE,
AdobeTVChannelIE,