summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/ARD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ARD.py b/module/plugins/hoster/ARD.py
index 60a40e69d..5ab65cd4b 100644
--- a/module/plugins/hoster/ARD.py
+++ b/module/plugins/hoster/ARD.py
@@ -75,6 +75,6 @@ class ARD(Hoster):
except Exception, e:
self.log.warning(_("Setting User and Group failed: %s") % str(e))
- output_file = save_join(location, save_path(pyfile.name))
+ output_file = save_join(location, save_path(pyfile.name)) + os.path.splitext(playpath)[1]
RTMP.download_rtmp_stream(url, playpath=playpath, output_file=output_file)