
Base class for poster image fetchers.
Definition at line 75 of file fetch_poster.py.
Public Member Functions | |
| def | fetch |
| def | download_image |
| def fetch_poster::PosterFetcher::fetch | ( | self, | ||
| title_string, | ||||
imdb_id = None | ||||
| ) |
Fetch and download to a local temporary filename movie posters for the given title. Return empty list in case no images was found.
Reimplemented in fetch_poster::MoviePosterPosterFetcher, and fetch_poster::IMDbPosterFetcher.
Definition at line 79 of file fetch_poster.py.
| def fetch_poster::PosterFetcher::download_image | ( | self, | ||
| image_url, | ||||
extension = None | ||||
| ) |
Definition at line 88 of file fetch_poster.py.
1.5.5