Skip to content

Commit

Permalink
🚧 Add API search Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Jun 9, 2018
1 parent 6e29878 commit 125fa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractors/hudbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def page_search(self, key: str, bs=False):
if self._ORIGINAL_SEARCH:
return super().page_search(key, bs)
else:
self.get_data(api_ptboard, params={"site": "HUDBT", "search": key}, json=True)
self.get_data(api_ptboard, params={"site": "HUDBT", "search": key, "limit": 15}, json=True)

def search_list(self, key) -> list:
if self._ORIGINAL_SEARCH:
Expand Down

0 comments on commit 125fa72

Please sign in to comment.