Releases: ScrappyCocco/HowLongToBeat-PythonAPI
howlongtobeatpy 1.0.17
This new version with PR #45 allows the code to try to read the search endpoint from the website JS code, similar to how it reads the api key, to make it still work when there are changes. It's not perfect and may still break.
What's Changed
- Test of regex to retrieve search url by @ScrappyCocco in #45
Full Changelog: 1.0.16...1.0.17
howlongtobeatpy 1.0.16
What's Changed
- added regex in place of URL search, fix URL change by @rarDevelopment in #43
Full Changelog: 1.0.15...1.0.16
howlongtobeatpy 1.0.15
What's Changed
- Create devcontainer.json to test default codespace environment by @ScrappyCocco in #36
- Requirements update by @ScrappyCocco in #37
- another fix for the url changing by @rarDevelopment in #38
Full Changelog: 1.0.14...1.0.15
howlongtobeatpy 1.0.14
howlongtobeatpy 1.0.13
Fixed the search request
What's Changed
- re-align the body of the request with the site again by @rarDevelopment in #34
New Contributors
- @rarDevelopment made their first contribution in #34
Full Changelog: 1.0.12...1.0.13
howlongtobeatpy 1.0.12
Fixed the request body which was resulting in a 404 #33
Full Changelog: 1.0.11...1.0.12
howlongtobeatpy 1.0.11
Fixed the search broken, reported with bug #31 hopefully now it will work for a while
Full Changelog: 1.0.10...1.0.11
howlongtobeatpy 1.0.10
Fixed search changing the api key usage and search #30
Full Changelog: 1.0.9...1.0.10
howlongtobeatpy 1.0.9
Fixed the search by id by modifying the function that get the game title from the web page title
Full Changelog: 1.0.8...1.0.9
howlongtobeatpy 1.0.8
Fixed #29 adding checks when parsing JSON
Full Changelog: 1.0.7...1.0.8