bugGNU Wget - Bugs: bug #33827, wget: -A/-R vs. -O

 
 

bug #33827: wget: -A/-R vs. -O

Submitter:  Noël Köthe <nok>
Submitted:  Sat 23 Jul 2011 09:04:12 AM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  gscrivano
Originator Name:  Open/Closed:  Closed
Release:  1.12 Operating System:  GNU/Linux
Reproducibility:  None Fixed Release:  None
Planned Release:  None Regression:  None
Work Required:  None Patch Included:  None
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Fri 05 Aug 2011 08:42:23 PM UTC, comment #1: 

thanks to have reported it.  The fix is in the source repository and will be included in the next release.

Giuseppe Scrivano <gscrivano>
Group administrator
Sat 23 Jul 2011 09:04:12 AM UTC, original submission:  

Hello,

http://bugs.d ... an.org/565942

--8<--
When using recursive retrieval with recursive
accept/reject, the accept/reject patterns are
applied against both remote file names and saved
file names. This is documented behavior, and
also documented as controversial.

However, it turns out that the patterns are also
applied against the argument of -O, when given.
That is, my selection of which files to download
limits my options of naming the one file I want
to download them all into.

If this is not clear, consider this session, quote:
"""

$ wget 'http://glz.co.il/ ... aspx?NewsCatId=44' -O x.html -r --level=1 -A'newsArticle.aspx'
WARNING: combining -O with -r or -p will mean that all downloaded content
will be placed in the single file you specified.

--2010-01-19 23:12:49--  http://glz.co.il/ ... aspx?NewsCatId=44
Resolving glz.co.il... 192.117.152.67                                  
Connecting to glz.co.il|192.117.152.67|:80... connected.               
HTTP request sent, awaiting response... 200 OK                         
Length: 43333 (42K) [text/html]                                        
Saving to: "x.html"                                                    

100%[====================================>] 43,333       188K/s   in 0.2s   

2010-01-19 23:12:50 (188 KB/s) - "x.html" saved [43333/43333]

Removing x.html since it should be rejected.
"""

That last line can't be right.
--8<--

Noël Köthe <nok>

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 16MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by gscrivano (Posted a comment)
  • -email is unavailable- added by nok (Submitted the item)
  • -email is unavailable- added by nok (Debian BTS)
  •  

    History

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-08-05 gscrivano StatusNone Fixed
        Assigned toNone gscrivano
        Open/ClosedOpen Closed
    2011-07-23 nok Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.16.
    Corresponding source code