Simple tool for scraping movie links from any site
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file movielinkscraper-0.1.8.tar.gz.
File metadata
- Download URL: movielinkscraper-0.1.8.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37c85d34d354100bb76e61a92fa68e64d8c3ec05418fe584741fdaba392b886c
|
|
| MD5 |
5c5a42adc963e32a54617b94fe95a39c
|
|
| BLAKE2b-256 |
e0136c22d40549e6d5c267b24d317446578dff55757461e39174b824460a1c51
|