Last active
November 1, 2022 11:20
-
-
Save yaph/5897372 to your computer and use it in GitHub Desktop.
Extract all URLs to jpg files from text file with grep and download images with wget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -shoP 'https?.*?\.jpg' rss.xml | xargs wget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment