Yt::Audit

Welcome! This is a Ruby library you can audit a YouTube video.

The source code is available on GitHub and the documentation on RubyDoc.

Build Status Coverage Status Dependency Status Code Climate Online docs Gem Version

Development

$ bin/setup

$ YT_API_KEY="123456789012345678901234567890" rake
$ open coverage/index.html

$ yardoc
$ open doc/index.html

Usage

Yt::Audit.has_info_cards?('rF711XAtrVg')
# => true
Yt::Audit.has_brand_anchoring?('rF711XAtrVg', 'Budweiser')
# => true
Yt::Audit.has_subscribe_annotations?('rF711XAtrVg')
# => false
Yt::Audit.has_link_to_own_channel?('rF711XAtrVg')
# => false