Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```