0ming0

Results 1 issues of 0ming0

![image](https://user-images.githubusercontent.com/121281699/209288746-81a17c30-fe14-4d6b-ab6d-b0b9f43b5bb7.png) ![image](https://user-images.githubusercontent.com/121281699/209288801-95777b5b-f3eb-422d-82d9-595c8fca8112.png) 使用过程中会出现这个 因为课程内容大小不一样 重复这个过程最多能够下载完成3个视频 但是剩下的就怎么都下载不完了 有的章节10来个视频呢 如果使用下载课程全部视频 会继续上面的那个错误跳到下个章节序列继续下载 但是也是下载不全 不知道怎么解决 def run_shell(shell, retry=True, retry_times=3): cmd = subprocess.Popen( shell, close_fds=True, shell=True, bufsize=1, stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL, ) if retry and cmd.returncode !=...