Let's you download movies/episodes from Bmovies.
Don't wait for the stream to load. Download latest TV Series in 720p resolution and watch them at your leisure.
Make sure you have Python installed.
The script requires following dependencies and downloads them automatically.
- Requests
- Beautiful Soup
- Youtube-dl
Install using pip globally (Not available yet):
$ sudo pip install fmovies
Or build from Source:
$ pip install virtualenv
$ virtualenv movies
$ source movies/bin/activate
$ git clone https://github.com/vaulstein/fmovies.git
$ cd fmovies
$ python setup.py install
fmovies <movie-name>
Select the movie you want to watch:
- Fetch daily token dynamically
- Code re-factoring
- Deploy package on PyPi
Right now the code seems to download the wrong video. Working on fixing this. Please stay tuned.