You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to have a module to get the audio stream from youtube so that I have more reusable and well-structured code.
Description:
Develop a new node module which handles all interaction with youtube. Use old code whenever possible, do refactoring as needed and take care of good exception handling (not yet there). Use the old code to find all methods and API calls needed for Jimmi.
🟢 In scope:
Implement a contructor that takes an invidious instance url as optional parameter. Use snopyta as default.
Description:
Develop a new node module which handles all interaction with youtube. Use old code whenever possible, do refactoring as needed and take care of good exception handling (not yet there). Use the old code to find all methods and API calls needed for Jimmi.
🟢 In scope:
snopyta
as default.What should be the result?
A new module which can be seamlessly included in the Jimmi backend that has the required functions.
The text was updated successfully, but these errors were encountered: