Compare commits

..

16 Commits

Author SHA1 Message Date
1c39b29d65 Updated non-interactive list user lookup.
Tweaked order to fully replace users before updating DB.
2025-08-12 23:12:35 +02:00
233b2ad777 Debug logging in BuildHeaderAndExecuteRequests 2025-08-12 23:12:35 +02:00
8ca2f83af5 Tweaked publishing script 2025-08-12 23:12:35 +02:00
e3909e1461 Added logic to reset chat read state after downloading messages 2025-08-12 23:12:35 +02:00
ba5a380a0d Updated subscription lookup to match OF website. 2025-08-12 23:12:35 +02:00
274fe59f95 Added logic to save list of blocked users. 2025-08-12 23:12:34 +02:00
ca361b4cd2 HttpClient tweaks 2025-08-12 23:12:34 +02:00
691f307b4f Added earningId to Subscribe model 2025-08-12 23:12:34 +02:00
43bc9d6421 Improved DB connection creation with delayed retry, and connection caching 2025-08-12 23:12:34 +02:00
77f609a2b6 Extended command line args for NonInteractive 2025-08-12 23:12:34 +02:00
9442bbb355 Added exiting if other process is detected, to avoid overlapping runs 2025-08-12 23:12:34 +02:00
9f8146c17e Added "x of y" count to "Scraping Data For" console outputs. 2025-08-12 23:12:33 +02:00
d89d7e4850 Config and project tweaks, plus publish script 2025-08-12 23:12:33 +02:00
ac5033f123 Fixed async usage. 2025-08-12 23:12:33 +02:00
824d88a6b8 Merge pull request 'Re-order the categories in the docs' (#39) from whimsical-c4lic0/OF-DL:docs-tweak into master
Reviewed-on: sim0n00ps/OF-DL#39
2025-08-08 19:31:16 +00:00
64ff74f753 Re-order the categories in the docs 2025-07-14 15:07:29 -05:00

View File

@ -2,6 +2,11 @@ site_name: OF-DL Docs
site_url: https://docs.ofdl.tools
nav:
- Home: index.md
- Installation:
- Windows: installation/windows.md
- macOS: installation/macos.md
- Linux: installation/linux.md
- Docker: installation/docker.md
- Running the Program: running-the-program.md
- Config:
- Authentication: config/auth.md
@ -9,11 +14,6 @@ nav:
- Configuration: config/configuration.md
- All Configuration Options: config/all-configuration-options.md
- Custom Filename Formats: config/custom-filename-formats.md
- Installation:
- Windows: installation/windows.md
- macOS: installation/macos.md
- Linux: installation/linux.md
- Docker: installation/docker.md
theme:
name: material
features: