We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ffc15 commit 0e37b55Copy full SHA for 0e37b55
1 file changed
downloadbot/download.py
@@ -65,7 +65,7 @@ async def get_video(post_url: str, download: bool = True) -> Video:
65
url=API_URL,
66
json={
67
"url": post_url,
68
- "alwaysProxy": False,
+ "alwaysProxy": download,
69
"twitterGif": False # FIXME: send an error message if only proxy mode available in inline query
70
},
71
headers=HEADERS
0 commit comments