Open GoogleCodeExporter opened 8 years ago
I havnt tested the patch but I'm running into this a lot on http://www.kat.ph
their rss feeds dont point straight to the torrent file example
http://www.kat.ph/torrents/family-guy-s10e04-hdtv-xvid-lol-t5960718/ it
redirects to the actual torrent file but rssdler doesnt seem to understand this
behavior and saves .html file instead of the .torrent file
Original comment by lsell...@gmail.com
on 7 Nov 2011 at 8:24
Tried out the patch, but it didn't help. Perhaps we have two different issues.
Original comment by lsell...@gmail.com
on 7 Nov 2011 at 9:50
Did you also enable the configuration option "nameFromRedirect" as indicated in
my post for the RSS feed in question? Are you sure your new configuration was
read?
Original comment by daniel.r...@gmail.com
on 7 Nov 2011 at 9:54
Sure enough I had made a temp config file for testing the patch, but ran my
test with out specifying that config. Retested and it works perfect. Thanks for
the fix I hope it gets merged.
Original comment by lsell...@gmail.com
on 7 Nov 2011 at 10:05
one thing I did notice is even with the patch it will not fetch the correct
file size example
http://www.ezrss.it/search/index.php?show_name=Family+Guy&show_name_exact=true&m
ode=rss episodes 10x2 and 10x4 come from kat.ph and will not download with my
file size limit set to maxsize = 1024 says they are over 7000
Original comment by lsell...@gmail.com
on 7 Nov 2011 at 10:36
I haven't used the file size limiting functionality, so I haven't made any
special adjustments to my patch if that is needed. RSSDler seems to do some
special magic concerning torrent files to figure out the size of the material
hashed in the torrent, not the torrent file itself, by reading the torrent file.
RSSDler might get confused of the filetype when it tries to guess it by URL.
Since the suffix of the original URL doesn't end in .torrent, maybe it treats
it like a regular file, and confusion occurs.
From a quick glance at the code, this doesn't obviously seem to be the case,
though. The filetype guessing from the filename occurs after nameFromRedirect
(through getUrlFromRedirect()) has worked its magic, so it should be able to
determine that it's a torrent file.
Also (I'm thinking as I'm writing :-) ), if RSSDler thought it was a regular
HTML file say, then it should interpret its size as someting in the kB range,
so the problem is probably elsewhere.
See if the problem occurs in every setting, or if it can be isolated to that
specific tracker.
Original comment by daniel.r...@gmail.com
on 7 Nov 2011 at 11:27
Original issue reported on code.google.com by
daniel.r...@gmail.com
on 18 Jan 2011 at 4:18Attachments: