Giter Club home page Giter Club logo

real-debrid_downloader_player's Introduction

1 Click Download Starter or Video Play

What does this do?

When you visit websites that have Real-Debrid supported links an icon will be added next to it.

alt tag

  • Click the RD icon to instantly begin downloading
  • Also, unrestricted link will be copied to your clipboard (just in case)
  • OPTIONAL FEATURE to Play Video
  • Hold ALT and Click the RD button and if video it will start playing with VLC or WMP or...

Note: If you visit the host directly, ex uploaded.to/file... Pay Attention=> RD button will show up on the top right hand corner. alt tag


1. Quick n Simple Installation Guide

  • Install one of the following:

Install RealDebrid.js

  1. Whichever program you use, create a new script and copy/paste or import RealDebrid.js
  2. Visit https://real-debrid.com/apitoken and copy your token
  3. In RealDebrid.js replace token at line 17 > var t = 'APIKEYYY' with your key >>> var t = 'xxxxxxxxxxx'
  4. SAVE it and its ready to go!

Any website you visit now that has RD links will have a button on the side. 1 click to download anything. >> Yes, torrent/magnet files too.


Video Player Setup (optional)

  1. Run MediaHandler.reg and click yes
  2. Create New Folder on C:\ called "myfolder"
  3. Put MediaHandler.cmd inside the new folder. Should look like this C:\myfolder\MediaHandler.cmd
  4. DONE! Now hold the ALT key and Click the RD button.

The file will automatically start playing in Windows Media Player


2. Advanced Installation

As an advanced user you'd think twice before running a Reg file or a bat file but let me explain. The whole setup works using URI Schema Protocol which means creating a custom url handler. Ex: magnet:? links always open with a specific software you have installed, tel: or mailto: launches Outlook or whatever.

We create our own link handler using the Reg file. I called it mh:// which stands for Media Handler. You can call this anything you want that's not in use.

####1. On the Reg file change the executable path

@="\"C:\\myfolder\\MediaHandler.cmd\" \"%1\""

Set the path to any directory where you intend to store the cmd file. Why do I need the CMD file? Can I just put in VLC's path?

Yes you can but here is what will run when executed
vlc.exe   mh://"http://somelink.com/video.mp4"
    Failure. Vlc does not recognize mh://
    
    Here is how vlc expects the execution.
vlc.exe   http://somelink.com/video.mp4
	Success.
So MediaHandler.cmd calls the player and parses the link.

####2. Change the player to VLC or MPClassic or anything you want.

## On the MediaHandler.cmd file change the player path ex:
@cd /d "C:\Program Files\Windows Media Player"
@cd /d "C:\Program Files\VideoLAN\VLC"

>>THEN CHANGE wmplayer to vlc

START wmplayer %url%
START vlc %url%

The end.

####-Yes, you do need a premium real-debrid account. I have no affiliation with Real-Debrid nor am I a beneficiary somehow. This was simply done to make life easier. Decided to publish due to the high demand for a simpler solution.

License

MIT

real-debrid_downloader_player's People

Contributors

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