Skip to content

Releases: ScrappyCocco/HowLongToBeat-PythonAPI

howlongtobeatpy 0.1.19

22 May 19:48
Compare
Choose a tag to compare

howlongtobeatpy 0.1.18

20 Apr 11:00
Compare
Choose a tag to compare

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

20 Feb 14:20
Compare
Choose a tag to compare

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

16 Jan 16:07
Compare
Choose a tag to compare

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

14 Dec 20:09
Compare
Choose a tag to compare

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.