1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

qbrick: they are using space in the path.

This commit is contained in:
Johan Andersson 2014-02-05 12:42:11 +01:00
parent 3d44657775
commit 1a329ecae7

View File

@ -82,6 +82,6 @@ class Qbrick(Service, OpenGraphThumbMixin):
path = select_quality(options, streams)
options.other = "-y %s" % path
options.other = "-y '%s'" % path
download_rtmp(options, server)