Skip to content

Help with pinterest config #4204

Answered by mikf
bigfranko asked this question in Q&A
Jun 19, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote
"videos": "ytdl",

If this actually is the last line in "pinterest", it will cause a JSON error due to the trailing comma and your config file will not get loaded as a result.

"cookies": "Firefox",

Change this to "cookies": ["Firefox"], if you want to extract cookies from Firefox.
With just "Firefox", it would try to load cookies from a file called "Firefox" and most likely cause an error since this "file" doesn't exist.

"username": "xxxxxxxxxxx" ,
"password": "xxxxxxx" ,

These don't do anything for Pinterest, so you might as well remove them.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bigfranko
Comment options

@mikf
Comment options

mikf Jun 22, 2023
Maintainer

@bigfranko
Comment options

Answer selected by bigfranko
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