-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Allow filtering livestreams from subscription page #258
Comments
I tried my hand at implementing this by copying what @JaCzekanski did – unfortunately I couldn't identify a uniquely identifying mark for livestreams like the The best I could identify is the fact that for livestreams it says I've looked into the JSON output for my page via the webOS simulator – I could see the My attempts are here: https://github.com/webosbrew/youtube-webos/compare/main...manuelgrabowski:youtube-webos:filter-live-video-from-subscriptions?expand=1 – in the first commit I just copied the entire approach, only changing the callback function for I know that modifying the existing callback function as shown in the second commit works in general. When changing my For debugging, I was unable to get any |
Great attempt. To remotely inspect TV apps, you need to clone this repo and run |
Just like #201 did for Shorts, I'd like to see an option to hide live video from the subscriptions list as well.
The text was updated successfully, but these errors were encountered: