Code Monkey home page Code Monkey logo

netflix-verify's Introduction

NETFLIX-VERIFY

最新版本: v3.0-stable

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

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

其他常见流媒体脚本链接

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

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

新特性

2022/05/21

添加custom影片检测支持,发布 v3.0 第一个稳定版

2022/05/20

重构verifyutilprinter module,引入goroutine并发机制,提升运行效率。

一年前,我在学习Golang的时候以研究为目的完成了这个项目,现在是时候抛弃包袱,完整重构了。

编译脚本

编译脚本来自于 @missuo 同学的修改版,在从特表感谢~

指定网卡出口测试

感谢 @caobug

有些时候,我们使用了Warp或者是其他隧道网卡工具的时候,设置的路由表默认不通过他们上网

在这种情况下,如果我们依旧想要测试该网卡出口是否支持解锁NetFlix,可以选择指定网卡IP进行测试

在终端输入ip a,查看您想测试的网卡IP,然后加入参数 -address + 您的网卡IP地址即可,具体可看下图

图片

鸣谢

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

功能实现

  • 解锁情况判断
  • 地域信息显示
  • 双栈网络测试
  • 代理检测 (Experiment)

半解锁检测(Deprecated)

如何食用

使用前,如果您不知道您使用的是什么架构的CPU,请先使用uname -m查看

如果提示Exec format error是因为您下载了与您系统架构不对应的二进制文件

对于amd64x86_64),请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_amd64 && chmod +x nf && ./nf

对于arm64,请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_arm64 && chmod +x nf && ./nf

对于部分路由器,其SoC使用了mips架构,请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_mips && chmod +x nf && ./nf

相关名词解释

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

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

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.