1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

[pinterest] only mention cookies for authentication (#1856)

regular login is broken due to CAPTCHA
This commit is contained in:
Mike Fährmann 2021-09-16 16:36:37 +02:00
parent 4b3e309b90
commit 7b05600056
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
4 changed files with 2 additions and 4 deletions

View File

@ -212,7 +212,6 @@ and optional for
``mangadex``, ``mangadex``,
``mangoxo``, ``mangoxo``,
``pillowfort``, ``pillowfort``,
``pinterest``,
``sankaku``, ``sankaku``,
``subscribestar``, ``subscribestar``,
``tapas``, ``tapas``,

View File

@ -372,7 +372,6 @@ Description
* ``mangadex`` * ``mangadex``
* ``mangoxo`` * ``mangoxo``
* ``pillowfort`` * ``pillowfort``
* ``pinterest``
* ``sankaku`` * ``sankaku``
* ``subscribestar`` * ``subscribestar``
* ``tapas`` * ``tapas``

View File

@ -557,7 +557,7 @@ Consider all sites to be NSFW unless otherwise known.
<td>Pinterest</td> <td>Pinterest</td>
<td>https://www.pinterest.com/</td> <td>https://www.pinterest.com/</td>
<td>Pins, pin.it Links, related Pins, Search Results, Sections, User Profiles</td> <td>Pins, pin.it Links, related Pins, Search Results, Sections, User Profiles</td>
<td>Supported</td> <td><a href="https://github.com/mikf/gallery-dl#cookies">Cookies</a></td>
</tr> </tr>
<tr> <tr>
<td>Pixhost</td> <td>Pixhost</td>

View File

@ -229,7 +229,7 @@ AUTH_MAP = {
"patreon" : _COOKIES, "patreon" : _COOKIES,
"pawoo" : _OAUTH, "pawoo" : _OAUTH,
"pillowfort" : "Supported", "pillowfort" : "Supported",
"pinterest" : "Supported", "pinterest" : _COOKIES,
"pixiv" : _OAUTH, "pixiv" : _OAUTH,
"ponybooru" : "API Key", "ponybooru" : "API Key",
"reddit" : _OAUTH, "reddit" : _OAUTH,