e43b / Kemono-and-Coomer-Downloader

The Kemono and Coomer Downloader simplifies downloading posts from Kemono and Coomer websites, allowing users to download individual or multiple posts, including entire profiles. It offers advanced features like downloading attachments, videos, and automatically organizing files.
46 stars 8 forks source link

ERROR author_content = author_meta_tag["content"] #8

Closed khacthiennguyen closed 2 months ago

khacthiennguyen commented 2 months ago

An error occurs when I try to Download posts from a JSON file. I think the structure of the [content] tag has changed on the website. I have tried loading and inspecting several user URLs, but the following error still occurs. Could you please review the issue? image

khacthiennguyen commented 2 months ago

Even though I tried each step and with the id in your example, the result is still the same: image

e43b commented 2 months ago

An error occurs when I try to Download posts from a JSON file. I think the structure of the [content] tag has changed on the website. I have tried loading and inspecting several user URLs, but the following error still occurs. Could you please review the issue? image

Send the profile or the link of the posts you tried to download

khacthiennguyen commented 2 months ago

Send the profile or the link of the posts you tried to download

I try with https://coomer.su/onlyfans/user/breeflaa image

e43b commented 2 months ago

image I tested with the link https://coomer.su/fansly/user/285310079517863936 and also https://coomer.su/onlyfans/user/breeflaa, and the error did not occur. All the libraries are installed. Did you change anything? Try cloning the repository again; it might resolve the issue

khacthiennguyen commented 2 months ago

I added a few code snippets to test how soup returns html content. The result is not a program error but the browser returning a DDoS-Guard website image

How can you download in bulk without attracting suspicion? Any tips? Thank you

e43b commented 2 months ago

I added a few code snippets to test how soup returns html content. The result is not a program error but the browser returning a DDoS-Guard website image

How can you download in bulk without attracting suspicion? Any tips? Thank you

Well, I've never had problems with that. What country are you in? Sometimes the owner may have set specific restrictions for certain countries. I’ve talked to a lot of people, for example, in France, some sites are blocked for some reason. One solution could be using a VPN on your PC; that might help, or you can use the tool on Replit. I've never had issues running my tests there. If you have Discord, we can chat more there: https://discord.gg/EYMadby7

khacthiennguyen commented 2 months ago

Thank you for tips, I tried fake ip roaming to another country and the program ran successfully. Hope someone reads this if having the same problem