Skip to content

Releases: anonymousx97/social-dl

v2.5.0

08 Jan 10:34
Compare
Choose a tag to compare

v2.5.0: Upstream with Private Repo.

What's New:

  • Sort Plugins into their respective folders.
  • download, upload, rename commands.
  • Help Docstrings.
  • Proper Logging.
  • rename .exec cmd to .py

v2.4.0

23 Oct 07:21
Compare
Choose a tag to compare

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

09 Sep 09:31
Compare
Choose a tag to compare

v2.3.1: Instagram shortcode fix, Add new vars in sample-config.env.

v2.3.0

09 Sep 09:15
Compare
Choose a tag to compare

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

09 Aug 12:24
Compare
Choose a tag to compare

v2.2.3: get_key bug fix.

v2.2.2

03 Aug 04:01
Compare
Choose a tag to compare

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

31 Jul 10:24
Compare
Choose a tag to compare

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

30 Jul 07:32
Compare
Choose a tag to compare

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

28 Jul 10:01
Compare
Choose a tag to compare

v2.1.1

Add: 30 sec sleep threshold and concurrent transmissions to 2.
Fix: Typo fix in config.

v2.1.0

28 Jul 09:37
Compare
Choose a tag to compare
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.