mirror of
https://gitea.eponym.info/Mirrors/youtube-dl
synced 2025-08-31 14:19:51 +00:00
@@ -1857,7 +1857,7 @@ def encode_data_uri(data, mime_type):
|
||||
|
||||
|
||||
def age_restricted(content_limit, age_limit):
|
||||
""" Returns True if the content should be blocked """
|
||||
""" Returns True iff the content should be blocked """
|
||||
|
||||
if age_limit is None: # No limit set
|
||||
return False
|
||||
|
Reference in New Issue
Block a user