aboutsummaryrefslogtreecommitdiff
path: root/src/http_client.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add license details properlyA Farzat7 hours1-0/+4
|
* Fix formattingA Farzat39 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 Farzat41 hours1-2/+2
|
* Allow cookies.json in config dirA Farzat2 days1-5/+6
| | | | | This allows running the program from anywhere, given the cookies are placed in the config dir.
* Add authentication using cookiesA Farzat9 days1-0/+33