diff --git a/README.rst b/README.rst index 5c09275f..23de2db6 100644 --- a/README.rst +++ b/README.rst @@ -212,7 +212,6 @@ and optional for ``mangadex``, ``mangoxo``, ``pillowfort``, -``pinterest``, ``sankaku``, ``subscribestar``, ``tapas``, diff --git a/docs/configuration.rst b/docs/configuration.rst index 6fc717df..65e6430c 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -372,7 +372,6 @@ Description * ``mangadex`` * ``mangoxo`` * ``pillowfort`` - * ``pinterest`` * ``sankaku`` * ``subscribestar`` * ``tapas`` diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 1ad1a8fe..f2f00b7b 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -557,7 +557,7 @@ Consider all sites to be NSFW unless otherwise known. Pinterest https://www.pinterest.com/ Pins, pin.it Links, related Pins, Search Results, Sections, User Profiles - Supported + Cookies Pixhost diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py index b970bcf4..e6963715 100755 --- a/scripts/supportedsites.py +++ b/scripts/supportedsites.py @@ -229,7 +229,7 @@ AUTH_MAP = { "patreon" : _COOKIES, "pawoo" : _OAUTH, "pillowfort" : "Supported", - "pinterest" : "Supported", + "pinterest" : _COOKIES, "pixiv" : _OAUTH, "ponybooru" : "API Key", "reddit" : _OAUTH,