summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-01-09 13:53:55 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 16:53:09 +0200
commit716044845a7ef92e0cba8b10816c9307c9f44a18 (patch)
tree4e1a087f27459140c4c6ef768f289f04d02236e1
parentUptobox: fixed file info retrieve (diff)
downloadpyload-716044845a7ef92e0cba8b10816c9307c9f44a18.tar.xz
Depositfiles: added dfiles.ru domain
May fix #461 (cherry picked from commit 83ef7f55716ff7fe5b067c6109e51d2e6a82b499)
-rw-r--r--pyload/plugins/hoster/DepositfilesCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/DepositfilesCom.py b/pyload/plugins/hoster/DepositfilesCom.py
index 99c0d13a1..81458ac62 100644
--- a/pyload/plugins/hoster/DepositfilesCom.py
+++ b/pyload/plugins/hoster/DepositfilesCom.py
@@ -10,8 +10,8 @@ from module.plugins.internal.CaptchaService import ReCaptcha
class DepositfilesCom(SimpleHoster):
__name__ = "DepositfilesCom"
__type__ = "hoster"
- __pattern__ = r"https?://[\w\.]*?(depositfiles\.com|dfiles\.eu)(/\w{1,3})?/files/[\w]+"
- __version__ = "0.45"
+ __pattern__ = r"https?://[\w\.]*?(depositfiles\.com|dfiles\.(eu|ru))(/\w{1,3})?/files/[\w]+"
+ __version__ = "0.46"
__description__ = """Depositfiles.com Download Hoster"""
__author_name__ = ("spoob", "zoidberg")
__author_mail__ = ("spoob@pyload.org", "zoidberg@mujmail.cz")