ArneVogel / concat

Download your vods from twitch in the command line
https://www.arnevogel.com/standalone-concat-version/
GNU General Public License v3.0
205 stars 33 forks source link

Running on MacOS (solution) #47

Closed dsiher closed 5 years ago

dsiher commented 5 years ago

I was trying to run concat and ran into the same problems as #36 and #16 but found out the fix.

When downloading the file, if using Safari, the extension will sometimes be switched from no extension to a .dms file, so you have to remove the extension.

Once you get the file without an extension, you have to run chmod +x ./concat_mac in terminal to associate the file as a unix executable or else terminal won't allow you to run it.

After that you should be able to run the file using ./concat_mac from terminal and continue to use the functionality as stated in the README.

ArneVogel commented 5 years ago

Thanks. I have updated the readme with your fix.