[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Prepend non-HTML links when downloading recursively
From: |
Tim Ruehsen |
Subject: |
Re: [Bug-wget] Prepend non-HTML links when downloading recursively |
Date: |
Tue, 27 Jan 2015 17:00:27 +0100 |
User-agent: |
KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) |
Thanks John,
in order to add your patch to wget, could you please send the complete patch
in git's format-patch format ?
Tim
On Tuesday 06 January 2015 20:09:47 John Peterson wrote:
> ## prepend non-HTML links
>
> I suggest
> while (1)
> url_dequeue
>
> if (descend)
> for (; child; child = child->next)
> if child is HTML
> url_enqueue_append
> else
> url_enqueue_prepend
>
> k i get it. thats a better solution. i pushed it to
> https://github.com/mirror/wget/pull/2
>
> ## bandwidth
>
>
> >BTW, since you are talking about timing, people with different bandwidths
> >will/might experience different results when viewing such a page. I use
> >mobile internet with 2G/3G <= 64kbit/s. I wonder how that works ;-)
>
> most pages should support low bandwidth. f.e. imagevenue probably have a
> long enough timeout to allow img.php to load its image with low bandwidth
> too
signature.asc
Description: This is a digitally signed message part.
- [Bug-wget] Add LIFO queue option for recursive download, John Peterson, 2015/01/02
- Re: [Bug-wget] Add LIFO queue option for recursive download, Tim Ruehsen, 2015/01/05
- Re: [Bug-wget] Add LIFO queue option for recursive download, John Peterson, 2015/01/05
- Re: [Bug-wget] Add LIFO queue option for recursive download, Tim Ruehsen, 2015/01/05
- Re: [Bug-wget] Add LIFO queue option for recursive download, John Peterson, 2015/01/05
- Re: [Bug-wget] Add LIFO queue option for recursive download, Tim Ruehsen, 2015/01/06
- [Bug-wget] Prepend non-HTML links when downloading recursively, John Peterson, 2015/01/06
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively,
Tim Ruehsen <=
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, John Peterson, 2015/01/27
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, Tim Ruehsen, 2015/01/27
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, John Peterson, 2015/01/27
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, Tim Ruehsen, 2015/01/28
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, Darshit Shah, 2015/01/28
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, Tim Ruehsen, 2015/01/28
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, John Peterson, 2015/01/28
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, Darshit Shah, 2015/01/28
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, John Peterson, 2015/01/29
- Re: [Bug-wget] Prepend non-HTML links when downloading recursively, Darshit Shah, 2015/01/29