gusfahmi / Social-Media-Downloader

API for Social Media Downloader. (Youtube Downloader, Youtube Playlist Downloader, Instagram Downloader, TikTok Downloader, Soundcloud Downloader, DailyMotion Downloader).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot GET /youtube

botmai4 opened this issue · comments

I've started but when i access localhost:2020/api/youtube?url=...
or
localhost/youtube?url=.....

doesn't work, what is the correct link?

thanks for attention.

All of the method for the API is POST method.
For example, if you want to make a youtube downloader, you can use youtube downloader url :

http://127.0.0.1:2020/api/youtube

And than pass the youtube video url with POST method.