# SABnzbd Scripts ## Clean ??? info "Clean NZB name" - Title: `Clean.py` - Author(s): ??? - Made compatible for SABnzbd: AlexK Removes the following suffixes from NZB name: NZBgeek / Obfuscated / BUYMORE / Scrambled /etc... Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc). Install Instructions: 1. Copy script to sabnzbd's script folder 1. run: `sudo chmod +x Clean.py` 1. in SABnzbd go to `Settings` => `Switches` 1. Change Pre-queue user script and select: `Clean.py` ![!Enable Clean.py](/Downloaders/SABnzbd/images/sabnzbd-switches-queue-clean.png) ??? example "Script" ```python [[% filter indent(width=4) %]][[% include 'Downloaders/SABnzbd/scripts/Clean/Clean.py' %]][[% endfilter %]] ```