diff --git a/FailureLink/main.py b/FailureLink/main.py index 81121bc..1ebc55e 100644 --- a/FailureLink/main.py +++ b/FailureLink/main.py @@ -20,7 +20,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # - import os import sys import platform diff --git a/FailureLink/manifest.json b/FailureLink/manifest.json index ce13ff6..b4970cc 100644 --- a/FailureLink/manifest.json +++ b/FailureLink/manifest.json @@ -1,11 +1,11 @@ { "main": "main.py", "name": "FailureLink", - "homepage": "", + "homepage": "https://github.com/nzbgetcom/Extension-FailureLink/", "kind": "POST-PROCESSING", "displayName": "Failure Link", - "version": "2.0.0", - "author": "Andrey Prygunkov, Clinton Hall", + "version": "3.0.0", + "author": "Andrey Prygunkov", "license": "GNU", "about": "Check videos to determine if they are corrupt. Inform indexer site about failed or corrupt download and request a replacement nzb.", "queueEvents": "", @@ -15,11 +15,7 @@ "queued up if available. The indexer site must support DNZB-Header.", "\"X-DNZB-FailureLink\".", "", - "Info about pp-script:", - "Further modifications by Clinton Hall and dogzipp.", - "Web-site: http://nzbget.sourceforge.net/forum/viewforum.php?f=8.", - "Web-site: https://github.com/nzbgetcom/Extension-FailureLink/ (Python 3.8.x).", - "License: GPLv2 (https://www.gnu.org/licenses/gpl.html)" + "Further modifications by Clinton Hall and dogzipp." ], "requirements": [ "Make sure you run this script first (before any other PP-scripts).", diff --git a/README.md b/README.md index b9b348e..6e6aefd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ > **Note:** this repo is a fork of the original github [project](https://github.com/nzbget/FailureLink) > made by @hugbug. -> **Note:** This script is compatible with python 3.8.x and above. - -> **Note:** If you need support for Python 2.x or older Python3.x versions please use [v1.21](https://github.com/nzbgetcom/Extension-FailureLink/releases/tag/v1.21) release. - -> **Note:** [Here](https://github.com/nzbgetcom/nzbget/discussions/56) you can discuss problems with different versions of Python. +> **Note:** This script is compatible with NZBGet v23 and above. +For older versions of NZBGet please use [v2.0](https://github.com/nzbgetcom/Extension-FailureLink/releases/tag/v2.0) release. +> **Note:** This script is compatible with python 3.8.x and above. +If you need support for Python 2.x or older Python3.x versions please use [v1.21](https://github.com/nzbgetcom/Extension-FailureLink/releases/tag/v1.21) release. # FailureLink FailureLink [script](https://nzbget.com/documentation/post-processing-scripts/) for [NZBGet](https://nzbget.com).