download only in real time
This commit is contained in:
parent
514318311e
commit
eb95b31089
@ -126,7 +126,7 @@ class DirectDownloader(Thread, StreamSource):
|
|||||||
self.exit = False
|
self.exit = False
|
||||||
|
|
||||||
self.process = ( ffmpeg
|
self.process = ( ffmpeg
|
||||||
.input(url)
|
.input(url, re=None)
|
||||||
.output('pipe:', format='mp3')
|
.output('pipe:', format='mp3')
|
||||||
.run_async(pipe_stdout=True, pipe_stderr=True)
|
.run_async(pipe_stdout=True, pipe_stderr=True)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user