Search found 4 matches
- January 20th, 2014, 4:41 am
- Forum: General Help
- Topic: using API to download password encrypted files
- Replies: 8
- Views: 5899
Re: using API to download password encrypted files
Great! that's good news indeed!
- October 22nd, 2013, 7:59 am
- Forum: General Help
- Topic: using API to download password encrypted files
- Replies: 8
- Views: 5899
Re: using API to download password encrypted files
Thanks for your reply. I finally solved the issue by loading the sab webinterface in an iframe and changing the + to a forward slash via javascript loool, well ugly perhaps but it does the trick
- October 21st, 2013, 1:02 am
- Forum: General Help
- Topic: using API to download password encrypted files
- Replies: 8
- Views: 5899
Re: using API to download password encrypted files
Thanks shypike, however I also used %2F and it got replaced with "+".
I am running version: 0.6.15 is it possible that an upgrade solves the issue?
I am running version: 0.6.15 is it possible that an upgrade solves the issue?
- October 11th, 2013, 3:21 am
- Forum: General Help
- Topic: using API to download password encrypted files
- Replies: 8
- Views: 5899
using API to download password encrypted files
Hi, I use the following API call to let my sab download movies that are PW encrypted url = sHost; url += "/sabnzbd/api?mode=addurl"; url += "&apikey=" + sApiKey; url += "&name=" + urlNzb; url += "&nzbname=" + sMovieName; url += "/" // <--...