1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

generic: bambuser is eol

This commit is contained in:
Johan Andersson 2019-09-15 23:53:19 +02:00
parent c08e5460fe
commit 9baeb4a976

View File

@ -165,12 +165,6 @@ class Generic(Service):
for i in sites:
if i.handles(url):
return url, i(self.config, url)
match = re.search(r"embed.bambuser.com/broadcast/(\d+)", data)
if match:
url = "http://bambuser.com/v/%s" % match.group(1)
for i in sites:
if i.handles(url):
return url, i(self.config, url)
match = re.search(r'src="(http://tv.aftonbladet[^"]*)"', data)
if match:
url = match.group(1)