Commit Graph

7 Commits

Author SHA1 Message Date
Moss e8436bd40e Progress Bar: Updated function to not duplicate writing
Previously when the number of MiBs was shorter the previous writing would not be
cleared.
2022-09-13 20:03:38 -04:00
Moss f5d538febe User Input: Remove function changing console to non-canonical mode 2022-09-13 20:03:02 -04:00
Moss 63baeaabde Curl: Added progress bar
The bar displays the percent downloaded and also the amount in MiB
2022-09-13 01:56:13 -04:00
Moss d5433c348b Helper Functions: Added time_ms functions
This function return the current time in miliseconds
Source: https://stackoverflow.com/questions/2831841/how-to-get-the-time-in-milliseconds-in-c
2022-09-13 01:54:44 -04:00
Moss bc74baaffd Curl: Added functions for the getting of the pages
Additonally this renders the user-auth-code unnecessary.
2022-09-11 13:25:22 -04:00
Moss d1b0d66bfb Cookies: Added better options for cookie access
For firefox a file can be created which contains the path to a firefox
profile. This then allows the cookies to be directly read from firefox
when running the program.
For any other browser the cookie has to be placed into two files named
auth_cookie and session_cookie.
2022-09-11 13:21:24 -04:00
Moss 7fb381c532 Inital Commit 2022-09-10 20:19:41 -04:00