You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I think it's because of using named salt parameter which is no longer exist is BasicParser.get_page(). Thanks you for your feedback, I will fix the issue.
Hi @pensnarik!
get_page method in extract_people_from_cast_page (line245, film.py ) does not work.
page = self.get_page(url, method='POST', salt=str(start_list),
data={'start_list': start_list})
could you pls share how do you reuse get_page method from BasicParser class? (https://github.com/pensnarik/parselab/blob/master/parselab/parsing.py)
The text was updated successfully, but these errors were encountered: