A Simple Python script that scrapes a given IMDB 'Quotes' page and returns a JSON list of objects containing the film name and quote.
##Usage
python3 quoteScrape.py "URL" ["Search Name"]
URL = the url of the IMDB Quotes page to scrapes Search Name = the name of the character to return quotes for (optional)