From f1a8a5ecfc3fbd335f53d8454446208426397423 Mon Sep 17 00:00:00 2001 From: anasty17 Date: Mon, 2 Dec 2024 05:08:24 +0200 Subject: [PATCH] forget to edit this Signed-off-by: anasty17 --- README.md | 3 ++- bot/modules/ytdlp.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce135ca757e..79f0cf6eed9 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ programming in Python. - Using 7-zip tool to extract with or without password all supported types: > ZIP, RAR, TAR, 7z, ISO, WIM, CAB, GZIP, BZIP2, APM, ARJ, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, LZH, LZMA, LZMA2,MBR, -> MSI, MSLZ, NSIS, NTFS, RPM, SquashFS, UDF, VHD, XAR, Z, TAR.XZ +> MSI, MSLZ, NSIS, NTFS, RPM, SquashFS, UDF, VHD, XAR, Z, TAR.XZ, CBZ ## RSS @@ -159,6 +159,7 @@ programming in Python. - Add sudo users - Ability to save upload paths - Name Substitution to rename the files before upload +- User can select whether he want to use his rclone.conf/token.pickle without adding mpt: or mrcc: before path/gd-id - Supported Direct links Generators: > mediafire (file/folders), hxfile.co (need cookies txt with name) [hxfile.txt], streamtape.com, streamsb.net, streamhub.ink, diff --git a/bot/modules/ytdlp.py b/bot/modules/ytdlp.py index 00201f00b59..cc5184a238a 100644 --- a/bot/modules/ytdlp.py +++ b/bot/modules/ytdlp.py @@ -323,8 +323,9 @@ async def new_event(self): try: self.ffmpeg_cmds = eval(args["-ff"]) - except: + except Exception as e: self.ffmpeg_cmds = None + LOGGER.error(e) self.select = args["-s"] self.name = args["-n"]