[!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
Release files for movielinkscraper 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| movielinkscraper-0.2.0.tar.gz | 4.4 kB | Details |
Release files / movielinkscraper-0.2.0.tar.gz
| Download URL | movielinkscraper-0.2.0.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
485052c33c53ce63db4a6448e11fe2b06772406db8d1f0edd3fbe31625d19552
|
|
BLAKE2b-256 checksum How to use checksums |
5dd79de6ed194a24e0688db54e797ab114731bc8f803c35af4158d0bcf830b6a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|