Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Fixed GDrive alt link.
  • Loading branch information
Dawn-India committed Mar 27, 2024
1 parent f2a7ff8 commit 51d2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/ext_utils/bot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def is_url(url):


def is_gdrive_link(url):
return "drive.google.com" in url
return "drive.google.com" in url or "drive.usercontent.google.com" in url


def is_telegram_link(url):
Expand Down

0 comments on commit 51d2dc2

Please sign in to comment.