From 98c6520384667e6fa8aee6fd25340a1b3d70a011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 14 Jan 2019 15:19:07 +0100 Subject: [PATCH] [pinterest] update root URL of API calls --- gallery_dl/extractor/pinterest.py | 4 ++-- test/test_results.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gallery_dl/extractor/pinterest.py b/gallery_dl/extractor/pinterest.py index ebbb3101..83bb8be6 100644 --- a/gallery_dl/extractor/pinterest.py +++ b/gallery_dl/extractor/pinterest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2016-2018 Mike Fährmann +# Copyright 2016-2019 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -187,7 +187,7 @@ class PinterestAPI(): - https://github.com/seregazhuk/php-pinterest-bot """ - BASE_URL = "https://uk.pinterest.com" + BASE_URL = "https://www.pinterest.com" HEADERS = { "Accept" : "application/json, text/javascript, " "*/*, q=0.01", diff --git a/test/test_results.py b/test/test_results.py index 457d3075..21fffe45 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -24,7 +24,6 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { "hbrowse", - "pinterest", }