Skip to content

Can recoder pixiv sketch with login? #27

Answered by lauwarm
a58958958 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @a58958958

I had a look at the Documentation of Streamlink and the Pixiv Plugin, which you can find here: https://streamlink.github.io/cli.html#cmdoption-pixiv-sessionid

It seems like a simple username and password login is not supported. Instead you need to use the —pixiv-sessionid and —pixiv-devicetoken.

To get those two you need to:

  1. Go to pixiv and login with your account
  2. Open a Livestream
  3. Open Webdeveloper Tools
  4. Find the Cookies

There you will find a PHPSESSID and device_token.

To run the Image with your specific pixiv-sessionid and pixiv-devicetoken you need to use the “-e streamOptions=“” option.

To give you an example:

docker run -v /path/to/vod/folder/:/home/download -e stre…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@a58958958
Comment options

@lauwarm
Comment options

Answer selected by lauwarm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants