| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
The directory name needs to be sanitized such that it is valid on all
major Operating systems and filesystems. This includes replacing invalid
characters and limiting the filename to 255 bytes.
|
| | |
|
| |
|
|
| |
Try to access the profile page to see if the cookies work or not.
|
| |
|
|
|
|
|
| |
- Build a reqwest::Client with Cookie and browser-like default headers
- Wire into main without performing any HTTP calls
Note: Keep cookie header internal; never log values
|
| |
|
|
|
| |
This parses the cookies found in the cookies.json file, making them
ready to be used in http requests.
|
| |
|