aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2018-09-01 00:18:17 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2018-09-01 00:18:17 +0200
commitc1a37eb24a78fe07a3ad41fc151389e444b7962b (patch)
treea1234bfad22527ceebdfc39fc10b3c029285cb06 /youtube_dl/extractor/extractors.py
parent4991e16c2a62ecd1a81cbb9ff6563885c1bf6210 (diff)
downloadyoutube-dl-c1a37eb24a78fe07a3ad41fc151389e444b7962b.tar.xz
[ard] Add support for Beta ARD Mediathek
Thanks to https://blog.fefe.de/?ts=a577685d for pointing out support is missing.
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 6012d0f5f..995af9988 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -54,6 +54,7 @@ from .appletrailers import (
from .archiveorg import ArchiveOrgIE
from .arkena import ArkenaIE
from .ard import (
+ ARDBetaMediathekIE,
ARDIE,
ARDMediathekIE,
)