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

[arte] Add an extractor for future.arte.tv (closes #1593)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-10-13 14:21:13 +02:00
parent c40f5cf45c
commit 69a0c470b5
2 changed files with 30 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ from .arte import (
ArteTvIE,
ArteTVPlus7IE,
ArteTVCreativeIE,
ArteTVFutureIE,
)
from .auengine import AUEngineIE
from .bandcamp import BandcampIE