summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileSharkPl.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-19 02:38:11 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-19 02:38:11 +0200
commit52dafac35c3cbfd110746b981afd80da1632a373 (patch)
tree09e17d3d6ea93d9cd0bd175dce7e3f3bb8b8be6a /module/plugins/hoster/FileSharkPl.py
parentTemp fix https://github.com/pyload/pyload/pull/1708 (diff)
downloadpyload-52dafac35c3cbfd110746b981afd80da1632a373.tar.xz
Spare plugin updates
Diffstat (limited to 'module/plugins/hoster/FileSharkPl.py')
-rw-r--r--module/plugins/hoster/FileSharkPl.py2
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)