Cookie Import Format Info

Ask any support / help / issues / problem or question related to Soundcloud Manager
Post Reply
User avatar
martin@rootjazz
Site Admin
Posts: 34358
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Cookie Import Format Info

Post by martin@rootjazz »

AIO
CSV un, pw, list_Json_cookies

Note SCM will try and fix the badly formated ways AIO outputs json cookies that is illegal, if doesn't work, lets us know (or better yet, tell AIO to fix their JSON cookies exported :-)

Code: Select all

un,pw,list_json_cookies
Import: prx,email,pw,,cookies
one line per account
Cookies is a JSON list note cookies is column [4] as [3] is empty

Code: Select all

prx,email,pw,,list_json_cookies

Import Cookies Dir
one file per account
filename is username (doesn't matter if not, will correct on successful login)

Code: Select all

list_json_cookies

Import Cookies
two formats supported
1) one line per account, list_json_cookies

Code: Select all

list_json_cookies
2)
tab separated
note list_json_cookies is [4] as [2] and [3] empty

Code: Select all

un \t pw \t \t \t list_json_cookies
Post Reply