diff --git a/svtplay_dl.py b/svtplay_dl.py index a259e46..44f9939 100755 --- a/svtplay_dl.py +++ b/svtplay_dl.py @@ -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=""): """