diff options
Diffstat (limited to 'module/plugins/hoster/EpicShareNet.py')
-rw-r--r-- | module/plugins/hoster/EpicShareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/EpicShareNet.py b/module/plugins/hoster/EpicShareNet.py index 53e4c0f1d..a5148d877 100644 --- a/module/plugins/hoster/EpicShareNet.py +++ b/module/plugins/hoster/EpicShareNet.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo class EpicShareNet(DeadHoster): __name__ = "EpicShareNet" __type__ = "hoster" - __version__ = "0.04" + __version__ = "0.05" __status__ = "stable" __pattern__ = r'https?://(?:www\.)?epicshare\.net/\w{12}' |