diff options
| author | 2015-01-11 14:31:01 +0100 | |
|---|---|---|
| committer | 2015-01-11 14:31:01 +0100 | |
| commit | 5b31d8f20133cc575a101026c823f4d4e69621af (patch) | |
| tree | 754ee00c2364673f6035f9a2be90880eeed6b314 /module | |
| parent | [RehostTo] Fix (diff) | |
| download | pyload-5b31d8f20133cc575a101026c823f4d4e69621af.tar.xz | |
[RehostTo] Fix version
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/hoster/RehostTo.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RehostTo.py b/module/plugins/hoster/RehostTo.py index 780b7e0f2..28de35d08 100644 --- a/module/plugins/hoster/RehostTo.py +++ b/module/plugins/hoster/RehostTo.py @@ -8,7 +8,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo  class RehostTo(MultiHoster):      __name__    = "RehostTo"      __type__    = "hoster" -    __version__ = "0.20" +    __version__ = "0.21"      __pattern__ = r'https?://.*rehost\.to\..+'  | 
