diff options
author | stickell <l.stickell@yahoo.it> | 2014-09-11 15:52:16 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-09-11 15:52:53 +0200 |
commit | 6f87a713970d6a18c0a3e622286488ec9e3b5494 (patch) | |
tree | 8a1915eb21551f7a9091bee28882c693b264d5af /module/plugins/hoster | |
parent | [MultiDebrid] renamed to Myfastline (diff) | |
download | pyload-6f87a713970d6a18c0a3e622286488ec9e3b5494.tar.xz |
[MultiDebrid] renaming files to MyfastlineCom
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/MyfastfileCom.py (renamed from module/plugins/hoster/MultiDebridCom.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/MultiDebridCom.py b/module/plugins/hoster/MyfastfileCom.py index bae864806..7a5c2f515 100644 --- a/module/plugins/hoster/MultiDebridCom.py +++ b/module/plugins/hoster/MyfastfileCom.py @@ -6,8 +6,8 @@ from module.common.json_layer import json_loads from module.plugins.Hoster import Hoster -class MultiDebridCom(Hoster): - __name__ = "MultiDebridCom" +class MyfastfileCom(Hoster): + __name__ = "MyfastfileCom" __type__ = "hoster" __version__ = "0.04" __pattern__ = r'http://(?:www\.)?\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/dl/' |