KoD 0.5.2

- Fix Parziale Cloudflare
- Maggiore Reattività
- Su ANDROID alcuni siti es. SerieHD e GuardaSerie.click non funzionano
This commit is contained in:
Alhaziel
2019-12-07 19:50:43 +01:00
parent 98580ba11a
commit 58e7a3e84d
147 changed files with 59089 additions and 11503 deletions
+2 -1
View File
@@ -42,5 +42,6 @@
"visible": false
}
],
"thumbnail": "server_akvideo.png"
"thumbnail": "server_akvideo.png",
"cloudflare": true
}
+1 -2
View File
@@ -34,8 +34,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
url = scrapertools.find_single_match(unpacked, "(?:src):\\\\'([^\\\\]+.mp4)\\\\'")
from lib import alfaresolver
itemlist.append([".mp4" + " [powvideo]", alfaresolver.decode_video_url(url, data)])
itemlist.append([".mp4" + " [powvideo]", url])
itemlist.sort(key=lambda x: x[0], reverse=True)
return itemlist
+1 -2
View File
@@ -37,8 +37,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
url = scrapertools.find_single_match(unpacked, '(http[^,]+\.mp4)')
from lib import alfaresolver
itemlist.append([".mp4" + " [streamplay]", alfaresolver.decode_video_url(url, data)])
itemlist.append([".mp4" + " [streamplay]", url])
itemlist.sort(key=lambda x: x[0], reverse=True)
+2 -1
View File
@@ -42,5 +42,6 @@
"type": "list",
"visible": false
}
]
],
"cloudflare": true
}