Coder Social home page Coder Social logo

adzeb / netflix-verify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sjlleo/netflix-verify

0.0 0.0 0.0 12.79 MB

流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not

License: GNU General Public License v3.0

Go 100.00%

netflix-verify's Introduction

NETFLIX-VERIFY

流媒体NetFlix解锁检测脚本,使用Go语言编写。

在VPS网络正常的情况下,哪怕是双栈网络也可在几秒内快速完成IPv4/IPv6的NF解锁情况判断。

推荐使用以下SSH客户端以获得良好的使用体验

NextSSH:Offical Website

如果你是Termius的粉丝,那么它绝对是你的菜。颜值功能集于一身的强大SSH客户端,同时也是macOS用户的最爱,没有之一。

Electerm:Github Source

目前最好的开源SSH客户端,想要的功能一样不少,对安全隐私有较高要求的用户首选。

其他常见流媒体脚本链接

DisneyPlus 解锁检测: https://github.com/sjlleo/VerifyDisneyPlus

Youtube 缓存节点、地域信息检测:https://github.com/sjlleo/TubeCheck

实用的文章

想知道大陆地区的三大电信运营商和哪些国外的电信运营商互联的吗?

此文会为您解答这些或许已经困扰您许久的问题。

文章依旧在不断更新完善中,如果您也想加入,可以TG来找我哦,发现错误也可以提交Issue

https://github.com/sjlleo/local-ISPs-to-CN

新特性

v2.51版本中提供了2种不同的模式,将显示完全不同的结果:

  • 运行./nf -method full将专门为发烧友准备的利器,显示更全面的结果
  • 而普通用户当以缺省参数运行./nf或者是./nf -method lite将显示更轻量级的结果,显示更加友好

v2.6版本中提供了自定义解锁功能,运行./nf -custom 想测试的电影ID号即可查看特定影片是否在该网络上解锁

鸣谢

  1. 感谢 @CoiaPrant 指出对于地域检测更简便的方法
  2. 感谢 @XmJwit 解决了IPV6 Only VPS无法下载脚本的问题
  3. 感谢 @samleong123 指出了文档的解释缺陷
  4. 感谢 @ymcoming 指出了IPv6的检测Bug

功能实现

  • 解锁情况判断
  • 地域信息显示
  • 双栈网络测试
  • 半解锁检测(待实现)

相关名词解释

  1. 不提供服务 - 所在的地区NF没开通,连自制剧也看不了
  2. 宽松版权 - 有些NF拍摄的影片不是特别注重版权,所以限制放的很开
  3. 解锁自制剧 - 代表可以看由NF自己拍摄的影片
  4. 解锁非自制剧 - 代表可以看NF买下的第三方版权影片
  5. 地域解锁 - NF在不同的地区可以看的片源都是不同的,有些影片只能在特定区观看

一般来说,需要能看非自制剧才算真正意义上的NF解锁

使用方法

  • Github主站下载链接(适用于IPv4网络的机器):

  • X86_64

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_amd64 && chmod +x nf && clear && ./nf
  • CDN Mirror (For IPv6):
wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.61_linux_amd64 && chmod +x nf && clear && ./nf
  • Linux ARM64(macOS的arm版本,请用2.6版本的darwin_arm64)
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_arm64 && chmod +x nf && clear && ./nf

提醒

在观看Netflix影片,有一种情况极少遇到,那就是“半解锁”,可以观看一部分的非自制剧,却不会显示任何地域排行榜有关的信息。

这种情况由于太少见以至于很容易被忽略,我会在未来认真研究它,以推出更健壮的检测脚本。如果您手里有可以半解锁Netflix的机器,欢迎联系我测试,我会将您的名字加入鸣谢名单中,非常感谢。

Stargazers over time

Stargazers over time

netflix-verify's People

Contributors

sjlleo avatar caobug avatar goodryb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.