Skip to content

Commit

Permalink
Update web_con.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgojoof6eyes authored Oct 27, 2023
1 parent d6a9e97 commit df89686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Powers/plugins/web_con.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async def song_down_up(c: Gojo, m: Message):
return
if splited.startswith("https://youtube.com"):
is_direct = True
query = splited
query = splited.split("?")[0]
else:
is_direct = False
query = splited
Expand Down

0 comments on commit df89686

Please sign in to comment.