Spaces:
Build error
Build error
Commit
·
8facb6c
1
Parent(s):
aa171e1
Update plugins/youtube_dl_button.py
Browse files
plugins/youtube_dl_button.py
CHANGED
@@ -325,9 +325,9 @@ async def youtube_dl_call_back(bot, update):
|
|
325 |
media_album_p = []
|
326 |
if images is not None:
|
327 |
i = 0
|
328 |
-
caption = "© @
|
329 |
if is_w_f:
|
330 |
-
caption = "@
|
331 |
for image in images:
|
332 |
if os.path.exists(str(image)):
|
333 |
if i == 0:
|
|
|
325 |
media_album_p = []
|
326 |
if images is not None:
|
327 |
i = 0
|
328 |
+
caption = "© @url_upload_bots"
|
329 |
if is_w_f:
|
330 |
+
caption = "@url_upload_bots"
|
331 |
for image in images:
|
332 |
if os.path.exists(str(image)):
|
333 |
if i == 0:
|