mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 17:23:20 +03:00
hotfix to readme formatting
This commit is contained in:
@@ -99,10 +99,12 @@ You can use the internal API on your server to run downloads on your instance wi
|
|||||||
|
|
||||||
#### Downloading audio files
|
#### Downloading audio files
|
||||||
`curl -XPOST -H "Content-type: application/json" -d '{"url": "<your youtube url>"}' 'http://localhost:17442/api/tomp3'`
|
`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.
|
Remember to replace `<your video url>` with the actual URL.
|
||||||
|
|
||||||
#### Downloading video files
|
#### Downloading video files
|
||||||
`curl -XPOST -H "Content-type: application/json" -d '{"url": "<your youtube url>"}' 'http://localhost:17442/api/tomp4'`
|
`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.
|
Remember to replace `<your video url>` with the actual URL.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
Reference in New Issue
Block a user