-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Site Support Request] cohost.org #4483
Comments
i'd like to bump this and add my request for this as well, as more artists have joined cohost.org since this site support request was initially submitted, and it'd mean a lot to be able to easily download and keep my own offline archive of what they post. of note also; cookie support most likely would be necessary, as some cohost user pages, (i believe the ones marked as adult/NSFW), do not let you view them without logging in. |
@manwithakeyboard If you're using a browser addon to use gallery-dl automatically, you can always just use it on images directly. It'll just save them to a directlink folder instead of properly sorting it. |
Cohost is going to be shutting down by the end of the year so there's a time limit on this. |
I've added basic Cohost support for user and post URLs (df0d7d4). Login is not directly implemented, but providing cookies should work. Downloading 18+ content seems to work without login, but there is some weird infinite empty page loop going on for some profiles like https://cohost.org/NanoButts from OP, which might resolve itself when logged in. This gets currently handled by exiting after 3 consecutive empty result. |
The current extractor doesn't seem to do text-only posts (re: twitter's |
They are enabled by default, but, just like twitter, need an {
"name": "metadata",
"event": "post",
"filename": "{postId}.txt",
"filter": "content",
"format": "{content:J\n\n}"
} |
requesting support to download your own liked posts if cookies are provided (https://cohost.org/rc/liked-posts) edit: tags would be appreciated too! (https://cohost.org/rc/tagged/exampletag) |
I don't have an account and creating a new one is not possible anymore, so I can't access I would need the full HTML content of, lets say, the second
|
turns out that downloading likes is nearly the same as downloading tags! PR: #6191 |
Example: https://cohost.org/SwampistArts
Example: https://cohost.org/NanoButts
Has image posts, text posts, reposts, replies to questions, and 18+ filter.
The text was updated successfully, but these errors were encountered: