[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] Prepend non-HTML links when downloading recursively
From: |
John Peterson |
Subject: |
[Bug-wget] Prepend non-HTML links when downloading recursively |
Date: |
Tue, 6 Jan 2015 20:09:47 +0100 |
## 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
- [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 <=
- 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/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