Stream any movie through your command line with its IMDb token. Available on npm.
Install via npm.
npm install show-me-a-movie -g
Find movie token within IMDb URL, i.e. http://www.imdb.com/title/tt1872181 => tt1872181
Run pkg. with token as argument (required).
show-me-a-movie tt0114814
Feel free to open an issue or make a pull request.