summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileboomMe.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/FileboomMe.py
parentTemp fix https://github.com/pyload/pyload/pull/1708 (diff)
downloadpyload-52dafac35c3cbfd110746b981afd80da1632a373.tar.xz
Spare plugin updates
Diffstat (limited to 'module/plugins/hoster/FileboomMe.py')
-rw-r--r--module/plugins/hoster/FileboomMe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileboomMe.py b/module/plugins/hoster/FileboomMe.py
index 2798d9eda..3c11f1d16 100644
--- a/module/plugins/hoster/FileboomMe.py
+++ b/module/plugins/hoster/FileboomMe.py
@@ -37,7 +37,7 @@ class FileboomMe(SimpleHoster):
def handle_free(self, pyfile):
- post_url = urljoin(pyfile.url, "/file/" + self.info['pattern']['ID'])
+ post_url = urljoin(pyfile.url, "file/" + self.info['pattern']['ID'])
m = re.search(r'data-slow-id="(\w+)"', self.html)
if m: