1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
svtplay-dl/lib/svtplay_dl/service/dplay.py
2021-12-18 21:32:41 +01:00

12 lines
418 B
Python

# 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
from svtplay_dl.service import Service
class Discoveryplus(Service):
supported_domains = ["discoveryplus.se", "discoveryplus.no", "discoveryplus.dk", "discoveryplus.com"]
def get(self):
yield ServiceError("Can't download videos from this site anymore because of DRM")