Update qbittorrent_worker.py

This commit is contained in:
Mr Chen 2019-01-23 20:28:59 +08:00
parent f9482c43c7
commit e2ae038fa2
1 changed files with 3 additions and 2 deletions

View File

@ -142,8 +142,9 @@ class downloadBT(Thread):
return video
def video_do(self, path):
print self.file_video(path)
# self.ffmpeg('/Users/midoks/Desktop/www/btplayer/public/video/test.mp4')
vlist = self.file_video(path)
for i in range(len(vlist)):
self.ffmpeg(vlist[i])
return ''
def checkTask(self):