Skip to content

Get real links to download movies or series.

License

Notifications You must be signed in to change notification settings

tushar10101/movies-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



It extracts all the download links from the available servers, skipping the link protectors and advertising from the websites that offer free movie downloads. Getting the real links.


😀 Features!

  • Scraping the links using multi-threading.
  • Execution of javascript code from python.
  • Tag extraction using the lxml library.
  • Use of the gibberish-aes and atob javascript library for the decoding of the links.

📌 Supported sites

Site URL
Hackstore https://hackstore.net
Tu Mega Descarga https://www.peliculas1mega.com
Mega 1080p https://mega1080p.org

👉 Installation guide

Before starting the execution of the script in python, you need to install the dependencies to run the javascript file with node.

First you need to install nodejs.

$ cd Movies-Scraper/.extra/decodeJS

$ npm install

Usage

$ cd Movies-Scraper

$ pip3 install -r requirements.txt

$ python3 main.py url-content-name-movies 

Example

For this example we look up the name of a movie on the hackstore site and get the url and run it:

$  python3 main.py https://hackstore.net/descargar-tenet-2020/

About

Get real links to download movies or series.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • JavaScript 2.6%