diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 5600a78fc..9f81e5cb8 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -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):