We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c135d31 commit c4a2301Copy full SHA for c4a2301
web-scraping/download-images/download_images_js.py
@@ -44,7 +44,7 @@ def get_all_images(url):
44
# finally, if the url is valid
45
if is_valid(img_url):
46
urls.append(img_url)
47
- # close the session to end chromium.exe process
+ # close the session to end browser process
48
session.close()
49
return urls
50
0 commit comments