- Disattivato altadefinizione L
- Fix IlGenioDelloStreaming CAM
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "altadefinizione01_link",
|
||||
"name": "Altadefinizione01 L",
|
||||
"active": true,
|
||||
"active": false,
|
||||
"language": ["ita","sub-ita"],
|
||||
"thumbnail": "altadefinizione01_L.png",
|
||||
"banner": "altadefinizione01_L.png",
|
||||
|
||||
@@ -89,4 +89,11 @@ def newest(categoria):
|
||||
|
||||
def findvideos(item):
|
||||
info()
|
||||
return support.server(item)
|
||||
urls = []
|
||||
data = support.match(item).data
|
||||
urls += support.match(data, patron=r'id="urlEmbed" value="([^"]+)').matches
|
||||
matches = support.match(data, patron=r'<iframe.*?src="([^"]+)').matches
|
||||
for m in matches:
|
||||
if 'youtube' not in m and not m.endswith('.js'):
|
||||
urls += support.match(m, patron=r'data-link="([^"]+)').matches
|
||||
return support.server(item, urls)
|
||||
Reference in New Issue
Block a user