quotesbot
quotesbot copied to clipboard
Update method names
Although method 'extract' and 'extract_first' are still supported, the docs are now using 'getall' and 'get' respectively instead. Thus the code here using old method names can be confusing for newcomers who have just finished the tutorial. I have updated the two .py files to match the new standard in accordance with the docs now.