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

picsearch: supports mobil.dn.se as well

This commit is contained in:
Olof Johansson 2014-09-04 22:55:50 +02:00
parent ab4a7ee704
commit e84824ac7d

View File

@ -12,7 +12,7 @@ from svtplay_dl.fetcher.rtmp import RTMP
from svtplay_dl.log import log from svtplay_dl.log import log
class Picsearch(Service, OpenGraphThumbMixin): class Picsearch(Service, OpenGraphThumbMixin):
supported_domains = ['dn.se'] supported_domains = ['dn.se', 'mobil.dn.se']
def get(self, options): def get(self, options):
data = self.get_urldata() data = self.get_urldata()