-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example form request #58
Comments
Good question, This feature is entirely untested due to lack of a test form in the first place. I just assumed standard http form logic. In essence if you have a http page with a form with input field "nzbfile" for the nzb and "apikey" for the api key. And that form posts to http://api.test.com/nzbSubmit then the parameters would look like this:
Do note that once you have a working series of parameters you can easily distribute these settings to uploaders of your indexer by making an ini file that contains these settings. As long as it is alphabetically later than the standard settings this will overwrite other settings. (Like 99_indexerSetup.ini for example) |
Hi there, Just letting you know: Thanks for the great program boranblok, works great on my syno NAS. |
EDIT: Formatted it as code for readability. |
thanks for your reply boranblok to confirm does the nzbpost send the .nzb to the web hosting form or does it send the .nzb contents (xml in plain text) then the site has to save it as a .nzb file? |
Hi jaykae89 I've no idea but after filling in the above everyting becoms after posting it to usenet in the backupfolder, and not in the posting_failed folder so i think its oke for now. GrTz AdPatat |
jaykae89 the nzb is sent as a file, the upload form must contain a file input field (usually these have a browse button etc). The saving as nzb file on the site's end is entirely their responsibility. |
AdPatat using |
Just found this. NZB Finder does not support the uploading of NZBs by it's users. |
hi do you have a example form that will except the nzb file using the nzbpost notification feature?
i have newznab but unsure on what i need to add to receive the .nzb file using that nzbpost feature on your script
The text was updated successfully, but these errors were encountered: