1
0
Fork 0
mirror of https://github.com/SeanOMik/dropout-dl.git synced 2025-04-16 11:03:06 +00:00
Commit graph

4 commits

Author SHA1 Message Date
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