mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
picsearch: supports mobil.dn.se as well
This commit is contained in:
parent
ab4a7ee704
commit
e84824ac7d
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user