sim0n00ps
  • Joined on 2025-05-04
sim0n00ps merged pull request sim0n00ps/OF-DL#97 2025-12-14 15:39:10 +00:00
Add additional logging for ffmpeg and prevent NRE errors from obscuring the actual errors from ffmpeg.
sim0n00ps pushed tag OFDLV1.9.16 to sim0n00ps/OF-DL 2025-12-13 19:31:40 +00:00
sim0n00ps pushed to master at sim0n00ps/OF-DL 2025-12-13 19:30:59 +00:00
616aaef1c8 Merge pull request 'Add doc site and Discord invite after the startup banner.' (#89) from header_update into master
19730436d4 Add doc site and Discord invite after the startup banner.
Compare 2 commits »
sim0n00ps merged pull request sim0n00ps/OF-DL#89 2025-12-13 19:30:57 +00:00
Add doc site and Discord invite after the startup banner.
sim0n00ps closed pull request sim0n00ps/OF-DL#93 2025-12-13 19:30:47 +00:00
WIP: Update SinglePost.id to use Int64 instead of Int32
sim0n00ps pushed to master at sim0n00ps/OF-DL 2025-12-13 19:30:29 +00:00
34f055b00e Merge pull request 'Fix 32-bit integers' (#94) from whimsical-c4lic0/OF-DL:fix-32-bit-integers into master
e7e1556b3c Convert all sizes from int to long
74def34f96 Convert all ids from int to long
Compare 3 commits »
sim0n00ps merged pull request sim0n00ps/OF-DL#94 2025-12-13 19:30:28 +00:00
Fix 32-bit integers
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-11 11:34:13 +00:00
44d7728019 Update rules.json Revision: 202512111107-dfcd29afaf
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-10 11:32:08 +00:00
33141b3a23 Update rules.json Revision: 202512101055-41289bf230
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-09 17:28:28 +00:00
6c58e43cee Update rules.json Revision: 202512091627-b60754d055
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-08 14:25:07 +00:00
2cb7a31758 Update rules.json Revision: 202512081408-a9ef513748
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-04 16:17:04 +00:00
6de51f57b9 Update rules.json Revision: 202512041537-4c0b1203ef
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-04 14:16:54 +00:00
9890c8a686 Update rules.json Revision: 202512041341-65505c90d0
sim0n00ps pushed to main at sim0n00ps/dynamic-rules 2025-12-02 18:11:58 +00:00
1904d1e998 Update rules.json Revision: 202512021730-138c73327e
sim0n00ps closed issue sim0n00ps/OF-DL#4 2025-12-02 00:06:07 +00:00
Feature Request: support downloading alternate video resolutions
sim0n00ps pushed to master at sim0n00ps/OF-DL 2025-12-02 00:02:51 +00:00
eca38116fa Update docs/config/configuration.md
sim0n00ps pushed to master at sim0n00ps/OF-DL 2025-12-02 00:00:38 +00:00
f6a9cbd305 Update docs/config/all-configuration-options.md
sim0n00ps commented on issue sim0n00ps/OF-DL#78 2025-12-01 23:30:13 +00:00
Exception caught: Object reference not set to an instance of an object.

PR to potentially fix this has been released in V1.9.15, if you could try and report back

sim0n00ps commented on issue sim0n00ps/OF-DL#81 2025-12-01 23:28:28 +00:00
Feature Request: option to show projected total scrape size and confirm before downloading

This can be done, my main concern is that the amout of requests that are needed to be made to work these out has always been a problem as essentially you are having to go to each media url…

sim0n00ps commented on pull request sim0n00ps/OF-DL#44 2025-12-01 23:19:32 +00:00
Replace PuppeteerSharp with Playwright

I have merged the 3 other PR's, I will hang fire on this until its definitely good to go