[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