106 Commits

Author SHA1 Message Date
0ed02a9316 Added total new media counts context to "Scrape Completed" log 2025-12-06 16:04:19 +01:00
d0bbf051e3 Added logging of which NonInteractive mode it's running 2025-12-06 16:04:18 +01:00
946f6f3ae4 Added "Log.CloseAndFlush" call before every Environment.Exit 2025-12-06 16:04:18 +01:00
c7a359608a More logging tweaks 2025-12-06 16:04:18 +01:00
555328c726 Tweaked progress output, to create task for each model 2025-12-06 16:04:17 +01:00
f49df73485 Fixed missing LogContext enrichment 2025-12-06 16:04:17 +01:00
bb0f780e7f Fixed parameters to ensure no null values are passed incorrectly 2025-12-06 16:04:17 +01:00
53e2331bf1 Added update all UserInfo mode 2025-12-06 16:04:16 +01:00
fb74759930 Added user info table and update it for each user 2025-12-06 16:04:16 +01:00
1a20b39865 Added additional info logging with new media counts per model 2025-12-06 16:04:16 +01:00
99d9319b94 Enabled logging to Seq. 2025-12-06 16:04:15 +01:00
42d9538cff Added safe-guard against paid content returned for other models 2025-12-06 16:04:15 +01:00
455edf75dd Fixed lookup for Paid Posts and Messages, due to API changes 2025-12-06 16:04:15 +01:00
964cbe71e3 Extended "output blocked" to also include expired in separate file 2025-12-06 16:04:14 +01:00
fe2e7a3250 Updated blocked user lookup with progress status 2025-12-06 16:04:14 +01:00
aa98666771 Updated non-interactive list user lookup.
Tweaked order to fully replace users before updating DB.
2025-12-06 16:04:14 +01:00
76dd022261 Debug logging in BuildHeaderAndExecuteRequests 2025-12-06 16:04:13 +01:00
534560b205 Tweaked publishing script 2025-12-06 16:04:13 +01:00
3255dbee8f Added logic to reset chat read state after downloading messages 2025-12-06 16:04:12 +01:00
b6b2e39721 Updated subscription lookup to match OF website. 2025-12-06 16:04:12 +01:00
295f31e534 Added logic to save list of blocked users. 2025-12-06 16:04:11 +01:00
af5bdb7776 HttpClient tweaks 2025-12-06 16:04:11 +01:00
df27b345eb Added earningId to Subscribe model 2025-12-06 16:04:11 +01:00
9118dafc76 Improved DB connection creation with delayed retry, and connection caching 2025-12-06 16:04:11 +01:00
fe4b6669f1 Extended command line args for NonInteractive 2025-12-06 16:04:10 +01:00
720ede14e7 Added exiting if other process is detected, to avoid overlapping runs 2025-12-06 16:04:10 +01:00
18bdc62e48 Added "x of y" count to "Scraping Data For" console outputs. 2025-12-06 16:04:10 +01:00
1a407ef968 Config and project tweaks, plus publish script 2025-12-06 16:04:10 +01:00
fe8c2955fc Fixed async usage. 2025-12-06 16:04:09 +01:00
eca38116fa Update docs/config/configuration.md 2025-12-02 00:02:50 +00:00
f6a9cbd305 Update docs/config/all-configuration-options.md 2025-12-02 00:00:36 +00:00
f75fa4e04c Merge pull request 'Add a 30s timeout to the Gitea version check.' (#84) from version_timeout into master
Reviewed-on: sim0n00ps/OF-DL#84
2025-12-01 22:47:50 +00:00
af5622ba82 Merge pull request 'Add ffmpeg version to startup output and log file.' (#83) from ffmpeg_version into master
Reviewed-on: sim0n00ps/OF-DL#83
2025-12-01 22:47:32 +00:00
0bf8dfa8ab Merge pull request 'fix: object reference not set by adding retry for GetDecryptionKeyOFDL' (#82) from TeenagerNeedsHelpQQ/OF-DL:master into master
Reviewed-on: sim0n00ps/OF-DL#82
2025-12-01 22:47:20 +00:00
Melithine
e98c5f74cf Add a 30s timeout to the Gitea version check. 2025-11-29 14:45:57 -08:00
Melithine
181ea8eef1 Add ffmpeg version to startup output and log file. 2025-11-29 13:46:43 -08:00
2bddedb644 fix: object reference not set by adding retry for GetDecryptionKeyOFDL 2025-11-29 15:01:21 +01:00
c147a19a0a Merge pull request 'Fix purchased tab API endpoints' (#72) from whimsical-c4lic0/OF-DL:fix-purchased-tab into master
Reviewed-on: sim0n00ps/OF-DL#72
2025-11-05 09:14:01 +00:00
18fe2580ad Fix purchased tab API endpoints 2025-11-04 18:18:29 -06:00
34e6eb1d2b Merge pull request 'feat: Add option to store raw post text without sanitization (Fix #52)' (#53) from wer/OF-DL:master into master
Reviewed-on: sim0n00ps/OF-DL#53
2025-10-07 13:05:15 +00:00
78f6f1e611 Merge pull request 'fix: add widevine request retry logic to work around ratelimits' (#47) from ddirty830/OF-DL:fix-widevine-cloudflare-retry into master
Reviewed-on: sim0n00ps/OF-DL#47
2025-10-07 13:05:02 +00:00
ec88e6e783 Merge pull request 'fix: update post/message api calls due to changes' (#61) from ddirty830/OF-DL:fix-message-downloading into master
Reviewed-on: sim0n00ps/OF-DL#61
2025-10-07 13:04:34 +00:00
0761b28c72 fix: update post/message api calls due to changes 2025-10-06 15:20:55 -05:00
Grey Lee
3e7fd45589 Add DisableTextSanitization config option and update related logic 2025-09-13 17:41:22 +08:00
2c8dbb04ed fix: add widevine request retry logic to work around ratelimits 2025-08-17 12:41:35 -05: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
37fae9185a Fix links 2025-06-18 01:50:41 -05:00
1572c1eee8 Add docs for DisableBrowserAuth config option 2025-06-18 01:50:32 -05:00
eaefd033aa Remove unused metadata from docusaurus 2025-06-18 01:40:04 -05:00