Add replace_for script for SABnzbd and NZBGet

Description tweak and delint.
pull/850/head
thatbritguy 2 years ago
parent 97f9f11002
commit 25d7a6946b

@ -42,8 +42,7 @@
- Title: `replace_for.py` - Title: `replace_for.py`
- Author: miker - Author: miker
Replaces underscores with dots in downloaded filename: Replaces underscores with dots in downloaded filename to prevent download loops with poorly named releases on some indexers (often HONE releases).
Prevents download loops with poorly named releases on some indexers (often -HONE releases).
Install Instructions: Install Instructions:

@ -26,6 +26,7 @@
```python ```python
[[% filter indent(width=4) %]][[% include 'Downloaders/SABnzbd/scripts/Clean/Clean.py' %]][[% endfilter %]] [[% filter indent(width=4) %]][[% include 'Downloaders/SABnzbd/scripts/Clean/Clean.py' %]][[% endfilter %]]
``` ```
## replace_for ## replace_for
??? info "Replaces underscores with dots" ??? info "Replaces underscores with dots"
@ -33,8 +34,7 @@
- Title: `replace_for.py` - Title: `replace_for.py`
- Author: miker - Author: miker
Replaces underscores with dots in downloaded filename: Replaces underscores with dots in downloaded filename to prevent download loops with poorly named releases on some indexers (often HONE releases).
Prevents download loops with poorly named releases on some indexers (often -HONE releases).
Install Instructions: Install Instructions:

Loading…
Cancel
Save