/impawards-downloader

Low effort Python script to download movie posters from impawards.com

Primary LanguagePythonMIT LicenseMIT

Impawards Poster Downloader

Low effort Python script to download movie posters from impawards.com. using urllib3

Installation

$ git clone https://github.com/kennethsequeira/impawards-downloader && cd impawards-downloader

Setup

$ pip install -r requirements.txt

Usage

  1. Enter the movie name and year as seen in the url.

Eg: http://www.impawards.com/2020/wonder_woman_nineteen_eighty_four.html

Enter the name as wonder_woman_nineteen_eighty_four and 2020 as the year

  1. Select size. It has to be one out of xlg or xxlg. Leave blank for regular/normal size.

  2. Posters will be downloaded to a local directory downloads

impawards-down.mp4