Delete Post processing script
Posted: June 13th, 2024, 5:37 pm
Hi
Imm looking to develop a script for post processing some RSS downloaded zip files. Due to a change in how thing are uploaded, instead of individual downloads from RSS - everything is being packaged in zip files.
So What I'd like to do is utilitise the RSS regex rules I have in place but as part of a post processing script to remove everythign that doesn't meet those rules.
To that end, can I get some guidance on the python packages used to read the config file, and parse those rss regex strings, and I'll develop my own script.
I see the API can pull a config - can I access all the Regexs from there, or am I better to use a TOML (?) library to read the sabnzbd.ini file to pull an rss config out.
Thanks in advance
Imm looking to develop a script for post processing some RSS downloaded zip files. Due to a change in how thing are uploaded, instead of individual downloads from RSS - everything is being packaged in zip files.
So What I'd like to do is utilitise the RSS regex rules I have in place but as part of a post processing script to remove everythign that doesn't meet those rules.
To that end, can I get some guidance on the python packages used to read the config file, and parse those rss regex strings, and I'll develop my own script.
I see the API can pull a config - can I access all the Regexs from there, or am I better to use a TOML (?) library to read the sabnzbd.ini file to pull an rss config out.
Thanks in advance