|
|
4711c53746
|
Replace helper classes with services
|
2026-02-06 00:59:07 -06:00 |
|
|
|
d7bae3e260
|
Move config and logging into services
|
2026-02-05 02:21:05 -06:00 |
|
|
|
6c00f1a6aa
|
Add helpers as services
|
2026-02-05 01:04:50 -06:00 |
|
|
|
a566cd0b71
|
Add dependency injection for config
|
2026-02-05 00:22:22 -06:00 |
|
|
|
e106fa2242
|
Document the stealth script creation process
|
2026-01-04 22:41:34 -06:00 |
|
|
|
568a071658
|
Merge branch 'master' of https://git.ofdl.tools/whimsical-c4lic0/OF-DL into replace-puppeteer-with-playwright
|
2026-01-04 22:30:33 -06:00 |
|
|
|
43fb74067c
|
Remove checks for "upload" in media urls to stop media being excluded incorrectly
|
2026-01-04 00:59:29 +00:00 |
|
|
|
1c0536e766
|
Merge pull request 'Remove the quotes around the boolean DisableBrowserAuth config option' (#126) from whimsical-c4lic0/OF-DL:fix-incorrect-config-type into master
Reviewed-on: sim0n00ps/OF-DL#126
|
2026-01-03 00:58:53 +00:00 |
|
|
|
cdca0d5a57
|
Merge pull request 'Upgrade puppeteer sharp to fix 1.9.18 browser based auth in docker' (#125) from whimsical-c4lic0/OF-DL:upgrade-puppeteer-sharp into master
Reviewed-on: sim0n00ps/OF-DL#125
|
2026-01-03 00:58:43 +00:00 |
|
|
|
f4d1094c57
|
Remove the quotes around the boolean DisableBrowserAuth config option
|
2026-01-02 14:22:46 -06:00 |
|
|
|
d64012b9f1
|
Upgrade puppeteer sharp to fix issue with newer versions of chromium
|
2026-01-02 14:00:34 -06:00 |
|
|
|
bd0a2b6de6
|
Download Single Paid Message also download Preview Media
|
2026-01-01 23:16:18 +00:00 |
|
|
|
d5aa568afb
|
Merge pull request 'fix: force media to empty list when null to avoid object deref error during purchased media processing' (#105) from nyc_tk/OF-DL:fix-purchased-media-obj-deref-error into master
Reviewed-on: sim0n00ps/OF-DL#105
|
2026-01-01 19:41:35 +00:00 |
|
|
|
4a07c03fc5
|
Merge pull request 'fix: updating Docker for ffmpeg 7.0 - requires Alpine v3.23 community packages' (#103) from nyc_tk/OF-DL:docker-update-ffmpeg into master
Reviewed-on: sim0n00ps/OF-DL#103
|
2026-01-01 19:40:48 +00:00 |
|
|
|
fc4ecf9b5e
|
Force media to empty list when null to avoid object deref error
|
2025-12-15 23:12:35 -05:00 |
|
|
|
fcd287027f
|
Updating Docker for ffmpeg 7.0 - requires Alpine v3.23 community packages
|
2025-12-15 22:24:14 -05:00 |
|
|
|
167d6640e3
|
Move DisableBrowserAuth to Auth
|
2025-12-14 18:47:18 +00:00 |
|
|
|
e9786f2341
|
Merge pull request 'Add additional logging for ffmpeg and prevent NRE errors from obscuring the actual errors from ffmpeg.' (#97) from ffmpeg_additional_logging into master
Reviewed-on: sim0n00ps/OF-DL#97
|
2025-12-14 15:39:10 +00:00 |
|
Melithine
|
0eae466368
|
Add additional logging for ffmpeg and prevent NRE errors from obscuring the actual errors from ffmpeg.
|
2025-12-13 19:55:59 -08:00 |
|
|
|
7bd5971695
|
Merge branch 'master' into replace-puppeteer-with-playwright
|
2025-12-14 02:29:11 +00:00 |
|
|
|
616aaef1c8
|
Merge pull request 'Add doc site and Discord invite after the startup banner.' (#89) from header_update into master
Reviewed-on: sim0n00ps/OF-DL#89
Reviewed-by: whimsical-c4lic0 <whimsical-c4lic0@noreply.localhost>
|
2025-12-13 19:30:56 +00:00 |
|
|
|
34f055b00e
|
Merge pull request 'Fix 32-bit integers' (#94) from whimsical-c4lic0/OF-DL:fix-32-bit-integers into master
Reviewed-on: sim0n00ps/OF-DL#94
Reviewed-by: melithine <melithine@noreply.localhost>
|
2025-12-13 19:30:27 +00:00 |
|
|
|
e7e1556b3c
|
Convert all sizes from int to long
|
2025-12-13 02:57:58 -06:00 |
|
|
|
74def34f96
|
Convert all ids from int to long
|
2025-12-13 02:52:15 -06:00 |
|
|
|
5c57178f5b
|
Merge branch 'replace-puppeteer-with-playwright' of https://git.ofdl.tools/whimsical-c4lic0/OF-DL into replace-puppeteer-with-playwright
|
2025-12-13 02:09:33 -06:00 |
|
|
|
0572844ca8
|
Download chromium during runtime in docker (like windows)
|
2025-12-13 02:07:56 -06:00 |
|
Melithine
|
19730436d4
|
Add doc site and Discord invite after the startup banner.
|
2025-12-10 07:32:26 -08:00 |
|
|
|
e4eb6c0507
|
Merge branch 'master' into replace-puppeteer-with-playwright
|
2025-12-02 17:26:25 +00: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 |
|
|
|
d79733ec24
|
Merge branch 'master' into replace-puppeteer-with-playwright
|
2025-12-01 21:33:27 +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 |
|
|
|
a4d8676f2e
|
Merge remote-tracking branch 'origin/master' into replace-puppeteer-with-playwright
|
2025-11-05 14:26:48 -06: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 |
|
|
|
f501a7e806
|
Merge remote-tracking branch 'origin/master' into replace-puppeteer-with-playwright
|
2025-10-31 17:43:27 -05: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 |
|
|
|
2b2206a0b4
|
merge upstream
|
2025-08-18 15:25:14 +00: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 |
|
|
|
3ef7895007
|
Replace PuppeteerSharp with Playwright
|
2025-07-30 17:30:37 -05:00 |
|