1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Support for Mtvservices (thedailyshow & colbertnation)

This commit is contained in:
Johan Andersson 2013-04-21 21:51:45 +02:00
parent 97254dd9f2
commit 7feba77677
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from svtplay_dl.utils import get_http_data
from svtplay_dl.service import service_handler, Generic
__version__ = "0.9.2013.04.17"
__version__ = "0.9.2013.04.21-dev"
class Options:
"""

View File

@ -12,6 +12,7 @@ from svtplay_dl.service.expressen import Expressen
from svtplay_dl.service.hbo import Hbo
from svtplay_dl.service.justin import Justin
from svtplay_dl.service.kanal5 import Kanal5
from svtplay_dl.service.mtvservices import Mtvservices
from svtplay_dl.service.nrk import Nrk
from svtplay_dl.service.qbrick import Qbrick
from svtplay_dl.service.ruv import Ruv
@ -31,6 +32,7 @@ sites = [
Hbo(),
Justin(),
Kanal5(),
Mtvservices(),
Nrk(),
Qbrick(),
Ruv(),