Git Product home page Git Product logo

hdrezka-client's Introduction

Воруем ворованный контент

Reverse engineering

Прямые ссылки на видеофайлы содержатся в строках по схеме:

[<качество>]<ссылка на .m3u8> or <ссылка на видеофайл .mp4>, ... , ...

Будем называть их StreamsManifest, для каждой озвучки есть свой StreamsManifest.

Фильмы

Список переводов

Список переводов есть в основной html странице в элементах ul#translators-list li.b-translator__item, атрибут title — автор озвучки, data-cdn_urlStreamsManifest. Если ul#translators-list отсутствует (например), то имеется только одна озвучка и в основной странице уже содержится ее StreamsManifest составе встроенного скрипта:

$(function() {
        sof.tv.initCDNMoviesEvents(32282, 111, 'hdrezka.ink', false, {
            "id": "cdnplayer",
            "streams": "<искомая экранированная строка>",
            "default_quality": "480p",
            "hlsconfig": {
                "maxBufferLength": 60,
                "maxMaxBufferLength": 600,
                "maxBufferSize": 33554432000
            },
            "geo_ip": "2001:41d0:701:1100::e8c",
            "geo_iso": "de",
            "preroll": "< ... >"
        });
});

Сериалы

todo

hdrezka-client's People

Contributors

kiraind avatar

Watchers

 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.