api/vimeo: add support for specifying access tokens (#1443)

* the android client now also needs a valid device_identifier, but already generated access_tokens work fine
* you can also get them from a rooted device by mitm'ing the device while starting vimeo for the first time or going into its data directory and searching for the token in shared_prefs/
This commit is contained in:
zImPatrick
2025-09-24 18:27:13 +02:00
committed by GitHub
parent d577d5e451
commit 83a8da7151
3 changed files with 7 additions and 1 deletions

View File

@@ -13,5 +13,8 @@
],
"youtube": [
"cookie=<replace_this>; b=<replace_this>"
],
"vimeo": [
"access_token=<replace_this>"
]
}