Skip to content

Releases: ggogel/SocialMediaDownloadMaubot

1.1.1

11 Sep 10:29
Compare
Choose a tag to compare

Changelog:

  • b9efcf1: bump version to 1.1.1
  • 8442368: fix issue with instagram content url encoding

1.1.0

09 Sep 16:25
Compare
Choose a tag to compare

Changelog:

  • 67a5570: bump version to 1.1.0
  • b4eec96: update dependency instaloader to 4.10
  • 3da1d8f: add support for new reddit short link format

1.0.1

30 Aug 11:06
Compare
Choose a tag to compare
  • Fix loading plugin configuration on startup
  • support old and nm reddit

v1.0.0

22 Apr 13:55
Compare
Choose a tag to compare
  • Merged functionality of YoutubePreviewBot into this repository
  • Added support for Instagram, using instaloader module
  • Using aiohttp instead of requests everywhere
  • Make the plugin configurable
  • Fix jpeg mime type

v0.0.5

05 Apr 16:14
Compare
Choose a tag to compare

Changelog:

  • For video files (mp4) use the service rapidsave.com. This service enables us to download videos including the audio track, without the need to merge them with a tool like ffmpeg locally.

v0.0.4

22 Oct 00:36
Compare
Choose a tag to compare

Changelog:

  • Change the way how the mime type is determined. Instead of relying on the media type information by Reddit, the file extension is used. If there is no file extension or it is non-standard, it is assumed to be a video and the (preview) fallback URL is used. Now every image and video type should be supported.
  • Fix an issue with the encoding of links from the previous version

v0.0.3

21 Oct 21:31
Compare
Choose a tag to compare

Changelog:

  • Fix issue with links containing special characters by converting IRIs to URIs

v0.0.2

01 Aug 16:36
Compare
Choose a tag to compare

Changelog:

  • Only get first post instead of whole comment tree in order to prevent rate limiting
  • Set a User-Agent in order to prevent rate limiting
  • Remove query parameters from original URL, which fixes links shared through the mobile app

v0.0.1

29 Jul 08:11
Compare
Choose a tag to compare

Initial release