sim0n00ps
sim0n00ps
You don't need the files. Your Auth is not correct, you need to log into OF and copy the required info from your browser into auth.json
> > > > > > You don't need the files. Your Auth is not correct, you need to log into OF and copy the required info from your browser...
1. Can be implemented 2. Check https://of-dl.gitbook.io/of-dl/custom-filename-formats to see what you can use in custom filename formats, that should help you with getting what you want
Please update your user-agent and sess. If 1 bit of information is not correct then you'll get logged out.
> Did you get the **device_client_id_blob** and **device_private_key** files into _cdm_ directory ? Those 2 files are no longer a requirement for the script to run, but it probably is...
All of the messages are in the user_data.db within the messages table. You can download a tool like this https://sqlitebrowser.org/dl/ and navigate to the messages table and then highlight all...
Probably just you not updating your Auth properly. Please login, copy every single value again including the user-agent which might have changed when the browser updates
If it crashes then it should log it in the logs folder, that might give you an indication as to why it happened. It could be a multitude of things...
Changing just the sess value won't solve the problem. To me that sounds like your user-agent has changed as a result of your browser updating, so you need to login...
You could try using a custom filename format and use the 'text' variable. I don't really recommend this as you'll face some problems with illegal characters which are not allowed...