Giter Club home page Giter Club logo

gtst-downloader's Introduction

gtst-downloader

Simple python and bash scripts that given a video token does the following:

  • Download the appropriate Apple HLS (.m3u8) file from rtlxl.nl
  • Retrieve the playlist of the highest quality
  • Download the 10 second .ts parts of the video (to /out/*.ts)
  • Obtains the aes (128 bit) key to decrypt the .ts parts
  • Decrypts all parts (to /out/*.dec.ts)
  • Concatenates the parts into a single file and converts it to mp4

Installation (Linux)

You'll need python, libav-tools and maybe some other packages I forgot I use it on a digitalocean server, but you can also run it on your home Linux machine

Usage

Get your token (explained below) Download this project and run it:

git clone https://github.com/twinone/gtst-downloader.git
cd gtst-downloader
./download.py <your_token>

Getting a video token

This currently only works for the soap serie Goede Tijden Slechte Tijden, but it should not be difficult to adapt to other videos from rtlxl.nl

  1. Go to rtlxl.nl's GTST section
  2. Click a video you want to see.
  3. The last part of the url is your token

For example if you clicked the following video url:

http://rtlxl.nl/#!/goede-tijden-slechte-tijden-10821/c1cf06f1-84ac-305c-afce-7b948c98feef

Your token would be c1cf06f1-84ac-305c-afce-7b948c98feef

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.