Replacing asterisk in URL substitute

pr0ject
10/24/2009 01:51 pm
Hello,

I need to replace URL:

http://web.archive.org/web/19960101000000-20090427172432*hh_domain.com/folder/
with
http://web.archive.org/web/20090427172432/domain.com/folder/

My last point is - http://web.archive.org/web/20090427172432*/domain.com/folder/

Problem is I can't remove asterisk from URL.

Please help.




Oleg Chernavin
10/26/2009 03:28 am
What about:

URL:
*
Replace:
http://web.archive.org/web/***-20090427172432*hh_domain.com/*
With:
http://web.archive.org/web/20090427172432/domain.com/*

?

Best regards,
Oleg Chernavin
MP Staff
pr0ject
10/26/2009 04:05 am
Thank you for prompt reply.

I didn't mention 20090427172432 could by any number by mask 200*.

Oleg Chernavin
10/26/2009 04:10 am
Thn let's make a sequence of rules:

Replace:
http://web.archive.org/web/**-200*
With:
http://web.archive.org/web/200*

Replace:
http://web.archive.org/web/**[*]hh_*
With:
http://web.archive.org/web/**/*

Check "Apply all matching rules" box.

Oleg.
pr0ject
10/26/2009 04:42 am
Oleg,

What version square brackets was introduced in?

Seems like my Offline Explorer Pro 5.6 .3090 doesn't support it.

So second rule from your last reply doesn't work.

Pleas advise.
Oleg Chernavin
10/26/2009 05:40 am
OK. I improved the code. Second rule should be:

Replace:
http://web.archive.org/web/**\*hh_*
With:
http://web.archive.org/web/**/*

Please download and replace oe.exe file with this one:

http://www.metaproducts.com/download/betas/OEP3126.ZIP

Oleg.