GithubHelp home page GithubHelp logo

spect3r-69 / flixcrack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mavrick102/flixcrack

2.0 0.0 0.0 868 KB

Netflix API Metadata & Downloader for Windows and Linux

License: MIT License

Python 100.00%

flixcrack's Introduction


FlixCrack

Status: Working

Python Netflix API Metadata & Downloader for Windows and Linux

FeaturesDependenciesHow To UseCommunity

FlixCrack

Features

KEEP IN MIND THAT THIS LIBRARY IS STILL IN BETA

  • Get Metadata (title, year, episodes, seasons...) with Shakti API
  • Get medias (videos, audios, audio descriptions, subtitles...)
  • Decrypt Widevine DRM protected content
  • Automatically mux all your tracks
  • Nice pre-made format for file names
  • Very fast multi-connection downloads

Dependencies

How To Use

First of all, install the library with: pip install flixcrack (by PyPi) or get always latest by pip install git+https://github.com/stefanodvx/flixcrack@main (you need Git installed for this)

Extract your cookies.txt from Netflix using your browser (you can use Get cookies.txt) and put it in your working folder. Then create a folder named "devices" and put your CDM in. Here's an example code, I'm downloading first episode of a series in 1080p with HIGH profile and AAC audio (English).

You can extract a private L3 CDM very easily from an Android phone using this tool.

Working folder example:

│   cookies.txt
│   main.py
│
└───devices
    └───<device name>
            device_client_id_blob
            device_private_key

main.py:

from flixcrack import NetflixClient
import asyncio

client = NetflixClient(
    email="", # Insert your email here
    password="", # Insert your password here
    device="", # Insert your CDM folder name here
    quality=1080,
    audio_language=["English"],
    language="it-IT", # Metadata language
    video_profile="high",
    quiet=False
)

async def main():
    for viewable in client.get_viewables(81470938, episode=1):
        await viewable.download()
asyncio.run(main())

Community

Disclaimer

  • This library is for informational purposes only
  • Your Netflix account could get banned
  • Your CDM could get downgraded

flixcrack's People

Contributors

bytedream avatar stefanodvx avatar trelicon avatar

Stargazers

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