diff options
Diffstat (limited to 'module/plugins/hoster/MegasharesCom.py')
| -rw-r--r-- | module/plugins/hoster/MegasharesCom.py | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/module/plugins/hoster/MegasharesCom.py b/module/plugins/hoster/MegasharesCom.py index 2d6e0f0d5..5e5c023e4 100644 --- a/module/plugins/hoster/MegasharesCom.py +++ b/module/plugins/hoster/MegasharesCom.py @@ -3,13 +3,13 @@  import re  import time -from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo +from module.plugins.internal.SimpleHoster import SimpleHoster  class MegasharesCom(SimpleHoster):      __name__    = "MegasharesCom"      __type__    = "hoster" -    __version__ = "0.35" +    __version__ = "0.36"      __status__  = "testing"      __pattern__ = r'http://(?:www\.)?(d\d{2}\.)?megashares\.com/((index\.php)?\?d\d{2}=|dl/)\w+' @@ -108,6 +108,3 @@ class MegasharesCom(SimpleHoster):          self.link = m.group(1)          self.log_debug("%s: %s" % (msg, self.link)) - - -getInfo = create_getInfo(MegasharesCom) | 
