Skip to content

Commit

Permalink
Fix BJ-Share
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Jul 27, 2018
1 parent c8dfe01 commit 8c41571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/providers/torrent/html/bjshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self):
super(BJShareProvider, self).__init__('BJ-Share')

# URLs
self.url = 'https://bj-share.me'
self.url = 'https://bj-share.info'
self.urls = {
'search': urljoin(self.url, 'torrents.php')
}
Expand Down

0 comments on commit 8c41571

Please sign in to comment.