Skip to content

Commit

Permalink
changed api.Video() to api.video()
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinchia3636 committed Mar 6, 2022
1 parent e84ca1d commit e2ff3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Here come the most important part of this API - The Ultimate Video Object. With
.. code-block:: python
>>> video_id = 'WzxSiEWK3cg'
>>> api.Video(video_id)
>>> api.video(video_id)
<Video id="WzxSiEWK3cg" title="PARIS | A380 LANDING 4K EXTENDED" author="High Pressure Aviation Films">
There you go! You've just created a video Object with contains everything about the video. Suppose you have a video object with the name ``video`` on hand right now, let's see some examples of how we can use it:
Expand Down Expand Up @@ -201,4 +201,4 @@ This features hasn't quite finished yet, so I can't talk too much about it here.
For more details on the playlist object, unfortunately there are no API reference for now. But this features will be completed as soon as I can, so stay tuned on it.

Channel
-------
-------

0 comments on commit e2ff3ed

Please sign in to comment.