Skip to content

Commit

Permalink
forget to edit this
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Dec 2, 2024
1 parent 82ba68a commit f1a8a5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion bot/modules/ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f1a8a5e

Please sign in to comment.