Page 1 of 1

Feed problem

Posted: November 6th, 2011, 4:09 am
by giejay
I searched the forum but unfortenately didnt find an answer, I was wondering how I can add URL's like: http://nzb.su/getnzb/b88140eb1b2f9e76a1 ... r=myApiKey or http://nzb.su/api?t=get&id=9b0c9f761fc7 ... y=myApiKey through the API.
The add url mode stops at the '&' so it parses http://nzb.su/getnzb/b88140eb1b2f9e76a1 ... r=myApiKey as http://nzb.su/getnzb/b88140eb1b2f9e76a15a3a4c9.nzb which obviously doesnt work.
Someone got a solution for this problem?

For those who are interested, I'm developing my own NzbFetcher for Android, allready got NzbMatrix support (cause this one doesnt require an Api key because it can be set in the SabNzbD options), and now working on Nzb.su support. I am able to search, now I only need the adding part.