aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-11-29 17:06:34 +0100
committerRemita Amine <remitamine@gmail.com>2019-11-29 17:39:18 +0100
commit7f641d2c7a68b70d6c1e273af108741e5779bc28 (patch)
tree5237c8e3064c7f1c7b0331a4e6f275d7cdda4d26 /youtube_dl/extractor/extractors.py
parent348c6bf1c1a00eec323d6e21ff7b9b12699afe04 (diff)
downloadyoutube-dl-7f641d2c7a68b70d6c1e273af108741e5779bc28.tar.xz
[adobetv] improve extaction
- use OnDemandPagedList for list extractors - reduce show extraction requests - extract original video format and subtitles - add support for adobe tv embeds
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 0e349b778..0f27c9678 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -21,6 +21,7 @@ from .acast import (
from .adn import ADNIE
from .adobeconnect import AdobeConnectIE
from .adobetv import (
+ AdobeTVEmbedIE,
AdobeTVIE,
AdobeTVShowIE,
AdobeTVChannelIE,