fix: ilgeniodellostreaming.py

canale finito, da testare
This commit is contained in:
greko17
2019-11-01 17:34:38 +01:00
parent dd24470d75
commit 0dd336a451
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
"default": false, "default": false,
"enabled": false, "enabled": false,
"visible": false "visible": false
}, }
] ]
} }
+1 -2
View File
@@ -166,7 +166,7 @@ def peliculas(item):
patronNext = '<span class="current">[^<]+<[^>]+><a href="([^"]+)"' patronNext = '<span class="current">[^<]+<[^>]+><a href="([^"]+)"'
debug = True ## debug = True
return locals() return locals()
@@ -238,4 +238,3 @@ def findvideos(item):
data += str(scrapertoolsV2.find_multiple_matches(html, '<meta name="og:url" content="([^"]+)">')) data += str(scrapertoolsV2.find_multiple_matches(html, '<meta name="og:url" content="([^"]+)">'))
itemlist = support.server(item, data) itemlist = support.server(item, data)
return itemlist return itemlist