HoloArchivists / twspace-dl

A python module to download twitter spaces.
GNU General Public License v2.0
473 stars 78 forks source link

Cant find saved file. #85

Closed Web3WithMark closed 1 year ago

Web3WithMark commented 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?

Ryu1845 commented 1 year ago

It should be this docker run --rm -v ~/Desktop:/output ryu1845/twspace-dl -i space_url The difference being :/output after ~/Desktop