fix: ilgeniodellostreaming.py
canale finito, da testare
This commit is contained in:
@@ -15,6 +15,6 @@
|
|||||||
"default": false,
|
"default": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user