Skip to content

Commit 7445ea8

Browse files
authored
Importing instruction updated
1 parent 2c349e8 commit 7445ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ sudo pip install youtube-python
1111

1212
## Using
1313
```python
14-
from youtube import YouTube
15-
api = youtube.YouTube(api_key='')
14+
from youtube import API
15+
api = API(api_key='')
1616
```
1717

1818
## References https://developers.google.com/youtube/v3/docs/videos

0 commit comments

Comments
 (0)