Skip to content

Releases: sergiotapia/torrentinim

v0.9.0

18 Jun 21:45
Compare
Choose a tag to compare
  • Remove Rarbg.
  • Update the prologue dependency.

v0.7.0

19 Sep 02:11
Compare
Choose a tag to compare

Changes:

  • Show actual database insert error when a torrent fails to be inserted.

v0.6.0

19 Sep 01:23
Compare
Choose a tag to compare

Changes:

  • Remove support for ThePirateBay -- their API is dead.
  • Fix broken EZTV integration. EZTV torrents being scraped again.

v0.5.0

02 Apr 04:07
Compare
Choose a tag to compare

Changes:

  • Fixes the /hot endpoint that was broken.

v0.4.1

02 Apr 00:25
Compare
Choose a tag to compare

Changes:

  • RIP Nyaa Pantsu - it seems they shut down. Removed the crawler.
  • Accurately report whether a Torrent was properly inserted to the database or not. No more silent errors.
  • Fix bug where malformed search term or page query param would crash the app.

v0.3.1

24 Jun 19:10
Compare
Choose a tag to compare

Changes:

  • When starting Torrentinim, output the port where it's running.

v0.3.0

22 Jun 19:30
Compare
Choose a tag to compare

Changes:

  • Add better timestamps and logging for all crawlers.
  • Removed Nyaa Sukebei crawler since the site dead.

v0.2.1

11 Feb 02:04
Compare
Choose a tag to compare

Changes:

  • Replace jester web framework with Prologue. Code is a little smaller and easier to understand.
  • Fixed bug with eztv crawler. They changed their domain on us.
  • Fixed bug where crawlers would not start properly after starting the application.

v0.1.21

17 Oct 05:34
Compare
Choose a tag to compare

Changes:

  • Add /search JSON endpoint to allow searching and pagination against all your existing scraped torrents.

For example:

http://localhost:50123/search?query=the other guys&page=1
http://localhost:50123/search?query=x265&page=1
http://localhost:50123/search?query=always sunny s03&page=1

v0.1.14

15 Sep 04:44
Compare
Choose a tag to compare

Changes: