ChineseSubFinder icon indicating copy to clipboard operation
ChineseSubFinder copied to clipboard

预设只抓取单语言字幕

Open baoc2 opened this issue 2 years ago • 1 comments

你使用的 chinesesubfinder 是什么版本,什么环境?

chinesesubfinder 版本: v0.54.4 Lite

环境: docker

你想要新增或者改进什么功能?

请问能设置预设只抓取纯中文字幕吗?预设是抓取中英双语字幕,但是我不想要英文字幕,占太多画面了

baoc2 avatar Oct 09 '23 18:10 baoc2

  1. 自动挂机下载字幕的设置部分没有支持这个功能
  2. 手动通过 subtitle best 接口下载字幕是可以选择简中或者繁中的

这个功能是可以做出来的,我先记一下需求和需要改动的代码位置。但是不确定近期就会加上。

https://github.com/allanpk716/ChineseSubFinder/blob/0df745b6b1e925ebe73823e1eacab038a8097854/pkg/downloader/downloader_things.go#L57

https://github.com/allanpk716/ChineseSubFinder/blob/0df745b6b1e925ebe73823e1eacab038a8097854/pkg/downloader/downloader_things.go#L80

allanpk716 avatar Oct 16 '23 06:10 allanpk716