Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #1576 > unrolled thread

Download directory with wget

Started byStefan Ceran <myeauctions@yahoo.de>
First post2011-07-04 19:16 +0000
Last post2011-07-05 13:13 +0200
Articles 5 — 4 participants

Back to article view | Back to comp.os.linux.misc


Contents

  Download directory with wget Stefan Ceran <myeauctions@yahoo.de> - 2011-07-04 19:16 +0000
    Re: Download directory with wget Michael Black <et472@ncf.ca> - 2011-07-04 17:56 -0400
    Re: Download directory with wget dave.gma+news002@googlemail.com.invalid (Dave Gibson) - 2011-07-04 23:27 +0100
      Re: Download directory with wget Anton Meyninger <anton.meyninger@gmail.com> - 2011-07-05 13:11 +0200
        Re: Download directory with wget Anton Meyninger <anton.meyninger@gmail.com> - 2011-07-05 13:13 +0200

#1576 — Download directory with wget

FromStefan Ceran <myeauctions@yahoo.de>
Date2011-07-04 19:16 +0000
SubjectDownload directory with wget
Message-ID<97ehs1FcqjU1@mid.individual.net>
Hi,

I would like to download all pictures from a specific directory on a http 
server, like the picture 

http://pix2day.com/galerie/#/content/Wallpaper/Windows7/Windows7-32.jpg

I tried to use wget with this command:
wget -nH --cut-dirs=3 -r -np http://pix2day.com/galerie/#/content/
Wallpaper/Windows7/

However it downloads all the files on this http server (also parent 
directories) and the jpegs are missing.

Any ideas what may be wrong?

Thank you.

Best,
Stefan

[toc] | [next] | [standalone]


#1579

FromMichael Black <et472@ncf.ca>
Date2011-07-04 17:56 -0400
Message-ID<Pine.LNX.4.64.1107041754530.14856@darkstar.example.net>
In reply to#1576
On Mon, 4 Jul 2011, Stefan Ceran wrote:

> Hi,
>
> I would like to download all pictures from a specific directory on a http
> server, like the picture
>
> http://pix2day.com/galerie/#/content/Wallpaper/Windows7/Windows7-32.jpg
>
If I try that link above with Lynx, the text only browser, I get a page 
that says:
    [tn_Beauties-01-03.jpg?1262409629]

Imagevue Gallery

    Another Gallery from Imagevuex.com
    Oops! - This page requires Flash Player and Javascript
    Please make sure you have the latest Flash Player installed and
    Javascript is enabled in your browser.
    > View Flash gallery
    Optionally, you can view the HTML Gallery instead:
    > HTML Gallery
    > HTML Sitemap
    Gallery Software by Imagevuex.com:
    > Web image gallery photo album and slideshow portfolio software

That suggests the page or server is rejecting wget, since it doesn't do 
Flash or javascript, but it doesn't explain why you get files but not 
graphic files.

   Michael


  > I tried to use wget with this command:
> wget -nH --cut-dirs=3 -r -np http://pix2day.com/galerie/#/content/
> Wallpaper/Windows7/
>
> However it downloads all the files on this http server (also parent
> directories) and the jpegs are missing.
>
> Any ideas what may be wrong?
>
> Thank you.
>
> Best,
> Stefan
>

[toc] | [prev] | [next] | [standalone]


#1580

Fromdave.gma+news002@googlemail.com.invalid (Dave Gibson)
Date2011-07-04 23:27 +0100
Message-ID<ecr9e8xsu3.ln2@perseus.wenlock-data.co.uk>
In reply to#1576
Stefan Ceran <myeauctions@yahoo.de> wrote:
> Hi,
> 
> I would like to download all pictures from a specific directory on a
> http server, like the picture 
> 
> http://pix2day.com/galerie/#/content/Wallpaper/Windows7/Windows7-32.jpg
> 
> I tried to use wget with this command:
> wget -nH --cut-dirs=3 -r -np http://pix2day.com/galerie/#/content/
> Wallpaper/Windows7/
> 
> However it downloads all the files on this http server (also parent 
> directories) and the jpegs are missing.
> 
> Any ideas what may be wrong?

Javascript.

Following the (possibly NSFW) links leads here:

    http://pix2day.com/galerie/content/Wallpaper/Windows7/

[toc] | [prev] | [next] | [standalone]


#1587

FromAnton Meyninger <anton.meyninger@gmail.com>
Date2011-07-05 13:11 +0200
Message-ID<4e12f160$1@news.x-privat.org>
In reply to#1580
Am 05.07.2011 00:27, schrieb Dave Gibson:
> Following the (possibly NSFW) links leads here:
>
>      http://pix2day.com/galerie/content/Wallpaper/Windows7/

And now you are able to download them with
wget -rl1 http://pix2day.com/galerie/content/Wallpaper/Windows7/

have fun ;)

[toc] | [prev] | [next] | [standalone]


#1588

FromAnton Meyninger <anton.meyninger@gmail.com>
Date2011-07-05 13:13 +0200
Message-ID<4e12f1d2$2@news.x-privat.org>
In reply to#1587
Am 05.07.2011 13:11, schrieb Anton Meyninger:
> And now you are able to download them with
> wget -rl1 http://pix2day.com/galerie/content/Wallpaper/Windows7/
>

...and to delete the thumbnails just rm tn_*

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.misc


csiph-web