vleerapp / Vleer

Your library to everything
https://vleer.app
GNU General Public License v3.0
45 stars 5 forks source link

add songs through search page #13

Closed 0PandaDEV closed 6 months ago

obvTiger commented 9 months ago

https://wireway.ch/api/musicAPI/search/?q=never%20gonna%20give%20you%20up :)

0PandaDEV commented 9 months ago

.-.

jannisfel commented 9 months ago
  1. Search a song and get the metadata: https://wireway.ch/api/musicAPI/search/?q=never%20gonna%20give%20you%20up
  2. Get the "url" value starting with /watch?
  3. Get https://wireway.ch/api/ytDl/?video={url} Example: https://wireway.ch/api/ytDl/?video=/watch?v=lYBUbBu4W08

    Warning

    The download process may take some time. If the download times out (502), just try once more

0PandaDEV commented 9 months ago

ok i will look into this

0PandaDEV commented 6 months ago

finally added this function