Commit Graph

30 Commits

Author SHA1 Message Date
SeanOMik 33fdc7646f
Create docker image 2023-03-18 01:05:42 -04:00
Moss cfa182262b
Args: Added Shorthand Arguments 2023-02-08 17:58:15 -08:00
Moss 99d7cd95d9
Readme: Fixed Link and Added to Table of Contents 2023-02-08 16:45:11 -08:00
Moss 9609a41d68
Readme: Changed <p> to <div> 2023-02-08 16:42:34 -08:00
Moss d21fe0b81d
Readme: Fix Logo Link 2023-02-08 16:40:32 -08:00
Moss 3250cde2da
Readme: Fix Logo Size 2023-02-08 16:38:52 -08:00
Moss 7c4200020a
Readme: Changed Size of dropout-dl Logo 2023-02-08 16:34:40 -08:00
Moss 2e4928227d
Readme: Added dropout-dl Logo
Not sure if this is a copyright violation. I think it falls under fair
use but I'm not a lawyer. Let me know if this should be taken down and I
will do so.
2023-02-08 16:29:11 -08:00
Moss d3fb182e87
Readme: Added Info About Logging In 2023-02-05 11:40:07 -08:00
Moss 98e8e89c90
Readme: Updated for New Format and Options 2022-12-22 19:28:50 -08:00
Moss b070bde38d
Readme: Removed Trailing Whitespace 2022-12-21 19:49:20 -08:00
Moss 9bbc6dd5f5
Readme: Removed Todo Item 2022-12-21 19:47:12 -08:00
Moss 576c7db323
Readme: Updated Format of Readme 2022-12-21 19:42:50 -08:00
Moss 35b4c181b3 CMake: Added 'DROPOUT_DL_BUILD_ALL' Option
This option will build four executables:
- dropout-dl-minimal (with curl without sqlite or gcrypt)
- dropout-dl-sqlite (with curl and sqlite without gcrypt)
- dropout-dl-full (with curl, sqlite and gcrypt)
- tests
2022-10-01 15:07:40 -04:00
Moss a55b90491e Readme: Added Static Executables to TODO 2022-10-01 14:41:07 -04:00
Moss 3c77375858 Helpers: Added 'format_filename' Function
This function actually handles non-alphanumeric characters such as ','
and ';'. This means that files with possibly invalid names are no longer
created.
2022-10-01 00:35:53 -04:00
Moss 1749401745 Readme: Checked 'Create Tests' Off TODO 2022-09-30 23:54:34 -04:00
Moss d70e2973de Readme: Fixed Typo 2022-09-30 22:54:16 -04:00
Moss 3f4fed0695 Readme: Added Missing Information About Chrome Cookies 2022-09-30 22:52:48 -04:00
Moss 1a82ddac32 Readme: Added TODO Section 2022-09-30 14:19:38 -04:00
Moss 5fea1190da Readme: Updated Readme With Updated Cookie Information
Additionally, added contribution information.
2022-09-30 01:14:49 -04:00
Moss 5c86f201cd Cookie: Added Support For Chromium Based Browser
Created 'cookie' class to handle cookies easier. The 'cookie' class
contains a name, value, and length. The 'cookie' class also has
functions for getting values for an sqlite database and decrypting chrome cookies.
2022-09-29 22:42:45 -04:00
Moss 1926485b1a CMake: Updated CMake to Check for sqlite and libgcrypt 2022-09-29 17:14:32 -04:00
Moss cd72083b69 Options: Added Season Option
This allows an entire season to be downloaded at once.
2022-09-29 14:33:56 -04:00
Moss 1138e0fc3f Options: Added '--series' Option
This allows for an entire series to be downloaded at once. There are
issues with filenames but it works mostly.
2022-09-29 03:04:57 -04:00
Moss 144353558c Options: Added 'output' and 'output-directory' Options 2022-09-28 23:27:48 -04:00
Moss facb363608 Readme: Added Options to Readme 2022-09-28 23:15:20 -04:00
Moss 900303d9d0 Readme: Updated Cookie Information 2022-09-28 22:13:43 -04:00
Moss d1e434b610 readme: Added basic use info 2022-09-13 21:07:03 -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