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 47 forks source link

Migrate to inbuilt extractor using youtube dl exec #27

Closed n-ce closed 2 years ago

n-ce commented 2 years ago

Current extractor is an outsourced URL. Reason for change : takes longer time processing, not all links work. Create a new extractor using npm module YouTube DL exec which will provide the file to be played to the audio source.

Line on Focus : https://github.com/n-ce/ytify/blob/a94607e3a29a62267771bd93eac0847c9fb6e4e8/script.js#L38 Where x is the video id & c is the codec value such as 249, 251.

PR to the "node" branch.

n-ce commented 2 years ago

Postpone extractor requirement to future releases