chore: remove unnecessary string from age-restricted videos' description
This commit is contained in:
@@ -322,8 +322,6 @@ def videos(data):
|
|||||||
if age_restricted:
|
if age_restricted:
|
||||||
if not adaptive_formats:
|
if not adaptive_formats:
|
||||||
adaptive_formats = [{"url": f"http://a/?expire={int(time_start + 5.9 * 60 * 60)}", "itag": "18", "type": "", "clen": "0", "lmt": "", "projectionType": "RECTANGULAR"}] # same as above
|
adaptive_formats = [{"url": f"http://a/?expire={int(time_start + 5.9 * 60 * 60)}", "itag": "18", "type": "", "clen": "0", "lmt": "", "projectionType": "RECTANGULAR"}] # same as above
|
||||||
description += " \n(ythdd: this video is age-restricted and thus only available in 360p - itag 18)"
|
|
||||||
description_html += "<br/>(ythdd: this video is age-restricted and thus only available in 360p - itag 18)"
|
|
||||||
|
|
||||||
if live_now:
|
if live_now:
|
||||||
video_type = "livestream"
|
video_type = "livestream"
|
||||||
|
|||||||
Reference in New Issue
Block a user