@Loke wrote:
I 've been using an CSV styled rss feed of mine and it's been working fine for quite some time. Today I found out it misbehaves when it contains a magnet link.
Format of the CSV feed is: "title","link"
so for example a line would be:"[HorribleSubs] Boruto - Naruto Next Generations - 05 [720p].mkv","magnet:?xt=urn:btih:BBLBGYZQ7JQ66OY7SY7ZU3UDOGE5HGYN&tr=udp://tracker.coppersurfer.tk:6969/announce&tr=udp://tracker.internetwarriors.net:1337/announce&tr=udp://tracker.leechers-paradise.org:6969/announce&tr=http://tracker.internetwarriors.net:1337/announce&tr=udp://tracker.opentrackr.org:1337/announce&tr=http://tracker.opentrackr.org:1337/announce&tr=udp://tracker.zer0day.to:1337/announce&tr=udp://tracker.pirateparty.gr:6969/announce&tr=http://explodie.org:6969/announce&tr=http://p4p.arenabg.com:1337/announce&tr=http://mgtracker.org:6969/announce"
(mods can remove the magnet link if it's against the rules)
task is:
tasks: first: csv: url: url values: title: 1 url: 2 download: /data/torrent/ rtorrent_magnet: /data/torrent template: - main
if the above entry is matched by a task with a normal rss feed that contains the exact same magnet link it will work just fine.
Instead with the above setup I get "RequestException 404 Client Error: Not Found for url: http://itorrents.org/torrent/DE.torrent, while downloading http://itorrents.org/torrent/DE.torrent"Can it be that my CSV is not parsed correctly with magnet links? Even though it's properly inside quotes?
Is the download plugin conflicting with the rtorrent_magnet plugin? As I would prefer to avoid having a duplicate of the task once for normal urls and once for magnets with the same rss csv feed.Cheers
Edit:
Did a quick test and by removing the download plugin it works ok. But if I am not mistaken these two plugins should be able to coexist since RSS feeds aren't limited to just normal links or magnet links.
According to the rtorrent_magnet manual "This plugin will scan accepted items that haven’t been downloaded for magnet URI’s"
So the download plugin causes it to parse it as a normal url and fails?
Posts: 1
Participants: 1