Skip to content

Commit

Permalink
Update README and manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk committed Jan 11, 2024
1 parent 1592079 commit c98dad7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
1 change: 0 additions & 1 deletion FailureLink/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#


import os
import sys
import platform
Expand Down
12 changes: 4 additions & 8 deletions FailureLink/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand All @@ -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).",
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit c98dad7

Please sign in to comment.