cookies: update & add examples (#367)

This commit is contained in:
wukko 2024-03-05 12:01:28 +06:00 committed by GitHub
commit b54c3d25f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,8 @@
{ {
"instagram": [ "instagram": [
"mid=replace; ig_did=this; csrftoken=cookie" "mid=<replace>; ig_did=<with>; csrftoken=<your>; ds_user_id=<own>; sessionid=<cookies>"
],
"reddit": [
"client_id=<replace_this>; client_secret=<replace_this>; refresh_token=<replace_this>"
] ]
} }