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