5GB

Results 2 issues of 5GB

如果是 guessit 2.05 from guessit import guess_video_info 改为: from guessit import guessit video_info = guess_video_info(video_name) 改为: video_info = guessit(video_name)

def get_guessed_video_name(video_name): '''Parse the video info from the filename ``` Args: video_name: the filename of the video Returns: keyword: return video title, usually as movie name, otherwise the series title,...