Skip to content

Commit 0e37b55

Browse files
committed
Downloading fix
1 parent 25ffc15 commit 0e37b55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

downloadbot/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def get_video(post_url: str, download: bool = True) -> Video:
6565
url=API_URL,
6666
json={
6767
"url": post_url,
68-
"alwaysProxy": False,
68+
"alwaysProxy": download,
6969
"twitterGif": False # FIXME: send an error message if only proxy mode available in inline query
7070
},
7171
headers=HEADERS

0 commit comments

Comments
 (0)