diff options
author | Pawky Languish | 2024-12-11 16:40:28 +0000 |
---|---|---|
committer | Pawky Languish | 2024-12-11 17:01:54 +0000 |
commit | f0e4aba9708f21d30151b2c4b49fb949d1c91df5 (patch) | |
tree | c9cf5ea17bcef9fe42df010c3dbfdfcbd9c35bcd /youtube.py | |
parent | 225f83f5a5f077d7b7f7c476f825a0ded8008b74 (diff) |
(doesn't quite work? might reduce likelyhood ip gets flagged?)
Diffstat (limited to 'youtube.py')
-rwxr-xr-x | youtube.py | 2 |
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: |