Private GIT

Skip to content
Snippets Groups Projects
Commit 9d633910 authored by Ruud's avatar Ruud
Browse files

NZBsRus fixes

parent 54ea22e9
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ config = [{ ...@@ -12,7 +12,7 @@ config = [{
'list': 'nzb_providers', 'list': 'nzb_providers',
'name': 'nzbsrus', 'name': 'nzbsrus',
'label': 'Nzbsrus', 'label': 'Nzbsrus',
'description': 'See <a href="https://www.nzbsrus.com/">NZBsRus</a>', 'description': 'See <a href="https://www.nzbsrus.com/">NZBsRus</a>. <strong>You need a VIP account!</strong>',
'wizard': True, 'wizard': True,
'options': [ 'options': [
{ {
......
...@@ -53,7 +53,7 @@ class Nzbsrus(NZBProvider, RSS): ...@@ -53,7 +53,7 @@ class Nzbsrus(NZBProvider, RSS):
'name': title, 'name': title,
'age': age, 'age': age,
'size': size, 'size': size,
'url': self.urls['download'] % id + self.getApiExt() + self.getTextElement(nzb, 'key'), 'url': self.urls['download'] % nzb_id + self.getApiExt() + self.getTextElement(nzb, 'key'),
'detail_url': self.urls['detail'] % nzb_id, 'detail_url': self.urls['detail'] % nzb_id,
'description': self.getTextElement(nzb, 'addtext'), 'description': self.getTextElement(nzb, 'addtext'),
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment