mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
rtmp: show the command during verbose.
This commit is contained in:
parent
2d0a4f2beb
commit
4e83665af5
@ -37,6 +37,7 @@ def download_rtmp(options, url):
|
||||
args.append("-V")
|
||||
|
||||
command = ["rtmpdump", "-r", url] + args
|
||||
log.debug("Running: %s", " ".join(command))
|
||||
try:
|
||||
subprocess.call(command)
|
||||
except OSError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user