n-ce / ytify

Audio Streaming Web App for YouTube. Stop watching, Listen. Save data & 🌎.
https://ytify.netlify.app
GNU General Public License v3.0
153 stars 48 forks source link

add yt playlist support #58

Closed n-ce closed 1 year ago

n-ce commented 2 years ago

add ability to capture youtube playlist urls and transfer tracks into queue.

n-ce commented 1 year ago

Idea

  1. Have a separate regex for playlist at input interface
  2. If regex pass => playlist function.
  3. Fetch playlist at a different endpoint of backend
  4. Receive data and loop through it and send each at => queueIt function.
akunumanarif commented 1 year ago

Hi @n-ce Can you assign me on this?

n-ce commented 1 year ago

@akunumanarif okay, make sure to check out the backend.