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

View File

@@ -15,6 +15,6 @@
"default": false,
"enabled": false,
"visible": false
},
}
]
}

View File

@@ -166,7 +166,7 @@ def peliculas(item):
patronNext = '<span class="current">[^<]+<[^>]+><a href="([^"]+)"'
debug = True
## debug = True
return locals()
@@ -238,4 +238,3 @@ def findvideos(item):
data += str(scrapertoolsV2.find_multiple_matches(html, '<meta name="og:url" content="([^"]+)">'))
itemlist = support.server(item, data)
return itemlist