m3u8_To_MP4 icon indicating copy to clipboard operation
m3u8_To_MP4 copied to clipboard

FileNotFoundError

Open isping opened this issue 1 year ago • 3 comments

File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\m3u8_To_MP4_init_.py:131 in multithread_download crawler.fetch_mp4_by_m3u8_uri(True)

File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\m3u8_To_MP4\v2_abstract_crawler_processor.py:229 in fetch_mp4_by_m3u8_uri self._merge_to_mp4_by_ffmpeg()

File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\m3u8_To_MP4\v2_abstract_crawler_processor.py:188 in _merge_to_mp4_by_ffmpeg if os.path.getsize(self.mp4_file_path) < 1:

File :50 in getsize

FileNotFoundError: [WinError 2] 系统找不到指定的文件。: 'e:\test.mp4'

isping avatar May 03 '23 11:05 isping