Update uqload.py

This commit is contained in:
Urlo30
2024-10-19 21:27:47 +02:00
committed by GitHub
parent 3a29997556
commit 73c9858c2c
+2 -1
View File
@@ -10,4 +10,5 @@ async def uqload_url(d: str, use_request_proxy: bool):
video_url_match = re.search(r'sources: \["(.*?)"\]', response.text)
if video_url_match:
final_url = video_url_match.group(1)
return final_url
uqload_dict = {"Referer": "https://uqload.to/"}
return final_url, uqload_dict