rebase servers

This commit is contained in:
marco
2020-03-06 20:50:52 +01:00
parent a2c4aeb93b
commit 2ecdf23042
193 changed files with 5798 additions and 509 deletions
+1 -1
View File
@@ -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