Update YTMusic

This commit is contained in:
Ritiek Malhotra
2016-08-24 22:15:59 +05:30
committed by GitHub
parent 1a732734c9
commit b2be0ea6e9

View File

@@ -48,7 +48,7 @@ def Main():
os.system('mplayer "' + script_dir + '/Music/' + Title + '.webm"') os.system('mplayer "' + script_dir + '/Music/' + Title + '.webm"')
elif raw_song == "lyrics": elif raw_song == "lyrics":
if not Title == '': if not Title == '':
if not label == '': if label == '':
url = 'http://www.google.com/search?q=' + Title + ' metrolyrics' url = 'http://www.google.com/search?q=' + Title + ' metrolyrics'
else: else:
url = 'http://www.google.com/search?q=' + label + ' metrolyrics' url = 'http://www.google.com/search?q=' + label + ' metrolyrics'