Releases: ScrappyCocco/HowLongToBeat-PythonAPI
howlongtobeatpy 0.1.19
Fixed #10
howlongtobeatpy 0.1.18
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
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
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
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.