Files
cobalt/docs/examples/cookies.example.json
zImPatrick 83a8da7151 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/
2025-09-24 18:27:13 +02:00

21 lines
571 B
JSON

{
"instagram": [
"mid=<replace>; ig_did=<with>; csrftoken=<your>; ds_user_id=<own>; sessionid=<cookies>"
],
"instagram_bearer": [
"token=<token_with_no_bearer_in_front>", "token=IGT:2:<looks_like_this>"
],
"reddit": [
"client_id=<replace_this>; client_secret=<replace_this>; refresh_token=<replace_this>"
],
"twitter": [
"auth_token=<replace_this>; ct0=<replace_this>"
],
"youtube": [
"cookie=<replace_this>; b=<replace_this>"
],
"vimeo": [
"access_token=<replace_this>"
]
}