GithubHelp home page GithubHelp logo

wwe-network-downloader's Introduction

WWE Network 2.0 Downloader (Improved)

Freyta's WWE Network 2.0 Downloader using Python3. This was coded by me from scratch, ideas were taken from youtube-dl.

Features include the following:

  • Downloading from set start times
  • Ending at certain times (i.e. only downloading certain matches)
  • Qualtiy selection (1 being 1080p, 6 being 288p)
  • Kodi NFO file creations (TV episode and Series only at the moment - PPV needs to be added)
  • Part downloading of files.

Prerequisites

You must have at least version 4.2 ffmpeg installed and in your PATH.

Using pip3 install the required modules:

pip3 install --user -r requirements.txt

Edit the username and password variables in CONSTANTS.py to include your subscription email and password

Usage instructions

Basic video download:

python3 main.py -t https://watch.wwe.com/episode/SmackDown-130268

Download with start and end times, using custom file name:

python3 main.py -st 1619.934 -et 1712.834 -of 'Tucker confronts Mandy Rose Smackdown 02-21-2020' -t https://watch.wwe.com/episode/SmackDown-130268

Download chapterised 720p video with Kodi series and episode NFO files:

python3 main.py -c -q 3 -s -e -t https://watch.wwe.com/episode/Bret-Hart-132278

Options

-t - Link to the video you want to download
-q - Quality of the video you want to download. 1 is 1080p high (default) 6 being 288p (lowest)
-c - Add milestone chapters to the video.
-k - Keep temporary aac and ts files
-e - Write a Kodi episode NFO file
-s - Write a Kodi series NFO file with poster and fanart
-st - Start time in seconds from where you want to start downloading
-et - End time in seconds from where you want to finish downloading
-of - Custom output filename

wwe-network-downloader's People

Contributors

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