Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.08 KB

README.md

File metadata and controls

56 lines (46 loc) · 1.08 KB

Movie Link Scraper

Tip

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

Available Sites

Code Name Status
LK21 LayarKaca21
NKP Nekopoi
REBAHIN REBAHIN
IMDB IMDB

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