Add LivestreamIE (closes #1042)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-07-13 23:58:04 +02:00
parent b9d3e1635f
commit b4444d5ca2
2 changed files with 53 additions and 0 deletions

View file

@ -37,6 +37,7 @@ from .jukebox import JukeboxIE
from .justintv import JustinTVIE
from .keek import KeekIE
from .liveleak import LiveLeakIE
from .livestream import LivestreamIE
from .metacafe import MetacafeIE
from .mixcloud import MixcloudIE
from .mtv import MTVIE