Downloads incomplete or too small or 0! Have deleted them to redownload again, but this solution did not work #27

Closed
opened 2025-06-10 11:49:12 +00:00 by peddanet · 3 comments

Hi all, hi @melithine !

I am pretty sure, this approach has worked, as far as I remember...
Do you log your downloads in the database, and how could I download the files with wrong or zero size? Unfortunately I have deleted them completely...

Hope there is a flag or sth, I can set to once download the missing files. This content creator has a ton of downloads, it is no option to start from the beginning again. So if there is a way to download them just by example by their hashed filenames and maYbe md checksum, that would be great!

[EDIT]
Here are some of my options which I maybe would want to alter regarding this issue here, is there a documentation sw?

   1 # External Tools
   2 External {
   3   FFmpegPath = ""
   4 }
   5 # Download Settings
   6 Download {
   7   Media {
   8     DownloadAvatarHeaderPhoto = true
   9     DownloadPaidPosts = true
  10     DownloadPosts = true
  11     DownloadArchived = true
  12     DownloadStreams = true
  13     DownloadStories = true
  14     DownloadHighlights = true
  15     DownloadMessages = true
  16     DownloadPaidMessages = true
  17     DownloadImages = true
  18     DownloadVideos = true
  19     DownloadAudios = true
  20   }
  21   IgnoreOwnMessages = false
  22   DownloadPostsIncrementally = false
  23   BypassContentForCreatorsWhoNoLongerExist = false
  24   DownloadDuplicatedMedia = false
  25   SkipAds = false
  26   DownloadPath = "/home/peddanet/Desktop/heisser_Scheiss/fuck/of"
  27   DownloadOnlySpecificDates = false
  28   DownloadDateSelection = "after"
  29   CustomDate = ""
  30   ShowScrapeSize = false
  31   DownloadVideoResolution = "source"
  32 }

I understand "DownloadIncrementally = false" that it is not downloading already downloaded again.

Hi all, hi @melithine ! I am pretty sure, this approach has worked, as far as I remember... Do you log your downloads in the database, and how could I download the files with wrong or zero size? Unfortunately I have deleted them completely... Hope there is a flag or sth, I can set to once download the missing files. This content creator has a ton of downloads, it is no option to start from the beginning again. So if there is a way to download them just by example by their hashed filenames and maYbe md checksum, that would be great! [EDIT] Here are some of my options which I maybe would want to alter regarding this issue here, is there a documentation sw? ``` 1 # External Tools 2 External { 3 FFmpegPath = "" 4 } 5 # Download Settings 6 Download { 7 Media { 8 DownloadAvatarHeaderPhoto = true 9 DownloadPaidPosts = true 10 DownloadPosts = true 11 DownloadArchived = true 12 DownloadStreams = true 13 DownloadStories = true 14 DownloadHighlights = true 15 DownloadMessages = true 16 DownloadPaidMessages = true 17 DownloadImages = true 18 DownloadVideos = true 19 DownloadAudios = true 20 } 21 IgnoreOwnMessages = false 22 DownloadPostsIncrementally = false 23 BypassContentForCreatorsWhoNoLongerExist = false 24 DownloadDuplicatedMedia = false 25 SkipAds = false 26 DownloadPath = "/home/peddanet/Desktop/heisser_Scheiss/fuck/of" 27 DownloadOnlySpecificDates = false 28 DownloadDateSelection = "after" 29 CustomDate = "" 30 ShowScrapeSize = false 31 DownloadVideoResolution = "source" 32 } ``` I understand "DownloadIncrementally = false" that it is not downloading already downloaded again.
Author

I managed to open the database under metadata folder with an sqllite database editor. And deleted from table medias and deleted all entries with zero or <1MB. After then I downloaded again and it worked!!

@melithine @whimsical-c4lic0 @sim0n00ps
Open Question remains: Where is the docu for all the interesting options like the time windows to download and so on!! or the ignore list of users!

I managed to open the database under metadata folder with an sqllite database editor. And deleted from table medias and deleted all entries with zero or <1MB. After then I downloaded again and it worked!! @melithine @whimsical-c4lic0 @sim0n00ps Open Question remains: Where is the docu for all the interesting options like the time windows to download and so on!! or the ignore list of users!
Collaborator

The documentation for the config options is available at https://docs.ofdl.tools/config/configuration/

See DownloadOnlySpecificDates, DownloadDateSelection, and IgnoredUsersListName on that page for more information

The documentation for the config options is available at [https://docs.ofdl.tools/config/configuration/](https://docs.ofdl.tools/config/configuration/) See `DownloadOnlySpecificDates`, `DownloadDateSelection`, and `IgnoredUsersListName` on that page for more information
Author

Thank you!

Thank you!
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sim0n00ps/OF-DL#27
No description provided.