lazy-lightning / torrentwatch

Automatically exported from code.google.com/p/torrentwatch
GNU General Public License v2.0
1 stars 0 forks source link

Support for RSS feeds that link to a details page rather than a torrent #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
tomas.kazragis   posted:
Does torrentwatch works for you with http://www.mininova.org/ or 
http://www.demonoid.com/ or other trackers where in torrent link is not a 
*.torrent file? I don't understand where's the problem...

Developer reply:
Torrentwatch doesn't currently support feeds that link to detail pages, it 
is possible in the future

Original issue reported on code.google.com by somedude...@gmail.com on 26 Nov 2008 at 6:40

GoogleCodeExporter commented 9 years ago
How about TVtorrents ?

Original comment by jasper.o...@gmail.com on 14 Dec 2008 at 7:01

GoogleCodeExporter commented 9 years ago
I found out, id do, however it looks a lot like it don't play well with the 
torrent 
client

Original comment by jasper.o...@gmail.com on 15 Dec 2008 at 3:01

GoogleCodeExporter commented 9 years ago
Its not really that it doesn't play well with the torrent client.  

Specifically what happens is
1) torrent watch finds a match
2) torrent watch downloads the file pointed to by the link(making assumption 
its a 
.torrent)
3) torrent watch decodes the torrent file

at this point one of two things happens
a) the file is a valid .torrent client and torrentwatch passes it on to your 
torrent 
client
b) torrent watch fails to decode the .torrent file(because its an html page 
with a 
torrent link hidden deep inside it) and gives up

You can load any RSS/Atom feed from around the net into torrentwatch, it could 
be the 
news feed from slashdot, or new comics from dilbert.  Torrentwatch will load 
the feed 
and present the list of items in the feed.  But unless the feed items point to 
a 
.torrent file torrent watch will be unable to do anything with the feed, which 
is 
what this ticket is about.

Original comment by somedude...@gmail.com on 15 Dec 2008 at 1:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Wanted to add that this support is being worked into the new OO branch of 
torrentwatch(named nmtdvr).   In the new branch a new class can be created to 
extend 
and rss feed and overload the getTitle/getLink/etc. functions to return the 
best link 
instead of just whatever is in the enclosure/link field

Original comment by somedude...@gmail.com on 27 Mar 2009 at 8:50