A simple TUI application to search for movies and series, and download them. It uses the TMDB API to facilitate autocompletion while searching for movies and series. The program now requires a VPN to function because the site it uses has been blocked.
git clone https://github.com/iaaryanraj/moviesNseries.git
cd moviesNseries
pip install -r requirements.txt
Chrome
browser is required. You can download it from here.
FFmpeg
is not necessary for the application to work. It is only used to convert the downloaded *.ts
file to *.mp4
file.
For Windows users, just copy the ffmpeg.exe
file from the ffmpeg
folder to the SYSTEM32
folder.
For Linux users, run the following command to install FFmpeg
:
sudo apt install ffmpeg
Set the download quality in the Config.json
file. The default value is 1080
. The available options are 1080
, 720
and 480
. If the movie or series is not available in the specified quality, the next best quality will be downloaded.
python moviesNseries.py
- Download movies and series with subtitles
- No annoying ads or popups
- Batch download entire series
- Add support for Hindi movies and series
- Add support for Korean Drama
- Add support for Anime
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change
This project is for educational purposes only. It does not host any content, it just scrapes the content from the supported sites. I am not responsible for any misuse of this project.