bing-wallpaper icon indicating copy to clipboard operation
bing-wallpaper copied to clipboard

Add script to download images from README

Open Naol-bm opened this issue 1 year ago • 0 comments

This PR adds a Python script that scrapes image URLs from the README.md file and downloads them. It includes:

A function to extract image URLs using regex.
A function to download the images and save them with a unique name based on the URL.
Simple logging to track successful and failed downloads.

Naol-bm avatar Sep 04 '24 16:09 Naol-bm