KoD 0.8.1
- riorganizzate le impostazioni - aggiunte descrizioni tag qualità su cb01 (presto anche sugli altri) - aggiunto il supporto alle serie di polpotv - fixato server mystream - fix Rinumerazione per episodi Nuovi
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# --------------------------------------------------------
|
||||
|
||||
import re
|
||||
|
||||
from core import httptools
|
||||
from platformcode import logger
|
||||
|
||||
@@ -30,6 +29,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
|
||||
matches = re.compile(patron, re.DOTALL).findall(data)
|
||||
|
||||
for url in matches:
|
||||
url = url+'|Referer='+page_url
|
||||
video_urls.append(["[uqload]", url])
|
||||
|
||||
return video_urls
|
||||
|
||||
Reference in New Issue
Block a user