Search found 1 match

by panniiii
10 Apr 2017, 02:01
Forum: Extension scripts
Topic: Replace/remove substring in title
Replies: 10
Views: 10690

Re: [Feature Request] RSS: Replace/remove substring

Hey, I've modified the script, simplified some parts, and made it python2 and 3 compatible: #!/usr/bin/env python from __future__ import print_function ########################################## ### NZBGET SCAN SCRIPT ### # Removes garbage suffixes from NZB names. # # NOTE: This script requires Pyth...