Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrce/mls
Automatically search movie and scrap download links from any site
https://github.com/xrce/mls
get-link imdb lk21 movie-downloader nekopoi rebahin scraper
Last synced: 17 days ago
JSON representation
Automatically search movie and scrap download links from any site
- Host: GitHub
- URL: https://github.com/xrce/mls
- Owner: xrce
- Created: 2018-11-07T04:08:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T18:43:14.000Z (9 months ago)
- Last Synced: 2024-11-16T04:53:02.166Z (about 1 month ago)
- Topics: get-link, imdb, lk21, movie-downloader, nekopoi, rebahin, scraper
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 26
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://amp.lk21official.mom/) | ✅ |
| **NKP** | [Nekopoi](https://nekopoi.care/) | ✅ |
| **REBAHIN** | [REBAHIN](http://179.43.169.211/) | ✅ |
| **IMDB** | [IMDB](https://www.imdb.com/) | ✅ |## Installation
**PyPI :**
```
pip install movielinkscraper
```
**Repository :**
```
git clone https://github.com/xrce/mls
cd mls
pip install .
```## Module Usage
```py
from mls import *scrape =
scrape.search(, )
```
**Example :**
```py
from mls import *scrape = LK21()
scrape.search("transformers", 3)
```## Direct Usage
```
python -m mls -s -t -l
```
**Example :**
```
python -m mls -s LK21 -t sherlock
```
```
python -m mls -t "Incantation 2022" -l 2
```