I have a paginated list of IMDb titles of about 17 pages: the list
The link has URLs in the form of http://www.imdb.com/title/tt0111161/?ref_=adv_li_tt
Where tt0111161 is the title ID.
I'd like to go through the whole list, and for each title, go to the URL http://www.imdb.com/title/tt0111161/ratings
and extract HTML info from that page. How can I do that with Scrapy, BeautifulSoup, or any other method?