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