Releases: anonymousx97/social-dl
v2.5.0
v2.4.0
Whats New:
• New conversation module
• New Ban-unban, Kick, Mute-Unmute module
Fixes:
• Instagram params bug fix.
• Follow snake_case for gallery_dl
Type Hints and many more misc changes.
v2.3.1
v2.3.1: Instagram shortcode fix, Add new vars in sample-config.env.
v2.3.0
v2.3.0
What's New:
• Instagram:
Added Dump to Log Instagram posts and save duplicate API calls.
New Instagram API (Thanks to RoseloverX).
• Reddit:
Switch to regex for checking videos/gifs.
• YTDL:
Prevent Live streams from being downloaded.
Lower Video duration to 3 mins.
• Added .disable/.enable to allow Disabling Auto DL in chats and allow /dl /down /download command to users in those chats.
• Use Enums for media types and clean up Sending media type logic.
• New .update command to remotely update bot without re-deploying.
• New .repo cmd.
• Clean up Add/Del sudo/chat logic.
v2.2.3
v2.2.3: get_key bug fix.
v2.2.2
Fixes:
• Fixed instagram set sauce bug.
• Fixed Tasks getting overwritten bug.
• Fixed Get_output() wasn't being cancelled on cmd cancellation.
Add/Misc:
• Add Task IDs in Custom message object.
• Clean up/Improve logic for .shell .
v2.2.1
Add:
• Multiple Commands Support.
• Cancel Confirmation.
Fixes / Misc Changes:
• Catch Message Delete Error on Bot mode.
• Improve Cancelling Logic.
• Switch to A Generator for AsyncShell.
• Diffrenciate Traceback, Text logging.
• Clean up .shell code.
v.2.2.0
Fixes:
• Sender Now shows Correct name while downloading replied media.
• Clean up code for YoutubeDL.
• Format code according to PEP.
Added:
• .cancel to cancel a command/media download execution.
• switch to @cached_property decorator and clean up message.py
• Parse replied message using custom message class.
• Rename tools to dev_tools and move loader to it.
• self-destructing responses.
v2.1.1
v2.1.1
Add: 30 sec sleep threshold and concurrent transmissions to 2.
Fix: Typo fix in config.
v2.1.0
Add: uvLoop for non termux env. Revert: Requirements bypass. Fixes: • Gallery-DL success bug. • Stop Channel links triggering in chat. • HEIC Image format. • Optimize Filters. • Re-Load Confirmation in loader. • Remove Chat_ID check in join. • Isort removing imports. • Switch filename case before checking ext.