-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
What url to use when downloading profiles of bluesky #5246
Comments
Make sure you are using the latest release (v1.26.8) |
On something of a related note: how exactly would I be able to batch download every user on the following page like I can on twitter? Every attempt I've made doesn't even even prompt any sort of response, unlike every other error I've seen. Also, is it possible to download reposts from an account? Given the lack of any presence for the site on the default config currently, I wouldn't be surprised if it's too new to implement yet. |
That's a bug. Or rather the result of me forgetting to add a line of code.
Use the The Posts, Replies, Media, etc tabs on bluesky profiles don't have real URLs, but you can select them in gallery-dl by adding the lowercase name after a profile URL ( Just
|
Those definitely helped, but I am noticing the reposts are being separated by the users that did the original posts, so I wonder if it's possible to have them all under the same folder like with Twitter. |
Enable edit: 311a21b |
How do I go about doing that? I'm only really used to the more basic commands. |
Add this to your config file "bluesky": {
"metadata": "user",
"directory": ["{category}", "{user[handle]}"]
} If you don't have one, run If you want reposts in their own subdirectory, you could do something like "directory": {
"author['did'] != user['did']": ["{category}", "{user[handle]}", "Reposts", "{author[handle]}"],
"" : ["{category}", "{user[handle]}"]
} edit: |
Hello. I'm wondering how is it possible to download likes from a bluesky account using gallery-dl. It seems to be a supported feature since it's stated in the Supported Sites page, but I can't figure out how to properly tell the application that's what I want to do.
I tried putting in something along the lines of Am I being dumb and I'm just putting in the wrong URL or is this potentially an actual issue with the app? |
These URLs are the right ones, it's just that likes are kind of broken at the moment. With the current method, you can only access your own liked posts, and only when logged in. Furthermore, the feed has no proper end, meaning gallery-dl will request more liked posts indefinitely until you kill the process or Ctrl+C it. |
That's strange since I am indeed signed into the account I'm attempting to download likes from where it's pulling cookies from (Firefox in my case), so I'm not too sure why it's still erroring for me in that case. I also just tried exporting my cookies to a text file and setting them to be used instead of the cookies from my browser, but I still get I suppose I'll just wait for a proper fix for this. My main usage of this software is just scraping the likes and shares from across my online social medias, so I'm hopeful this will become given how more and more artists are moving to Bluesky these days. |
|
Oh, my mistake. Well now I got it all working now! Apologies for all of my comments here about this today. |
i tried but it did the error of unsupported url
The text was updated successfully, but these errors were encountered: