Hi, I wanted to try the download_complete_data_scrape_with_pagination_by_listURL script but I get a 'NoneType' object is not subscriptable Invalid-URL error as it seems that now IMDB has a "load 250 more" link, rather than a next page element to paginate through the results of a page like https://www.imdb.com/search/title/?title_type=feature&languages=te&count=250&view=advanced
Just checking if there's a workaround or is this a new change that your code hasn't accounted for yet?
Basically I'm looking for a more recent dataset with all the movies, including the ones from this year.
Hi, I wanted to try the
download_complete_data_scrape_with_pagination_by_listURL
script but I get a'NoneType' object is not subscriptable Invalid-URL
error as it seems that now IMDB has a "load 250 more" link, rather than a next page element to paginate through the results of a page like https://www.imdb.com/search/title/?title_type=feature&languages=te&count=250&view=advancedJust checking if there's a workaround or is this a new change that your code hasn't accounted for yet?
Basically I'm looking for a more recent dataset with all the movies, including the ones from this year.