[pinterest] update access_token (#83)
This commit is contained in:
parent
dd49127408
commit
dbe250f7e5
@ -135,8 +135,8 @@ class PinterestPinitExtractor(PinterestExtractor):
|
||||
class PinterestAPI():
|
||||
"""Minimal interface for the pinterest API"""
|
||||
|
||||
def __init__(self, extractor, access_token="AV2U9Oe6dyC2vfPugUnBvJ7Duxg9"
|
||||
"FHCJPXPZIvRDXv9hvwBALwAAAAA"):
|
||||
def __init__(self, extractor, access_token="AfyIXxi1MJ6et0NlIl_vBchHbex-"
|
||||
"FSWylPyr2GJE2uu3W8A97QAAAAA"):
|
||||
access_token = extractor.config("access-token", access_token)
|
||||
self.session = extractor.session
|
||||
self.session.params["access_token"] = access_token
|
||||
|
@ -21,7 +21,7 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"pinterest", # access_token invalid ?
|
||||
"luscious", # layout change
|
||||
"puremashiro", # online reader down
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user