Skip to content

Commit

Permalink
Merge pull request #56 from paplorinc/paplorinc-patch-2
Browse files Browse the repository at this point in the history
Fix YoutubeSearch import in readme
  • Loading branch information
Kenneth Reitz committed Sep 1, 2023
2 parents db8a731 + 15099e5 commit 808f844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ https://serpapi.com/home-depot-search-api

### Search Youtube
```python
from serpapi import HomeDepotSearch
from serpapi import YoutubeSearch
search = YoutubeSearch({"q": "chair"})
data = search.get_dict()
```
Expand Down

0 comments on commit 808f844

Please sign in to comment.