ChunkyProgrammer
ChunkyProgrammer
Dark mode seems to have been added already
Just realized I had an `experimental dark mode` browser setting set 😵💫. Sorry, reopening now
Would you like to open a pr for this? 🙂
@KarateCowboy Some info: yt-channel-info will need to be updated (there hasnt been a new release in a while so you could set the version to a specific commit) I believe...
We haven't released a new version on npm but we're currently maintaining a fork here: https://github.com/FreeTubeApp/videojs-http-source-selector
Code is still working, I also added some tests to the description
Implenentation wise, I'm guessing something like https://muhammadtriwibowo.medium.com/simple-websocket-using-crystal-13b6f67eba61 can be done to communicate between invidious client and server. Communication between the invidious server and youtube's server can probably take inspiration from...
I'm not super familiar with Electron/vue.js but this might be useful for whoever works on this? https://www.electronjs.org/docs/api/web-contents#contentsfindinpagetext-options ```const { webContents } = require('electron') webContents.on('found-in-page', (event, result) => { if (result.finalUpdate)...
@absidue i imagine you've started work on using youtube.js for search, do you know if this will still be an issue once we migrate to that library?
Piped now has API documentation: https://github.com/TeamPiped/OpenAPI Reopening this issue as I think this is more possible now that we're decoupling a lot of the api code from the views/components (we...