I am trying to collect images using the same example mentioned here, yet, it doesn't get any images when using Arabic keyword as a word of search. Find the code below for reference:
from pinterest import PinterestImageScraper
p_scraper = PinterestImageScraper()
is_downloaded = p_scraper.make_ready("إختبار")
anyone else experience this with other languages?