You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: howlongtobeatpy/howlongtobeatpy/HTMLRequests.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ class SearchModifiers(Enum):
27
27
classHTMLRequests:
28
28
BASE_URL='https://howlongtobeat.com/'
29
29
REFERER_HEADER=BASE_URL
30
-
SEARCH_URL=BASE_URL+"api/lookup"
30
+
SEARCH_URL=BASE_URL+"api/s"# should update this to some kind of regex for api/[any alphanumeric characters here] to be more future proof since this keeps changing
0 commit comments