Netflix - subtitle downloader

Allows you to download subtitles from Netflix

< 脚本 Netflix - subtitle downloader 的反馈

提问 / 留言

§
发布于:2019-01-05
编辑于:2019-01-05

Some movies download only forced subtitles or no subtitles

Some movies are only allow to download the forced subtitles (or parts of subtitles) like "Bright", "Annihilation", "Next", "Next.Gen", the movie "Snowden" download no subtitles, this replacement fixed the problem for me.

if(track.isNoneTrack)
  continue;

with

if(track.isForcedNarrative || track.isNoneTrack)
  continue;

Here are some examples

https://mega.nz/#!M59FEACK!wj01u5U4SHoYOjXxDhG2lFYOUz84TrBfKRsSKKHxtBk

§
发布于:2019-01-05

Those subs look more like previews than forced subs. The line you edited didn't fix it. Refreshing the page did.

Should be fixed in 3.0.2.

§
发布于:2019-01-05

Thank you, i can download now the subtitles of Next Gen, Next, Annihilation and Snowden.

发布留言

登录以发布留言。