Skip to content
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

[Request] skeb following_users #5290

Closed
1223334444abc opened this issue Mar 6, 2024 · 1 comment
Closed

[Request] skeb following_users #5290

1223334444abc opened this issue Mar 6, 2024 · 1 comment

Comments

@1223334444abc
Copy link

Please add the functionality to download following users (from https://skeb.jp/following_users), including users who have followed from Twitter.

Account login can be obtained from Firefox or Chrome cookies.

mikf added a commit that referenced this issue Mar 7, 2024
needs 'Authorization' header from browser session
-o headers.Authorization="Bearer ey…"
@mikf
Copy link
Owner

mikf commented Mar 7, 2024

There's now an extractor for this (6d9e3c0), but as the commit message says, it needs some special treatment to get it to work and not return a 401 Unauthorized error. Cookies don't work, by the way.

You need to open your Browser Dev Tool's Network tab, select XHR, browse the site (while logged in) until it lists a request, and copy the Authorization header. Then run gallery-dl with -o headers.Authorization="Bearer ey… <rest of the value here>". The Bearer token is valid for one month, so you could also add it to your config file.

It is also possible to get a user's followed creators with https://skeb.jp/@USER/following_creators as URL (no auth required), but that does not include Twitter follows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants