summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2015-01-25 16:17:14 +0100
committerGravatar stickell <l.stickell@yahoo.it> 2015-01-25 16:17:14 +0100
commit65d720a6e4be3f90024bc032209fd26012081ed1 (patch)
treee0dba5f6f3c6459db415a86a1b8b1ae15884b8b6 /module/plugins/internal
parentRevert Extractor to the old one (temp) (diff)
downloadpyload-65d720a6e4be3f90024bc032209fd26012081ed1.tar.xz
[XFSHoster] Fixed #1078
Diffstat (limited to 'module/plugins/internal')
-rw-r--r--module/plugins/internal/XFSHoster.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index fbbb37b37..2054b1824 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -4,6 +4,7 @@ import re
from random import random
from time import sleep
+from urlparse import urljoin, urlparse
from pycurl import FOLLOWLOCATION, LOW_SPEED_TIME
@@ -15,7 +16,7 @@ from module.utils import html_unescape
class XFSHoster(SimpleHoster):
__name__ = "XFSHoster"
__type__ = "hoster"
- __version__ = "0.40"
+ __version__ = "0.41"
__pattern__ = r'^unmatchable$'