https://github.com/yousufinternet/cinemanaparser
A simple script the scraps the cinemana website and downloads tv-series and movies
https://github.com/yousufinternet/cinemanaparser
Last synced: 4 months ago
JSON representation
A simple script the scraps the cinemana website and downloads tv-series and movies
- Host: GitHub
- URL: https://github.com/yousufinternet/cinemanaparser
- Owner: yousufinternet
- Created: 2019-09-07T13:14:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T11:52:52.000Z (about 5 years ago)
- Last Synced: 2025-01-02T14:29:47.840Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cinemanaParser
A simple script the scraps the cinemana website and downloads tv-series and movies
## Requirements
needs `aria2` to download podcasts, you can get it from [here](https://aria2.github.io/). it has to be in PATH.
needs beautifulsoup to parse webpages `pip install beautifulsoup4`
## Usage
```
cinemana_parser.py [-h] [--movie] [--no-subtitle] [--pick-res]
[--res RES] [--season CUSTOM_SEASONS]
[--concurrent-downloads CONCURRENT_DOWNLOADS]
URLs [URLs ...]Provided a movie or a tv-series url on cinemana gives you the option to
download the movie with subtitle files or download all or some episodespositional arguments:
URLs one or more cinemana urlsoptional arguments:
-h, --help show this help message and exit
--movie Add this flag if you are downloading a movie or you
want to only download a single episode, by default the
this option is off
--no-subtitle If you don't want the subtitles downloaded
--pick-res Add this flag if you want to pick a resolution from
the available resolutions (note that this means you
have to pick a resolution for each episode)
--res RES
--season CUSTOM_SEASONS
specify the season number you want to download, repeat
for more than one
--concurrent-downloads CONCURRENT_DOWNLOADS
pass concurrent downloads option to aria2c
```