I'm trying to use the Sabnzbd api to add a .nzb file by a url from usenet-crawler.com
I run into a problem because both the Sabnzb API and the usenet-crawler.com API uses the same variable keyname (apikey), which returns a error from Sabnzb: "error: API Key Incorrect"
I should mension that if change to name-parameter to a link that dosen't contain the apikey-parameter it works like a charm.
Do anyone have any ideas on how i could fix this?
Example link to Sabnzbd:
From the Sabnzbd API section:/api?mode=addurl&apikey=SABNZBD-KEY&name=http://www.usenet-crawler.com/api/?t=ge ... RAWLER-KEY
Add by URL
Added in 0.3
Priority added in 0.5
Shortest:
URL: api?mode=addurl&name=http://www.example.com/example.nzb&nzbname=NiceName
