Xarantolus Collect Versions Save

A server to collect & archive websites that also supports video downloads

v1.15.5

5 years ago

When downloading a video, we shouldn't terminate if we can't get info about it. youtube-dl might still be able to find a video.

v1.15.4

5 years ago

Sometimes the download of a video failed silently. It should now show up as error & adjust the notification count. Also, the front-end didn't yet support urls that started with video: in notifications. This is now fixed.

v1.15.3

5 years ago

Changed a event name from close to finish. This shouldn't change much, but it might be better for older versions of node.

v1.15.1

5 years ago

This release adds video downloads. You can now just add the prefix video: in front of the url to launch youtube-dl and download only the video.

Make sure to follow the updating instructions and run npm install to download new dependencies.

v1.14.4

5 years ago

This release fixes #33 by assuming that files with these extensions return html: asp, php, html, jsp, aspx, and md. While this might not be perfect, it should work with most sites.

v1.14.3

5 years ago

The title is extracted more efficiently

v1.14.2

5 years ago

The size of the currently viewed pages can now be found at the bottom of the page

v1.14.1

5 years ago

This release improves the frontend by:

  • Only loading the audio file if the user is logged in
  • Reloading the page if the user isn't logged in

v1.14.0

5 years ago

With this release of Collect, it is no longer possible to connect to the Socket.IO endpoint without a session cookie or api token.

v1.13.0

5 years ago

This release adds the following options:

  • Cookies: You can now set the cookies that are used when downloading a site. Useful if you want to be logged in.
  • User-Agent: The user-agent(which is not set by default) can now be set.

Setting the title is now also in the 'Advanced options' section of the new page.