diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2018-09-01 00:18:17 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2018-09-01 00:18:17 +0200 |
commit | c1a37eb24a78fe07a3ad41fc151389e444b7962b (patch) | |
tree | a1234bfad22527ceebdfc39fc10b3c029285cb06 /youtube_dl/extractor/extractors.py | |
parent | 4991e16c2a62ecd1a81cbb9ff6563885c1bf6210 (diff) |
[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.py | 1 |
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, ) |