Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Added usage example!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Jun 26, 2020
1 parent cae087b commit 835fe5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions youtube-search-python example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
##########https://github.com/alexmercerind/youtube-search-python/##########

##########pip3 install youtube-search-python##########

from youtubesearchpython import searchYoutube

search = searchYoutube("NoCopyrightSounds", 1, "json")

print(search.result());

0 comments on commit 835fe5c

Please sign in to comment.