Skip to content

Commit

Permalink
changed access token as the old one was no longer working (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjixWasTaken committed Jan 16, 2021
1 parent dedbf3b commit d63b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anime_downloader/sites/twistmoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TwistMoe(Anime, sitename='twist.moe'):
def search(self, query):
headers = {
'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.46 Safari/537.36',
'x-access-token': '1rj2vRtegS8Y60B3w3qNZm5T2Q0TN2NR'
'x-access-token': '0df14814b9e590a1f26d3071a4ed7974'
}
# soup = helpers.soupify(helpers.get('https://twist.moe/', allow_redirects=True, headers=headers))
req = helpers.get('https://twist.moe/api/anime', headers=headers)
Expand Down

0 comments on commit d63b084

Please sign in to comment.