hotfix to readme formatting

This commit is contained in:
Isaac Grynsztein
2020-03-08 17:27:15 -04:00
parent cda842a6c7
commit 5d945d729b

View File

@@ -99,10 +99,12 @@ You can use the internal API on your server to run downloads on your instance wi
#### Downloading audio files
`curl -XPOST -H "Content-type: application/json" -d '{"url": "<your youtube url>"}' 'http://localhost:17442/api/tomp3'`
Remember to replace `<your video url>` with the actual URL.
#### Downloading video files
`curl -XPOST -H "Content-type: application/json" -d '{"url": "<your youtube url>"}' 'http://localhost:17442/api/tomp4'`
Remember to replace `<your video url>` with the actual URL.
## Contributing