thezoggy
f8d8b8e60a
fix(guide): Update Clean.py for py3.12 and apply updates ( #1953 )
...
Fixes SyntaxWarning thrown by python 3.12, update sync up nzbget from updates from sab version
6 months ago
nuxen
a2a4bcb772
chore(guide): update inconsistent naming in downloaders pages ( #1930 )
7 months ago
Eric Nemchik
ac0adfd0af
chore(editorconfig): Add more extensions ( #1410 )
...
* Add more extensions to editorconfig
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat(editorconfig): update indent size
* Revert "feat(editorconfig): update indent size"
This reverts commit 30e5918efe
.
* style: 💄 format json files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format yaml files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format md files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format other files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format md files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 editorconfig lint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* revert: 🔥 remove deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 fix incorrect prior merges
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 change json to 2 spaces
Signed-off-by: GitHub <noreply@github.com>
* style: 💄 format json to 2 spaces
Signed-off-by: GitHub <noreply@github.com>
* update(formatting/py): run pep8 formatting
---------
Signed-off-by: Eric Nemchik <eric@nemchik.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com>
Co-authored-by: FonduemangVI <michael.thomas@vualtlabs1226.com>
Co-authored-by: zakary <zak@ary.dev>
7 months ago
thezoggy
2c3be4fa0c
fix(guide): SABnzbd Scripts - Updated Clean.py ( #1777 )
10 months ago
Kees de Bruin
64feb241b2
fix(starr): Update EZTV regex ( #1450 )
1 year ago
Kees de Bruin
f7b4a071ce
Added optional suffix for EZTV
1 year ago
Fabricio Silva
59a336c563
Revert "SABnzbd - Update replace_for.py to work with V.4.0.0"
...
This reverts commit 77a279c77a
.
---
Post-processing scripts have differents args from Pre-queue scripts.
2 years ago
Gabe
ddc7efac15
SABnzbd - Update Clean.py to work with V.4.0.0
...
Sabnzbd Version 4.0.0 (current beta) introduced a couple of input variables, that weren't available in the versions before.
This PR fixes the two scripts in the Guide, so they are compatible with earlier and V4+ versions
https://sabnzbd.org/wiki/scripts/pre-queue-scripts#toc3
2 years ago
Gabe
77a279c77a
SABnzbd - Update replace_for.py to work with V.4.0.0
...
Sabnzbd Version 4.0.0 (current beta) introduced a couple of input variables, that weren't available in the versions before.
This PR fixes the two scripts in the Guide, so they are compatible with earlier and V4+ versions
https://sabnzbd.org/wiki/scripts/pre-queue-scripts#toc3
2 years ago
thatbritguy
76442c2609
Lint fix
2 years ago
thatbritguy
25d7a6946b
Add replace_for script for SABnzbd and NZBGet
...
Description tweak and delint.
2 years ago
thatbritguy
97f9f11002
Add `replace_for` script for SABnzbd and NZBGet
...
Add `replace_for` script for SABnzbd and NZBGet to prevent download loops with poorly named releases.
2 years ago
cynicalgeek
adfd898a45
Regex match for -D-Z0N3 in Clean script (SABnzbd)
2 years ago
Alex
bb7ce488b3
Optimize regex matching in Clean script (SABnzbd)
2 years ago
Alex
81088a8e05
Add missing bots to Clean script (SABnzbd)
2 years ago
VP-EN
eb44de13dc
NinjaCentral fix (SABnzbd)
...
This is a fix related to how NinjaCentral names their NZB files.
All their NZBs have a dash + four characters appended to the filename/name of the NZB.
A few examples:
-ASn1
-xm98
-ga2k
This reg-ex/reg-ex-replace works by removing that part only. I've had this reg-ex in my clean.py script for quite a long time, and haven't observed any negative effects with using this, with a lot of different NZB indexers simultaneously.
A reg-ex test:
https://regex101.com/r/fpsQqh/1
3 years ago
TRaSH
d3bd30c0a9
Created: [NEW] SABnzbd - Scripts
3 years ago