Skip to content
forked from xrce/mls

Automatically search movie and scrap download links from any site

Notifications You must be signed in to change notification settings

yogiepratama1/mls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Movie Link Scraper

Tip

Open issue if you found any bugs and contribute if you want to add more bugs

Options

Options Name Description
-s Site Site to scrape
-t Title Movie title
-l Limit Search limit

Installation

PyPI :

pip install movielinkscraper

Repository :

git clone https://github.com/xrce/mls
cd mls
pip install .

Module Usage

from mls import *

scrape = <site>
scrape.search(<title>, <limit>)

Example :

from mls import *

scrape = LK21()
scrape.search("transformers", 3)

Direct Usage

python -m mls -s <site> -t <title> -l <limit>

Example :

python -m mls -s LK21 -t sherlock
python -m mls -t "Incantation 2022" -l 2

About

Automatically search movie and scrap download links from any site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%