mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-10 12:14:32 +01:00
[tnaflixnetwork] Fallback age limit to 18
This commit is contained in:
parent
d6e9c2706f
commit
8fab62482a
@ -117,7 +117,7 @@ class TNAFlixNetworkBaseIE(InfoExtractor):
|
||||
title = self._html_search_regex(
|
||||
self._TITLE_REGEX, webpage, 'title') if self._TITLE_REGEX else self._og_search_title(webpage)
|
||||
|
||||
age_limit = self._rta_search(webpage)
|
||||
age_limit = self._rta_search(webpage) or 18
|
||||
|
||||
duration = parse_duration(self._html_search_meta(
|
||||
'duration', webpage, 'duration', default=None))
|
||||
|
Loading…
Reference in New Issue
Block a user