This post actually made me look for a solution and I found one! Solution to opening tiktoks without using tiktok app or site, not how to stop ur friends sending u garbage.
It made me think… mpv player can play basically any link you throw at it (thanks to yt-dlp), and we also have mpv on Android, so why can’t we do it there as well. And sure enough, I found this https://github.com/mpv-android/mpv-android/pull/58, someone baked yt-dlp in mpv for Android, making it possible to open link in mpv (share >> play in mpv)
While this is useful, it could be even better! If the AndroidManifest.xml also contained support for Facebook, TikTok and Instagram links it could be set to directly open them instead needing to share it to mpv.
Oh shit!
This post actually made me look for a solution and I found one!
Solution to opening tiktoks without using tiktok app or site, not how to stop ur friends sending u garbage.
It made me think… mpv player can play basically any link you throw at it (thanks to yt-dlp), and we also have mpv on Android, so why can’t we do it there as well. And sure enough, I found this https://github.com/mpv-android/mpv-android/pull/58, someone baked yt-dlp in mpv for Android, making it possible to open link in mpv (share >> play in mpv)
It works for instagram and all other shit.
While this is useful, it could be even better! If the AndroidManifest.xml also contained support for Facebook, TikTok and Instagram links it could be set to directly open them instead needing to share it to mpv.
So do we need to download something from your link to make that work? Or is it already part of MPV?