README.txt in youtube-g-0.4.9.9 vs README.txt in youtube-g-0.5.0

- old
+ new

@@ -35,9 +35,10 @@ client.videos_by(:query => "penguin", :page => 2, :per_page => 15) client.videos_by(:tags => ['tiger', 'leopard']) client.videos_by(:categories => [:news, :sports]) client.videos_by(:categories => [:news, :sports], :tags => ['soccer', 'football']) client.videos_by(:user => 'liz') + client.videos_by(:favorites, :user => 'liz') Standard feeds: client.videos_by(:most_viewed) client.videos_by(:most_linked, :page => 3)