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:
parent
4b3e309b90
commit
7b05600056
@ -212,7 +212,6 @@ and optional for
|
|||||||
``mangadex``,
|
``mangadex``,
|
||||||
``mangoxo``,
|
``mangoxo``,
|
||||||
``pillowfort``,
|
``pillowfort``,
|
||||||
``pinterest``,
|
|
||||||
``sankaku``,
|
``sankaku``,
|
||||||
``subscribestar``,
|
``subscribestar``,
|
||||||
``tapas``,
|
``tapas``,
|
||||||
|
@ -372,7 +372,6 @@ Description
|
|||||||
* ``mangadex``
|
* ``mangadex``
|
||||||
* ``mangoxo``
|
* ``mangoxo``
|
||||||
* ``pillowfort``
|
* ``pillowfort``
|
||||||
* ``pinterest``
|
|
||||||
* ``sankaku``
|
* ``sankaku``
|
||||||
* ``subscribestar``
|
* ``subscribestar``
|
||||||
* ``tapas``
|
* ``tapas``
|
||||||
|
@ -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>
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user