Yt v0.11.1 Release Notes

Release Date: 2014-08-17 // over 9 years ago
    • [ENHANCEMENT] Add Video search even without a parent account or channel

    For instance, to search for the most viewed video on the whole YouTube, run:

    videos = Yt::Collections::Videos.new
    videos.where(order: 'viewCount').first.title #=>  "PSY - GANGNAM STYLE"