[pinterest] update root URL of API calls
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- 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
|
# 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
|
# 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
|
- https://github.com/seregazhuk/php-pinterest-bot
|
||||||
"""
|
"""
|
||||||
|
|
||||||
BASE_URL = "https://uk.pinterest.com"
|
BASE_URL = "https://www.pinterest.com"
|
||||||
HEADERS = {
|
HEADERS = {
|
||||||
"Accept" : "application/json, text/javascript, "
|
"Accept" : "application/json, text/javascript, "
|
||||||
"*/*, q=0.01",
|
"*/*, q=0.01",
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ TRAVIS_SKIP = {
|
|||||||
# temporary issues, etc.
|
# temporary issues, etc.
|
||||||
BROKEN = {
|
BROKEN = {
|
||||||
"hbrowse",
|
"hbrowse",
|
||||||
"pinterest",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user