GithubHelp home page GithubHelp logo

wmzhoujw / 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 3.7 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语言编写

鸣谢

  1. 感谢 @CoiaPrant 指出对于地域检测更简便的方法
  2. 感谢 @XmJwit 解决了IPV6 Only VPS无法下载脚本的问题

功能实现

  • 解锁情况判断
  • 地域信息显示
  • 双栈网络测试
  • 超高效率检测

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

相关名词解释

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

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

使用方法

1、部署 golang 环境,执行 go run nf.go 运行本小应用

2、懒人一键运行包(使用编译好的二进制文件执行本小程序)

主下载链接:

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf

备用下载链接(支持IPV6):

wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf

效果演示图

07e78b00ec35bc32e9434be6937f585d.png

第三方 Linux Shell脚本

这是一个由 @CoiaPrant 开发的shell版本的脚本,支持双栈的检测

https://github.com/CoiaPrant/Netflix_Unlock_Information/

netflix-verify's People

Contributors

sjlleo 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.