Private GIT

Skip to content
Snippets Groups Projects
Commit b3d89dbf authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fixed newzbin provider errors

parent b241316c
Branches
Tags
No related merge requests found
......@@ -189,7 +189,7 @@ class NewzbinProvider(generic.NZBProvider):
def getIDFromURL(self, url):
id_regex = 'http://www\.newzbin\.com/browse/post/(\d+)/'
id_regex = 'https?://www\.newzbin\.com/browse/post/(\d+)/'
id_match = re.match(id_regex, url)
if not id_match:
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment