Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolinski committed Mar 28, 2017
1 parent fd238f2 commit 128fa32
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
This is an open YouTube API library.
It might be slow because it scrapes and parses actual YouTube HTMLs.

The library is still under development and there may be significant differences between versions.
The library may be considered stable.
The channels api used to be available in former releases, but it turned out that the page layout is being modified quite often and despite being able to keep up to the pace it would be too unstable for the api consumers.

Installation
--------------------
Expand Down Expand Up @@ -72,7 +73,8 @@ from youtube.api import YoutubeAPi # -> YoutubeApi

---

#####VideoSignature
VideoSignature

It's a hashable value object.
May throw exceptions during construction.
All fields are immutable.
Expand All @@ -89,7 +91,8 @@ as_dict() -> dict

---

#####ChannelSignature
ChannelSignature

It's a hashable value object.
May throw exceptions during construction.
All fields are immutable.
Expand All @@ -105,7 +108,8 @@ as_dict() -> dict

---

#####PlaylistSignature
PlaylistSignature

It's a hashable value object.
May throw exceptions during construction.
All fields are immutable.
Expand All @@ -123,7 +127,8 @@ as_dict() -> dict

---

#####YoutubeVideo
YoutubeVideo

It's a hashable value object.
May throw exceptions during construction.
All fields are immutable.
Expand All @@ -143,7 +148,8 @@ as_dict() -> dict

---

#####YoutubePlaylist
YoutubePlaylist

It's a hashable value object.
May throw exceptions during construction.
All fields are immutable.
Expand Down

0 comments on commit 128fa32

Please sign in to comment.