Releases: ggogel/SocialMediaDownloadMaubot
Releases · ggogel/SocialMediaDownloadMaubot
1.1.1
Changelog:
- b9efcf1: bump version to 1.1.1
- 8442368: fix issue with instagram content url encoding
1.1.0
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
- Fix loading plugin configuration on startup
- support old and nm reddit
v1.0.0
- 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
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
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
Changelog:
- Fix issue with links containing special characters by converting IRIs to URIs
v0.0.2
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