Browse Source

Add "Already-Downloaded" videos on successful list

doc-issue-template
MrS0m30n3 10 years ago
parent
commit
97bb6ce6ef
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/YoutubeDLGUI.py

2
youtube_dl_gui/YoutubeDLGUI.py

@ -229,7 +229,7 @@ class MainFrame(wx.Frame):
if topic == 'download_thread':
self.status_list.write(data)
if data['status'] == 'Finished':
if data['status'] == 'Finished' or data['status'] == 'Already-Downloaded':
self.successful_downloads += 1
if topic == 'download_manager':

Loading…
Cancel
Save