Skip to content

Releases: Inrixia/Floatplane-Downloader

v2.0 - Settings & Fixes

07 Dec 01:29
b9b5296
Compare
Choose a tag to compare

The 2.0 release!

This was a large change to how cookies and other variables are dealt with. All the stuff that you would probably want to change is now contained within a settings.js file, with the exception of the settings for channels which is still contained within the main script.

This should let you do future updates without needing to change your cookies and other settings. I will say in a update if you need to update your settings.js file but otherwise you can just overwrite the main script and run "npm update" to be immediately updated.

Changelog

  • Settings are now contained in a seperate file to make updating easier
  • Compressed required cookies down to a single line
  • Ability to set video folder in settings
  • Ability to set max videos in settings
  • Ability to set what channels to download in settings
  • Fix for ffmpeg not downloading
  • Support for channel super fun
  • Created a package.json file for easy updates
  • Added changelog.txt

PS: Thanks to @seancorrgs for telling me about some errors <3.

Install Guide

For everyone installing this or updating I suggest doing a completely Fresh Install.

v1.0 - Major Rewrite & Optimisations

17 Nov 05:15
Compare
Choose a tag to compare

The 1.0 release! Doesn't it feel good 💯

This was a pretty big rewrite of all the major code, it only added a bit of extra functionality but did fix a lot of things.

If you are updating from a older version, you need to create the folders yourself like this:
https://gyazo.com/345d3a6f86356f02eaaaada05f5a9dcf
And move the existing media over.
Also don't forget to update cookies if you replace them.

Changelog

  • Now only does one request period for each "Channel" and only subsequent requests if its downloading the video or image.
  • The download printout is much nicer now and should be less prone to breaking when downloading multiple videos.
  • Optimizations with requests and other things, (now runs ALOT faster than before).
  • Now supports multiple videos inside a post by just adding a number to the end of the posts title for each video.
  • Videos are now stored in sub-folders for each SubChannel.

Install Guide