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:
parent
3d44657775
commit
1a329ecae7
@ -82,6 +82,6 @@ class Qbrick(Service, OpenGraphThumbMixin):
|
|||||||
|
|
||||||
path = select_quality(options, streams)
|
path = select_quality(options, streams)
|
||||||
|
|
||||||
options.other = "-y %s" % path
|
options.other = "-y '%s'" % path
|
||||||
download_rtmp(options, server)
|
download_rtmp(options, server)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user