Skip to content

Conversation

@dlackty
Copy link

@dlackty dlackty commented Dec 6, 2021

I followed Video#age_restricted? and implement this helper.

Ref: https://developers.google.com/youtube/v3/docs/videos#properties

# @return [Boolean] whether the video is only viewable in limited countries.
def region_restricted?
content_detail.region_restriction
end
Copy link
Contributor

@kangkyu kangkyu Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does it return when not region restricted? In my opinion we'd better return true when region restricted, false when not.

@kangkyu kangkyu assigned kangkyu and unassigned kangkyu Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants