TorrentLeech2RSS

TL2RSS 3.0.3 – Make it work edition

Blogged by on Wednesday October 5th, 2011 at 11:28 pm in tl2rss | 2 Comments »

Hi All,
Well, for some reason, TL2RSS stopped working.
I always “love” discovering it…
here I am – coming home, preparing to play some StarCraft 2, only to find out tl2rss is not working!
Grr.

Turns out that some recent changes in TorrentLeech exposed a bug (which boils down to Java HTTP support, which sucks ballz).
It took me two evenings, but I think I have it fixed.

As always, this is a good time to remind you that I am still waiting for your donations! :)

Changelog for Vesion 3.0.3 (05/10/2011)

  • Fixed a bug exposed by recent TL changes, which caused torrents to contain invalid data
  • General code cleanup

Download 3.0.3


TL2RSS 3.0.2 – Happy new year edition

Blogged by on Saturday January 1st, 2011 at 5:46 pm in tl2rss | 4 Comments »

Hi All,
Happy new year everyone!
This is a good time to remind you that I am still waiting for your donations! :)

This new version now stores your username and password, and if TorrentLeech signs you out due to timeout or whatever.

Changelog for Vesion 3.0.2 (01/01/2011)

  • Added support for automatic login based on previously used username and password, this should prevent tl timeout from signing out the tl2rss daemon
  • Added support for “Episodes HD” category

Download 3.0.2


TL2RSS 3.0.1 beta

Blogged by on Saturday November 20th, 2010 at 10:58 pm in tl2rss | 8 Comments »

Hi All,
This release fixes the 404 download error that was caused by TorrentLeech changing their download links format.
Kudos to devver for letting me know (but not for neglecting to send a patch :) )
Please let me know of further problems you encounter.

I am aware of the fact that TL2RSS gets logged out of torrent leech quite often and I am investigating it.
on the up side – at least now this situation is detected properly and tl2rss does not think it’s still logged in.
I suspect this is caused by very stricter inactivity timeout on TorrentLeech, but I am still investigating.

If you are happily using TL2RSS, please consider donating to express this.
$5 or $10 from a user can go a long way in motivating me to continue supporting this tool.
Think of it like buying me a beer.


Changelog for Vesion 3.0.1beta (20/11/2010)

  • Fixed the download link to match the changed download link in the tl site.

IMPORTANT NOTE : Since the category ids in TorrentLeech have changed, you will need to re-configure TL2RSS to fetch the correct categories in the configuration screen.
Download 3.0.1beta

TL2RSS 3.0 beta : New TL site support

Blogged by on Friday November 12th, 2010 at 6:31 pm in tl2rss | 5 Comments »

Hi All,
This is a major release, with support for the new and improved TorrentLeech site.
There have been some massive code changes to support the site, so this is considered a beta. please report any issues you encounter.

The reason I updated it so quickly was because many users have expressed their need for this tool. it took quite a few hours of work, and requires some uncommon skills.
If you are happily using TL2RSS, please consider donating to express this.
$5 or $10 from a user can go a long way in motivating me to continue supporting this tool.
Think of it like buying me a beer.


Changelog for 3.0beta (12/10/2010)

  • Added support for the new TorrentLeech site layour and authentication method. This includes updated categories list
  • Now outputs active categories on the main page
  • Now outputs the number of known torrents in the main page

IMPORTANT NOTE : Since the category ids in TorrentLeech have changed, you will need to re-configure TL2RSS to fetch the correct categories in the configuration screen.
Download 3.0beta

TL2RSS 2.0.2

Blogged by on Thursday May 20th, 2010 at 1:44 am in tl2rss | 10 Comments »

This release includes a few new features as well as some bugfixes.
Changelog:

  • Added an help page that describes RSS feed parameters
  • Added max_per_cat parameter to rss (http://localhost:8080/rss?max_per_cat=4) to limit the number of torrents that appear per category
  • Added a category for ‘All categories’
  • Added pubdate and category to rss entries
  • Fixed to store configuration when changed via the config page
  • Fixed to work with a standard JRE by including precompiled classes of the jsp files
  • Fixed to use a delay between queries (tl returned 403 if queried too fast)

Download 2.0.2

TL2RSS 2.0.1

Blogged by on Saturday May 15th, 2010 at 3:14 pm in tl2rss | 16 Comments »

A bugfix release for 2.0.0:

Changelog:

  • Changed download links to the form /download/ID.torrent, this enable programs that expect a valid file name to work with tl2rss.
  • Fixed to work in Windows

Download 2.0.1

TL2RSS 2.0.0

Blogged by on Saturday May 8th, 2010 at 4:16 am in tl2rss | 3 Comments »

Due to the acquisition of Recaptch by Google, there ware some minor changes to how Recaptcha work that broke TL2RSS.
I fixed it, and used the opportunity to revise TL2RSS and add a few features.
You can now select which categories to fetch via a configuration page, in addition – the RSS feed URL have changed from localhost:8080/ to localhost:8080/rss.
if your configuration is set to fetch more than one category, they will all appear in the rss feed, but you can filter per category (or even per several categories) by appending ?cat=ID to the rss url.
for example:

localhost:8080/rss?cat=7

or even

localhost:8080/rss?cat=7,35

to get more than one category.
it’s important to understand that this is a filter. all the categories you want to fetch should be selected in the configuration page.

Changelog:

  • Fixed Recaptch “invalid referred’ error.
  • Added a configuration screen to control which categories are indexed
  • Changed rss feel url from http://localhost:8080 to http://localhost:8080/rss
  • Added supper for category based filter : http://localhost:8080/rss?cat=7,8 will show only categories 7 and 8 (if they are checked in the config screen)

Download 2.0.0

PS: if you like TL2RSS, leave a comment and even better – tell your friends.

TL2RSS 1.2.4

Blogged by on Wednesday June 24th, 2009 at 2:18 pm in Uncategorized | 0 Comments »

This evening I noticed that tl2rss was again not working properly. I investigated and found that it broke due to yet another minor changes on the TorrentLeech (or Recaptcha). I fixed the problems and this version works.

Changelog:

  • Fixed a NullPointerException when response does not contain a Content-Type header

Download 1.2.4

TL2RSS 1.2.3

Blogged by on Tuesday May 5th, 2009 at 1:42 pm in tl2rss | 4 Comments »

This evening I noticed that tl2rss was not working properly. I investigated and found that it broke due to some minor changes on the TorrentLeech (or Recaptcha). I fixed the problems and this version works.

Changelog:

  • TorrentLeech made some changes that exposed a bug, fixed it

Download 1.2.3

TL2RSS 1.2.2

Blogged by on Tuesday March 17th, 2009 at 4:41 pm in Uncategorized | 1 Comment »
  • Fixed to properly handle cases where TL timeout the session (now you will get back to the login screen if you access tl2rss after it happens).

Download 1.2.2