mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
generic: return the site when we found it
This commit is contained in:
parent
6f3889fada
commit
fafca242c1
@ -1263,9 +1263,7 @@ class generic(object):
|
||||
url = match.group(1)
|
||||
for i in sites:
|
||||
if i.handle(url):
|
||||
stream = i
|
||||
break
|
||||
return url, stream
|
||||
return url, i
|
||||
|
||||
def progressbar(total, pos, msg=""):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user