Replies: 2 comments 1 reply
-
The main problem you'll have is that you'll only be able to do it for a small number of videos before getting blocked by YouTube. Which is why it hasn't been implemented yet. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Im creating on src/render/helpers/api a file preferences.js that allow you to gather info from api without need to worry what preferences are and what api to use and what to do in case of fallback, preferences.js will handle that for you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, im trying to implement a function to allow to import playlist from google exported csv files, the problem is that them contains only the videoId, and adding a playlist only using that will create a bunch of black videos with no title, no author recerence etc.. only the thumbnail that's dynamically loaded
To fix that i could fetch data of video before getting added to the playlist using the api but i can't figure out what function use to accomplish that, i want to count the fact that user may ave different API Backend preferences so i cant use directly getVideoInformationInvidious
Beta Was this translation helpful? Give feedback.
All reactions