<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: drkhrs</title>
    <description>The latest articles on DEV Community by drkhrs (@galedarkhorse).</description>
    <link>https://dev.to/galedarkhorse</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1201656%2F5b231810-5620-4f51-b991-976e995ffe78.png</url>
      <title>DEV Community: drkhrs</title>
      <link>https://dev.to/galedarkhorse</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/galedarkhorse"/>
    <language>en</language>
    <item>
      <title>I want to download images in a special URL using python selenium. I tried following</title>
      <dc:creator>drkhrs</dc:creator>
      <pubDate>Fri, 10 Nov 2023 18:42:08 +0000</pubDate>
      <link>https://dev.to/galedarkhorse/wnload-images-in-a-special-url-using-python-selenium-i-tried-following-44a4</link>
      <guid>https://dev.to/galedarkhorse/wnload-images-in-a-special-url-using-python-selenium-i-tried-following-44a4</guid>
      <description>&lt;p&gt;&lt;code&gt;download_url = driver.current_url     &lt;br&gt;
new_file_name = str(index) + '.jpg'     &lt;br&gt;
destination_path = os.path.join(download_path, new_file_name)     print(destination_path)     &lt;br&gt;
try:           &lt;br&gt;
    urllib.request.urlretrieve(download_url, destination_path)      &lt;br&gt;
except Exception as e:&lt;br&gt;
    print(e)&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
