Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
ca67dbe
1
Parent(s):
32eef46
minor changes
Browse files
Powers/utils/web_helpers.py
CHANGED
|
@@ -13,7 +13,6 @@ from youtubesearchpython.__future__ import Video, VideosSearch
|
|
| 13 |
from Powers.bot_class import LOGGER, MESSAGE_DUMP, Gojo
|
| 14 |
from Powers.utils.http_helper import *
|
| 15 |
from Powers.utils.sticker_help import resize_file_to_sticker_size
|
| 16 |
-
from Powers.vars import Config
|
| 17 |
|
| 18 |
backUP = "https://artfiles.alphacoders.com/160/160160.jpeg"
|
| 19 |
|
|
@@ -188,7 +187,7 @@ async def youtube_downloader(c:Gojo,m:Message,query:str,is_direct:bool,type_:str
|
|
| 188 |
⤷ Views: `{views}`
|
| 189 |
⤷ Published: `{published_on}`
|
| 190 |
|
| 191 |
-
Downloaded by: @{
|
| 192 |
"""
|
| 193 |
kb = IKM(
|
| 194 |
[
|
|
|
|
| 13 |
from Powers.bot_class import LOGGER, MESSAGE_DUMP, Gojo
|
| 14 |
from Powers.utils.http_helper import *
|
| 15 |
from Powers.utils.sticker_help import resize_file_to_sticker_size
|
|
|
|
| 16 |
|
| 17 |
backUP = "https://artfiles.alphacoders.com/160/160160.jpeg"
|
| 18 |
|
|
|
|
| 187 |
⤷ Views: `{views}`
|
| 188 |
⤷ Published: `{published_on}`
|
| 189 |
|
| 190 |
+
Downloaded by: @{c.me.username}
|
| 191 |
"""
|
| 192 |
kb = IKM(
|
| 193 |
[
|