It does not work with locked accounts on Twitter. All I get as a result is [twitter][error] HttpError: '404 Not Found' for "url" . What do I do to fix this?
Did you provide your user credentials to download as a registered user that has access to that user's tweets?
No, but how do I do that?
On Tue, May 26, 2020 at 3:47 PM espressoelf notifications@github.com
wrote:
Did you provide your user credentials to download as a registered user
that has access to that user's tweets?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/mikf/gallery-dl/issues/789#issuecomment-634320274,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AODTSBS7GMDUTOZEBFQ55PTRTRBGJANCNFSM4NLJYMOA
.
You need to add your username and password to the gallery-dl.conf, so the twitter extractor config looks similar to this
"twitter":
{
"username": "usr",
"password": "fdssdffsd",
"content": false,
"retweets": false,
"videos": true
},
Or you use the --username and --password command-line switches like described here:
https://github.com/mikf/gallery-dl#authentication
gallery-dl --username "YOUR USERNAME" --password "YOUR PASSWORD" "TWITTER_URL"
Also: #782
I tried to do what you did in the config,but it still didn't work?
On Thu, May 28, 2020 at 12:49 PM Mike Fährmann notifications@github.com
wrote:
Closed #789 https://github.com/mikf/gallery-dl/issues/789.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/mikf/gallery-dl/issues/789#event-3384375793, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AODTSBUCRPQBN4AFDWXBKJTRT255XANCNFSM4NLJYMOA
.