diff options
author | 2015-08-19 02:38:11 +0200 | |
---|---|---|
committer | 2015-08-19 02:38:11 +0200 | |
commit | 52dafac35c3cbfd110746b981afd80da1632a373 (patch) | |
tree | 09e17d3d6ea93d9cd0bd175dce7e3f3bb8b8be6a /module/plugins/hoster/FileSharkPl.py | |
parent | Temp fix https://github.com/pyload/pyload/pull/1708 (diff) | |
download | pyload-52dafac35c3cbfd110746b981afd80da1632a373.tar.xz |
Spare plugin updates
Diffstat (limited to 'module/plugins/hoster/FileSharkPl.py')
-rw-r--r-- | module/plugins/hoster/FileSharkPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileSharkPl.py b/module/plugins/hoster/FileSharkPl.py index 62a7a553f..978861dd6 100644 --- a/module/plugins/hoster/FileSharkPl.py +++ b/module/plugins/hoster/FileSharkPl.py @@ -78,7 +78,7 @@ class FileSharkPl(SimpleHoster): if m is None: self.error(_("Download url not found")) - link = urlparse.urljoin("http://fileshark.pl", m.group(1)) + link = urlparse.urljoin("http://fileshark.pl/", m.group(1)) self.html = self.load(link) |