Skip to content

Commit

Permalink
Clear video url form after playing
Browse files Browse the repository at this point in the history
  • Loading branch information
frantisekz committed Oct 28, 2013
1 parent 8a48bb3 commit 6f4bffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube2vlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

def play():
os.system("vlc "+ (str(yturledit.text())) + " --play-and-exit")
yturledit.clear()

app = QtGui.QApplication(sys.argv)
mainWindow = QtGui.QMainWindow()
Expand Down

0 comments on commit 6f4bffa

Please sign in to comment.