Skip to content

Releases: ScrappyCocco/HowLongToBeat-PythonAPI

howlongtobeatpy 0.1.22

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 22 May 21:56

This is a small release after the fix #10 for 0.1.19

I fixed the url to the game page which was wrong since I changed the game url in the code

Full Changelog: 0.1.21...0.1.22

howlongtobeatpy 0.1.21

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 22 May 20:34

This is a small release after the fix #10 for 0.1.19

I basically fixed the issue from sonarcloud scanner and updated its configuration to the correct python version

Full Changelog: 0.1.20...0.1.21

howlongtobeatpy 0.1.20

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 22 May 20:00

This is a small release after the fix #10 for 0.1.19

I cleaned the code a little bit, everything looks to be working fine from the test
If you encounter any issue please feel free to open an issue or a discussion

howlongtobeatpy 0.1.19

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 22 May 19:48

Fixed #10

howlongtobeatpy 0.1.18

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 20 Apr 11:00

This version add the game title suffix in HowLongToBeatEntry, named game_name_suffix

This is not present in every game
Is present with games such as "God of War", where there is a suffix "(2018)" to indicate the specific game

For more informations see #8

howlongtobeatpy 0.1.17

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 20 Feb 14:20

Requests were reporting error 403

So added User Agent to requests header to avoid error 403
This is done using the library: fake-useragent
Requests might become a bit slower, because the library has to download and cache the list of user agents to randomize

howlongtobeatpy 0.1.16

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 16 Jan 16:07

Apparently HowLongToBeat re-added DLCs in the default search, so SearchModifiers.INCLUDE_DLC should no longer be necessary.

It will remain for completeness and compatibility.

A new option has been added instead: SearchModifiers.HIDE_DLC, that is basically the opposite of including DLCs.

Also fixed tests accordingly

howlongtobeatpy 0.1.15

Choose a tag to compare

@ScrappyCocco ScrappyCocco released this 14 Dec 20:09

From now on Github Releases will be used to mark new release and have a good changelog that anyone can see and check.

This release add the flag to disable case-sensitive check.

Is also created to test and use github actions, that will test and check the code along with travis-ci, helping making it safe and functional.