HowLongToBeat PythonAPI Versions Save

A simple Python API to read data from howlongtobeat

0.1.16

3 years ago

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

0.1.15

3 years ago

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.