aboutsummaryrefslogtreecommitdiff
path: root/src/http_client.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix formattingA Farzat14 hours1-1/+3
| | | | | For future reference, the User-Agent was obtained from https://hasdata.com/blog/user-agents-for-web-scraping
* Avoid useless jar clone and update User-AgentA Farzat17 hours1-2/+2
|
* Allow cookies.json in config dirA Farzat25 hours1-5/+6
| | | | | This allows running the program from anywhere, given the cookies are placed in the config dir.
* Add authentication using cookiesA Farzat8 days1-0/+33