chore: remove unnecessary string from age-restricted videos' description

This commit is contained in:
2025-11-22 21:42:47 +01:00
parent 900cc92229
commit 72266aad0f

View File

@@ -322,8 +322,6 @@ def videos(data):
if age_restricted:
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
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:
video_type = "livestream"