Skip to content

Commit

Permalink
Merge pull request #15 from codewithnick/google_engine
Browse files Browse the repository at this point in the history
remove page number from google
  • Loading branch information
codewithnick authored Jun 7, 2024
2 parents a5a5c31 + 1f967f4 commit 91182db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/searchenginepy/Google/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def __init__(self):
self.payload={}
def search(self,query ,pagenumber=1) -> list:
self.payload['q']=query #query parameter to google
self.payload['start']=(pagenumber-1)*10 #pagenumber parameter to google
"""_summary_
Args:
Expand Down

0 comments on commit 91182db

Please sign in to comment.