Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add region_restricted? for video #408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants