Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Available resources
Yt::Account
-----------

Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/accounts.html) for the list of methods available for `Yt::Account`.
Check [claudiob.github.io/yt](https://claudiob.github.io/yt/accounts.html) for the list of methods available for `Yt::Account`.


Yt::ContentOwner
Expand Down Expand Up @@ -109,22 +109,22 @@ content_owner.assets.first.custom_id #=> "MoKNJFOIRroc"
Yt::Channel
-----------

Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/channels.html) for the list of methods available for `Yt::Channel`.
Check [claudiob.github.io/yt](https://claudiob.github.io/yt/channels.html) for the list of methods available for `Yt::Channel`.

Yt::Video
---------

Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/videos.html) for the list of methods available for `Yt::Video`.
Check [claudiob.github.io/yt](https://claudiob.github.io/yt/videos.html) for the list of methods available for `Yt::Video`.

Yt::Playlist
------------

Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/playlists.html) for the list of methods available for `Yt::Playlist`.
Check [claudiob.github.io/yt](https://claudiob.github.io/yt/playlists.html) for the list of methods available for `Yt::Playlist`.

Yt::PlaylistItem
----------------

Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/playlist_items.html) for the list of methods available for `Yt::PlaylistItem`.
Check [claudiob.github.io/yt](https://claudiob.github.io/yt/playlist_items.html) for the list of methods available for `Yt::PlaylistItem`.

Yt::CommentThread
----------------
Expand Down Expand Up @@ -217,7 +217,7 @@ videos.where(id: 'jNQXAC9IVRw,invalid').map(&:title) #=> ["Fullscreen Creator Pl
Yt::Annotation
--------------

Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/annotations.html) for the list of methods available for `Yt::Annotation`.
Check [claudiob.github.io/yt](https://claudiob.github.io/yt/annotations.html) for the list of methods available for `Yt::Annotation`.


Yt::MatchPolicy
Expand Down