-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Replicating YoutubeKids #677
Comments
Actually this could be done better than YouTubeKids that has a whole boat full of it's own problems. What we need is some way of creating pooled subscriptions and being able to set a hard limit on NewPipe only being able to play videos from that pool. The actual part where parents would vet videos and tag them into the pool could be separate, but it sure would be nice to get away from AI automated nonesense and use peer-review collaboration which open source is known for fostering. |
Maybe if they developed this other feature request the problem would be solved #1243 |
I wanted to add something else too: YouTube wants users to watch as many videos as possible, one after another. Their suggested next video and auto play are all about getting people to watch more adverts. This is one reason why YouTubeKids, and certainly YouTube itself suffers from suggesting utter garbage to kids. NewPipe does not need to concern itself with any of that business model though and should not use the same patterns to show videos. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey bot Y U not fix it then :) :) |
Close this |
This might actually be achievable, and could be a handy feature to include. |
Fixed by #2727? |
@opusforlife2 age restrict covers 18+ right? |
A cursory online search seems to suggest that this is for parents to use for their kids. No idea about the facts, which is why I posed it as a question. |
Kids means under 18? Youtube Kids has more age options, 3,6,12, smth. |
Ah. Alright. |
@licaon-kter: Ah, AFAIK YouTube only marks 18+ |
@wb9688 so where does the Kids app pulls ratings from? |
@licaon-kter it probably runs on a different API providing more detailed age-restriction data, but as wb9688 said this is not the case for standard YouTube, so this will not come to NewPipe unfortunately (feel free to reopen if more information is found ;-) ) |
If you could provide an URL of a video that's allowed to be watched by e.g. 3yo kids in YT Kids, I could take a look if we're missing any such metadata |
I'm interested in this topic also. |
@mmaximo that would probably be doable, if someone is willing to implement it as a service. |
@mmaximo: I didn't know that was a thing, but yeah, that's possible. |
This runs on a different API.
Example request body: younger, no search{
"context": {
"client": {
"clientName": "WEB_KIDS",
"clientVersion": "2.1.0",
"hl": "en-GB",
"gl": "DE",
"experimentIds": [],
"experimentsToken": "",
"browserName": "Firefox",
"deviceMake": "mozilla",
"browserVersion": "79.0",
"deviceModel": "firefox",
"osName": "X11",
"platform": "DESKTOP",
"kidsAppInfo": {
"contentSettings": {
"corpusPreference": "KIDS_CORPUS_PREFERENCE_YOUNGER",
"kidsNoSearchMode": "YT_KIDS_NO_SEARCH_MODE_ON"
},
"categorySettings": {
"enabledCategories": [
"approved_for_you",
"camp",
"collections",
"explore",
"favorites",
"gaming",
"learning",
"move",
"music",
"reading",
"shows",
"spotlight"
]
}
}
},
"capabilities": {},
"request": {
"internalExperimentFlags": []
}
},
"browseId": "FEkids_home"
} |
@TobiGr: Of course the requests for YouTube Kids are different. Note how in YT Music and new YT continuations, which seems similar, certain fields in the JSON are optional. This will need to be implemented in a way similar to that WIP PR for Invidious. |
Yes, I already do something like that. I use family-friendly dns servers from Cloudflare and Cleanbrowsing on my children devices. But the thing is that, if you believe Google, YT Kids' content is not only restricted, but curated. Thanks anyway |
Subsumed by #1950. |
@mhmdanas There's more info here than there, what's the thought on closing this and keeping that? |
Sure, the comments here have more info, but that issue is more specific. Besides, it's not like this issue was deleted; it was just closed. |
This issue was also referenced several times there, so this info is not hidden in any way. |
Is the (that) age restriction an accessible metadata?
FYI: https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.kids
Thanks
The text was updated successfully, but these errors were encountered: