From d5cc5e5e76c5b17ab60b7806e6a354f239ef7b46 Mon Sep 17 00:00:00 2001 From: sepro Date: Wed, 19 Feb 2025 00:46:04 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- devscripts/make_supportedsites.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devscripts/make_supportedsites.py b/devscripts/make_supportedsites.py index 5378c10f7..145f6d47f 100644 --- a/devscripts/make_supportedsites.py +++ b/devscripts/make_supportedsites.py @@ -13,9 +13,9 @@ TEMPLATE = '''\ # Supported sites -Below is a list of all extractors that are currently part of yt-dlp. -If a site is not listed here, it might still be supported by yt-dlp due to embed extraction or the generic extractor. -Not all sites listed here are guaranteed to work. If websites change the extractor might stop working. +Below is a list of all extractors that are currently included with yt-dlp. +If a site is not listed here, it might still be supported by yt-dlp's embed extraction or generic extractor. +Not all sites listed here are guaranteed to work; websites are constantly changing and sometimes this breaks yt-dlp's support for them. The only reliable way to check if a site is supported is to try it. {ie_list}