this post was submitted on 10 Jul 2024
165 points (98.8% liked)
Open Source
31122 readers
419 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
YouTube changed something about their API to break 3rd party apps again. youtube-dl is also broken, but they've found the issue already, so it'll likely be fixed after a while.
GrayJay and YouTube ReVanced still work in meantime.
[1] https://github.com/TeamNewPipe/NewPipe/issues/11255
I wonder why grayjay is still fine but youtube-dlp isn't. strange
Same, i tried Grayjay today and i was surprised about how well and reliably it worked. Does someone know why?
My guess (and it's only a guess, I haven't looked at the source code) is that the scraping is being done on a server end that they can update without having to push an app update.
edit: my guess was wrong, I found where the source code is and they do the parsing locally - however it's a plugin that I assume gets loaded in on app start so they can still update it without having to publish a new apk. this is the fix
interestingly although Grayjay itself is proprietary this plugin is Affero GPL licensed.
Woah, thanks for the insight!
Yt-dlp still works for me on Android, but only for h264 videos. When I try to download VP9, I get an error.