mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
fix for svtplay
This commit is contained in:
parent
14694e46e3
commit
a577cca5ba
@ -273,7 +273,7 @@ class Svtplay(Common):
|
||||
self.live = live
|
||||
|
||||
def get(self, url):
|
||||
other = ""
|
||||
other = "-W http://svtplay.se/flash/svtplayer-2011.13.swf"
|
||||
data = self.getdata(url)
|
||||
match = re.search('dynamicStreams=(.*)\&\;background', data)
|
||||
if match:
|
||||
|
Loading…
Reference in New Issue
Block a user