From f0e4aba9708f21d30151b2c4b49fb949d1c91df5 Mon Sep 17 00:00:00 2001 From: Pawky Languish Date: Wed, 11 Dec 2024 16:40:28 +0000 Subject: Try to workaround youtube bot flagging in alternate youtube module (doesn't quite work? might reduce likelyhood ip gets flagged?) --- youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube.py') diff --git a/youtube.py b/youtube.py index 1e60546..0d51e16 100755 --- a/youtube.py +++ b/youtube.py @@ -96,7 +96,7 @@ class YouTube: video_id = None try: playlist_id = qs["list"][0] - #ignore the "random mix" and "radio" lists + # ignore the "random mix" and "radio" lists if playlist_id.startswith("RD"): playlist_id = None except KeyError: -- cgit 1.4.1-2-gfad0