1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00
svtplay-dl/lib/svtplay_dl/service/dplay.py

12 lines
418 B
Python
Raw Normal View History

2015-10-04 14:40:00 +02:00
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
from svtplay_dl.error import ServiceError
2019-08-25 00:40:39 +02:00
from svtplay_dl.service import Service
2018-05-27 16:10:22 +02:00
class Discoveryplus(Service):
supported_domains = ["discoveryplus.se", "discoveryplus.no", "discoveryplus.dk", "discoveryplus.com"]
2015-10-04 14:40:00 +02:00
def get(self):
yield ServiceError("Can't download videos from this site anymore because of DRM")