diff options
| author | 2013-06-14 12:57:12 +0200 | |
|---|---|---|
| committer | 2013-06-14 12:57:12 +0200 | |
| commit | 03f2a4599193ed35fc654bba5155ffd7499bdfbf (patch) | |
| tree | 19892c5b9c4477e04cc6a0df95583b08666286bf /module/plugins/hooks/Premium4Me.py | |
| parent | RestartFailed: fixed debug messages (diff) | |
| download | pyload-03f2a4599193ed35fc654bba5155ffd7499bdfbf.tar.xz | |
Premium4.me -> Premium.to
Diffstat (limited to 'module/plugins/hooks/Premium4Me.py')
| -rw-r--r-- | module/plugins/hooks/Premium4Me.py | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/hooks/Premium4Me.py b/module/plugins/hooks/Premium4Me.py index b49eb41a9..16b02ce87 100644 --- a/module/plugins/hooks/Premium4Me.py +++ b/module/plugins/hooks/Premium4Me.py @@ -5,19 +5,19 @@ from module.plugins.internal.MultiHoster import MultiHoster  class Premium4Me(MultiHoster):
      __name__ = "Premium4Me"
 -    __version__ = "0.02"
 +    __version__ = "0.03"
      __type__ = "hook"
      __config__ = [("activated", "bool", "Activated", "False"),
          ("hosterListMode", "all;listed;unlisted", "Use for downloads from supported hosters:", "all"),
          ("hosterList", "str", "Hoster list (comma separated)", "")]
 -    __description__ = """premium4.me hook plugin"""
 -    __author_name__ = ("RaNaN", "zoidberg")
 -    __author_mail__ = ("RaNaN@pyload.org", "zoidberg@mujmail.cz")
 +    __description__ = """Premium.to hook plugin"""
 +    __author_name__ = ("RaNaN", "zoidberg", "stickell")
 +    __author_mail__ = ("RaNaN@pyload.org", "zoidberg@mujmail.cz", "l.stickell@yahoo.it")
      def getHoster(self):
 -        page = getURL("http://premium4.me/api/hosters.php?authcode=%s" % self.account.authcode)
 +        page = getURL("http://premium.to/api/hosters.php?authcode=%s" % self.account.authcode)
          return [x.strip() for x in page.replace("\"", "").split(";")]
      def coreReady(self):
 @@ -27,7 +27,7 @@ class Premium4Me(MultiHoster):          user = self.account.selectAccount()[0]
          if not user:
 -            self.logError(_("Please add your premium4.me account first and restart pyLoad"))
 +            self.logError(_("Please add your premium.to account first and restart pyLoad"))
              return
          return MultiHoster.coreReady(self)
\ No newline at end of file  | 
