C:\dev\git\GoBooDo\GoBooDo.py:81: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
self.name = soup.findAll("title")[0].contents[0]
Downloading XXX
C:\dev\git\GoBooDo\GoBooDo.py:84: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
scripts = (soup.findAll('script'))
Received invalid response
Can be fixed with replacing the two instances of findAll with find_all, but then...
Downloading XXX
Received invalid response