1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

reword 'reddit.client-id' instructions (#4749)

This commit is contained in:
Mike Fährmann 2023-11-04 00:31:29 +01:00
parent 007c433677
commit f4e61fd1d5
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -5279,9 +5279,14 @@ How To
* login and visit the `apps <https://www.reddit.com/prefs/apps/>`__
section of your account's preferences
* click the "are you a developer? create an app..." button
* fill out the form, choose "installed app", preferably set
"http://localhost:6414/" as "redirect uri" and finally click
"create app"
* fill out the form:
* choose a name
* select "installed app"
* set ``http://localhost:6414/`` as "redirect uri"
* solve the "I'm not a rebot" reCATCHA if needed
* click "create app"
* copy the client id (third line, under your application's name and
"installed app") and put it in your configuration file
as ``"client-id"``