1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-28 17:53:24 +00:00

[ard] Add suppor for plain ARD downloads (Fixes #3546)

This commit is contained in:
Philipp Hagemeister
2014-08-27 02:36:57 +02:00
parent aff216edf4
commit 6d3d3fc083
2 changed files with 63 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from .allocine import AllocineIE
from .aparat import AparatIE
from .appletrailers import AppleTrailersIE
from .archiveorg import ArchiveOrgIE
from .ard import ARDIE
from .ard import ARDIE, ARDMediathekIE
from .arte import (
ArteTvIE,
ArteTVPlus7IE,