Newznab failed when doing manual download
This commit is contained in:
@@ -130,7 +130,7 @@ class Base(NZBProvider, RSS):
|
||||
hosts = self.getHosts()
|
||||
|
||||
for host in hosts:
|
||||
result = super(Newznab, self).belongsTo(url, host = host['host'], provider = provider)
|
||||
result = super(Base, self).belongsTo(url, host = host['host'], provider = provider)
|
||||
if result:
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user