Remove every reference to alltubedownload.net (#422)

This commit is contained in:
Pierre Rudloff 2022-10-16 15:22:47 +02:00
parent 87e30f2e87
commit 1031ad152d
9 changed files with 4 additions and 56 deletions

View file

@ -1,6 +1,6 @@
# AllTube Download
HTML GUI for youtube-dl ([alltubedownload.net](http://alltubedownload.net/))
HTML GUI for youtube-dl
![Screenshot](img/screenshot.png "AllTube GUI screenshot")
@ -165,7 +165,7 @@ so that you can reuse it in your projects.
## JSON API
We also provide a JSON API that you can use like this:
[/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ](https://alltubedownload.net/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ)
`/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ`
It returns a JSON object generated by youtube-dl.
You can find a list of all the properties [in the youtube-dl documentation](https://github.com/ytdl-org/youtube-dl#output-template).