HowLongToBeat-PythonAPI
HowLongToBeat-PythonAPI copied to clipboard
A simple Python API to read data from howlongtobeat
### Discussed in https://github.com/ScrappyCocco/HowLongToBeat-PythonAPI/discussions/24 Originally posted by **yipidee** August 2, 2024 I've been using howlongtobeatpy in a script with no problems for some time now, but suddenly it has started...
**Describe the bug** ``` fake_useragent.errors.FakeUserAgentError: ('Data list is empty', None) ``` **To Reproduce** ```from howlongtobeatpy import HowLongToBeat results = await HowLongToBeat().async_search("Pokemon Red") await ctx.send(results) ``` **HLTB API Version** *You can...
*Describe what change or improvement would you like* Because we're reading this data unofficially, it might be kind to cache the extracted lookup key in the class. Right now the...