Skip to content

Commit fbda0ea

Browse files
authored
Documentation updated
1 parent 3d296e7 commit fbda0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo pip install youtube-python
1212
## Using
1313
```python
1414
from youtube import API
15-
api = API(api_key='')
15+
api = API(client_id='', client_secret='', api_key='', access_token='optional')
1616
```
1717

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

0 commit comments

Comments
 (0)