diff --git a/youtube.py b/youtube.py index fc9fcfffe7b..786b7840982 100644 --- a/youtube.py +++ b/youtube.py @@ -28,3 +28,5 @@ song = songs[0].contents[0].contents[0].contents[0] link = song['href'] webbrowser.open('https://www.youtube.com' + link) + +#hey i'm learning git.