Closed Web3WithMark closed 1 year ago
I'm running the command
docker run --rm -v ~/Desktop ryu1845/twspace-dl -i ########
however, nothing is saving to my desktop.
I get this output in the console:
size= 112401kB time=02:41:12.70 bitrate= 95.2kbits/s speed=11.8x INFO: Finished downloading
So it appears to be working?
It should be this docker run --rm -v ~/Desktop:/output ryu1845/twspace-dl -i space_url The difference being :/output after ~/Desktop
docker run --rm -v ~/Desktop:/output ryu1845/twspace-dl -i space_url
:/output
~/Desktop
I'm running the command
docker run --rm -v ~/Desktop ryu1845/twspace-dl -i ########
however, nothing is saving to my desktop.
I get this output in the console:
So it appears to be working?