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
When someone asked a question similar to mine earlier, this was the example code that solved it. This code rewrites the process_meta function so that it scrapes file name, file url, and img size. I would also like to know if there is a way to scrape photo title, description, and tags with the built-in Flickr crawler. Perhaps it is just a matter of using different keywords in the task dict?
Thanks!
The text was updated successfully, but these errors were encountered:
class MyImageDownloader(ImageDownloader):
When someone asked a question similar to mine earlier, this was the example code that solved it. This code rewrites the process_meta function so that it scrapes file name, file url, and img size. I would also like to know if there is a way to scrape photo title, description, and tags with the built-in Flickr crawler. Perhaps it is just a matter of using different keywords in the task dict?
Thanks!
The text was updated successfully, but these errors were encountered: