summary refs log tree commit diff
path: root/youtube.py
diff options
context:
space:
mode:
authorPawky Languish2024-12-11 16:40:28 +0000
committerPawky Languish2024-12-11 17:01:54 +0000
commitf0e4aba9708f21d30151b2c4b49fb949d1c91df5 (patch)
treec9cf5ea17bcef9fe42df010c3dbfdfcbd9c35bcd /youtube.py
parent225f83f5a5f077d7b7f7c476f825a0ded8008b74 (diff)
Try to workaround youtube bot flagging in alternate youtube module HEAD master
(doesn't quite work? might reduce likelyhood ip gets flagged?)
Diffstat (limited to 'youtube.py')
-rwxr-xr-xyoutube.py2
1 files changed, 1 insertions, 1 deletions
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: