Rommel Rico: Random ramblings

A bash script using wget for downloading (bikini) pictures

This is a bash script for downloading using a *NIX machine. I learned this based on the tutorial from here.


#!/bin/bash                                                                           

# The url of the main webpage
WIKI_URL="http://commons.wikimedia.org/wiki/Bikini"

# Download Image pages
echo "Downloading Image Pages"
wget -r -l 1 -e robots=off -w 1 -nc $WIKI_URL

# Extract Image Links
echo "Extracting Image Links"
WIKI_LINKS=`grep fullImageLink commons.wikimedia.org/wiki/File\:* | sed 's/^.*a href=\
"//'| sed 's/".*$//'`

echo "Downloading Images"
wget -nc -w 1 -e robots=off -P wiki_images $WIKI_LINKS

echo "Cleaning up temp files"
rm -rf commons.wikimedia.org/
echo "Done"

exit

You can thank me later. :)

  • I am glad to be one of many visitors on this great website (:, regards for posting .

  • Nice read, I just passed this onto a friend who was doing some research on that. And he just bought me lunch since I found it for him smile So let me rephrase that: Thank you for lunch!

  • Stumbled across your website by chance and I need to say that I thoroughly enjoyed reading it. Thanks And here is my site Viagra Online

  • Just wanna comment on few general things, The website pattern is perfect, the written content is very excellent : D.

  • Generally I do not read post on blogs, however I would like to say that this write-up very compelled me to take a look at and do so! Your writing style has been amazed me. Thanks, very great post.

  • Very nice post, I certainly love this website, keep on it.

  • Following study a couple of of the blog articles for your web site now, and that i truly like your method of blogging. I bookmarked it to my bookmark website list and are checking back soon. Pls consider my internet website too and inform me what you consider. 359683

  • Je suis d’accord mais en ce moment, la tendance touche les clients qui veulent avoir de nombreux accessoires tels que les montres, les bracelets, les colliers ou les gourmettes.

  • Thanks for your advice on this blog. One thing I want to say is that often purchasing electronic devices items on the Internet is nothing new. The fact is, in the past decade alone, the marketplace for online electronics has grown considerably. Today, you could find practically almost any electronic gadget and devices on the Internet, ranging from cameras as well as camcorders to computer pieces and gambling consoles.

  • fantastic post. Ne

  • The the next occasion Someone said a weblog, Hopefully so it doesnt disappoint me approximately this. What i

  • Thank you an incredible publish, may examine your personal others content. thank you your notions within this, I soon became somewhat made an impact to by this article. Thanks again again! You earn a good aspect. Portrays natures best by the wonderful facts here. I believe that if a greater number of people thought about it like that, they’d have a very better time get the grasp ofing the matter.

  • All you want to know about News details to you. 817189

  • C’est exact mais à présent, la tendance possède très souvent les habitués qui craquent pour plusieurs accessoires comme les bijoux, les bracelets, les chapelets design ou les bagues.

You can follow any responses to this entry through the RSS 2.0 feed.