summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
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-01-09 13:53:55 +0100
commit83ef7f55716ff7fe5b067c6109e51d2e6a82b499 (patch)
treecfd215e36e4d8f11e25f84e7b9c615bfefbda0d5 /module/plugins/hoster
parentUptobox: fixed file info retrieve (diff)
downloadpyload-83ef7f55716ff7fe5b067c6109e51d2e6a82b499.tar.xz
Depositfiles: added dfiles.ru domain
May fix #461
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/DepositfilesCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/DepositfilesCom.py b/module/plugins/hoster/DepositfilesCom.py
index 99c0d13a1..81458ac62 100644
--- a/module/plugins/hoster/DepositfilesCom.py
+++ b/module/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")