Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update utube_inline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb authored Feb 6, 2021
1 parent 4d098dd commit 5b8bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/bot/utube_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def download_button(vid: str, body: bool = False):
fr_id
] = f'📹 {f_note} ({humanbytes(video.get("filesize")) or "N/A"})'

if video.get("acodec") != "none" or video.get("acodec") != "none":
if video.get("acodec") != "none":
bitrrate = video.get("abr")
if bitrrate is not None :
audio[
Expand Down

0 comments on commit 5b8bc1c

Please sign in to comment.