added an IE and test for dotsub.

This commit is contained in:
M.Yasoob Khalid 2013-07-09 00:05:52 +05:00
parent 81f0259b9e
commit 13e06d298c
2 changed files with 43 additions and 1 deletions

View file

@ -1,4 +1,3 @@
from .archiveorg import ArchiveOrgIE
from .ard import ARDIE
from .arte import ArteTvIE
@ -12,6 +11,7 @@ from .comedycentral import ComedyCentralIE
from .cspan import CSpanIE
from .dailymotion import DailymotionIE
from .depositfiles import DepositFilesIE
from .dotsub import DotsubIE
from .dreisat import DreiSatIE
from .eighttracks import EightTracksIE
from .escapist import EscapistIE