zammitjames / freenas-rss-extension

Automatically downloads and parses RSS feeds against a set of user defined filters.
3 stars 0 forks source link

Doesnt work with RSS feed (without .torrent on the end of the download bit). #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Adding a Gazelle site RSS feed (feed has no .torrent on the end).
2. Adding a feed that has no .torrent in the download bit.
3.

What is the expected output? What do you see instead?
Should list torrents, doesnt. uTorrent does work with this feed, along with 
Deluge.

What version of the product are you using? On what operating system?
RSS-FreeNAS70-19112009.tgz

Please provide any additional information below.

Original issue reported on code.google.com by kldunnin...@gmail.com on 8 Oct 2010 at 7:41

GoogleCodeExporter commented 9 years ago
Um, those steps are less than helpful.  Give me a URL for the feed and I'll see 
what I can do.

The backend doesn't care if it the listing ends in .torrent (though it does 
prefer enclosures that are of the type application/x-bittorrent ).  If no 
enclosure exists, it just uses the RSS link element.  That's all there is to 
it.  So if it's not finding the items, it's because they aren't enclosures of 
the proper type or there is no link attribute.  Check the source at 
http://code.google.com/p/freenas-rss-extension/source/browse/trunk/sys/rss_cron.
php#10 

Original comment by tre...@gmail.com on 10 Oct 2010 at 4:30

GoogleCodeExporter commented 9 years ago
Hi - thanks. I figured it out, I was using the SSL URL. Working fine with 
normal HTTP :)

Original comment by kldunnin...@gmail.com on 10 Oct 2010 at 4:55