Skip to content

Commit d54be16

Browse files
committed
Migrate to Cobalt 11
1 parent 0e37b55 commit d54be16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloadbot/download.py

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

0 commit comments

Comments
 (0)