Search the web
Sign In
New User? Sign Up
pavuk · Pavuk Webgrabber Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
excluding binary files from download   Message List  
Reply | Forward Message #744 of 988 |
Re: excluding binary files from download

Hi,

> Could someone please show me what type of regexps the Windows command
> line version of Pavuk uses to exclude binary files?
>
> This is my attempt:
>
> ./pavuk.exe -skip_pattern '\*\(gz\|rpm\)' http://www.sqlite.org

Under Unix I usually join multiple patterns, as I never got the
(aaa|bbb|ccc)method to work (probably it is not supported - check source?)

Use "aaa","bbb","ccc" instead.

./pavuk.exe -skip_pattern '*gz','*rpm' http://www.sqlite.org

I do not know if you need some escape characters.

Ciao
--
____ _ _ ____ _ _ _ _ ____
| | | | | | \ / | | | the cool Gremlin from Bischofswerda
| __ | ____| | \/ | | | WWW: http://www.dstoecker.de/
| | | | | | | | PGP key available on www page.
|____| _|_ |____| _|_ _|_ |____| I hope AMIGA never stops making fun!




Sun Jan 4, 2004 3:52 pm

stoeckerd
Offline Offline
Send Email Send Email

Forward
Message #744 of 988 |
Expand Messages Author Sort by Date

Could someone please show me what type of regexps the Windows command line version of Pavuk uses to exclude binary files? This is my attempt: ./pavuk.exe...
Terrence Brannon
metaperl@...
Send Email
Jan 4, 2004
3:13 pm

Hi, ... Under Unix I usually join multiple patterns, as I never got the (aaa|bbb|ccc)method to work (probably it is not supported - check source?) Use...
Dirk Stoecker
stoeckerd
Offline Send Email
Jan 5, 2004
8:39 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help