Help talk:Transfer images

Jump to: navigation, search

Tip: The following command extracts all images' file names from a given wiki page:

lynx -source 'http://en.opensuse.org/index.php?title=<TITLE>&action=edit \
| egrep -o "(File|Bild|Image):[^]\|]*" | sort -u

(works for German and English pages)

If you need to download images for a bunch of pages, use this command in a for loop to automatically generate imglist.txt