diff options
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: |