AlexCSDev / PatreonDownloader

Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
MIT License
969 stars 99 forks source link

Warn url is blacklist even though I can view the post in my chrome #131

Closed davey3223 closed 2 years ago

davey3223 commented 2 years ago

Hey, great app. I was able to download a bunch of some creators' posts. Sadly I am unsure if it's getting all of them. I feel like for a few I should have way more downloads/ files but that's not why I am here. I'm here because when downloading I got 2022-06-18 12:12:54.4363 WARN Url is blacklisted: https://www.patreon.com/posts/22378242 even though I am able to view it in my own browser. On top of that, I got a lot of Warn users who cannot view this post even though I can. No idea how to fix either problem Any help would be appreciated

Screenshot 2022-06-18 121934
AlexCSDev commented 2 years ago

Sorry for late reply.

You can ignore the blacklist thing. This is a message from url extractor which scans post descriptions for external links. Patreon urls are automatically ignored by it in order to prevent it from saving it to disk as html page.

As for the user cannot view this post issue - please try latest test build from #125.

davey3223 commented 2 years ago

As for the user cannot view this post issue - please try latest test build from #125.

Thanks for the reply. Good to know I can ignore the 1st part. As for the second part about using the test build from #125 I was looking at that but unsure how to incorporate it into the main build. A quick small tutorial on how to add test builds into the main build would be appreciated. Unless I just download it and use and I am overthinking it.

Thanks again for all the help and a big thanks for this awesome tool.

AlexCSDev commented 2 years ago

Test build is completely standalone, extract it into a separate folder and use it the same way you would use the regular one. If you want to replace the regular build with it remove everything but .local-chromium, chromedata, download, logs, GoogleDriveToken folders as well as gd_credentials.json and mega_credentials.json files and then extract test build into that directory.

Note: --verbose command line option has been replaced with --log-level Trace

davey3223 commented 2 years ago

Awesome. Thank you for the help. Can't wait to get it working. Thanks a ton!