mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-06 07:06:02 +00:00
cookies: update & add examples (#367)
This commit is contained in:
commit
b54c3d25f5
|
@ -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>"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue