mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
parent
254edb99b7
commit
92b734daab
@ -59,6 +59,10 @@ class Urplay(Service, OpenGraphThumbMixin):
|
||||
self.get_urldata()):
|
||||
res.append(urljoin(self.url, relurl.replace("&", "&")))
|
||||
|
||||
for relurl in re.findall(r'<a class="card program"\s+href="([^"]*)"',
|
||||
self.get_urldata()):
|
||||
res.append(urljoin(self.url, relurl.replace("&", "&")))
|
||||
|
||||
if options.all_last != -1:
|
||||
res = res[-options.all_last:]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user