diff options
Diffstat (limited to 'pyload/plugins/hoster/ARD.py')
| -rw-r--r-- | pyload/plugins/hoster/ARD.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pyload/plugins/hoster/ARD.py b/pyload/plugins/hoster/ARD.py index 5ab65cd4b..cda783091 100644 --- a/pyload/plugins/hoster/ARD.py +++ b/pyload/plugins/hoster/ARD.py @@ -39,7 +39,7 @@ class RTMP:  class ARD(Hoster):      __name__ = "ARD Mediathek" -    __version__ = "0.1" +    __version__ = "0.11"      __pattern__ = r"http://www\.ardmediathek\.de/.*"      __config__ = [] @@ -73,7 +73,7 @@ class ARD(Hoster):                          chown(location, uid, gid)                      except Exception, e: -                        self.log.warning(_("Setting User and Group failed: %s") % str(e)) +                        self.logWarning(_("Setting User and Group failed: %s") % str(e))              output_file = save_join(location, save_path(pyfile.name)) + os.path.splitext(playpath)[1] | 
