First When i tried to download a single page from a Group OEP loads hundreads of unwanted pages
and your filters do not work beause "msnw" files are a bit diferent from htmls and your configurations require me to delete al Proyect files only before they work their majic...
I found a way aroud your configs and all i do is load only the text in mirror (No translation ) mode
later i export the results and i get clear SINGLE PAGES that are loadable from my local drive
from this :
SingleUrl=http://groups.msn.com/VIRGENESARDIENTES/general.msnw?action=get_message&mview=1&ID_Message=140&pps=k
Referer=http://groups.msn.com/VIRGENESARDIENTES/general.msnw?action=get_message&mview=1&ID_Message=3&pps=k
SetCookie=CULTURE=en-US; mh=MSFT; MC1=V=3&GUID=751523269e41453ca6d41f591f7d9f46; SITESERVER=ID=UID=751523269e41453ca6d41f591f7d9f46; theme=101; SPEED=B; MSPAuth=7zovLNVBtD0v9PjH7ecQ!ixJRQt3j1HRTxDeAUX8aWo9kFtgF5viFQ19dRoMN!V6RR8HDUhBZnzR!nPU!3kEK5diHcQkLkuUCfGrGoDt389G2Osw60BJ4mgw$$; MSPProf=7yC!D!Ut3GFkhdbMA583E6d3sRBCfnH8ws*9Qtrvqvaz7ETLLWTuGiNmfaYkVtPbs6mjcONJkomHykiWYhg36JEjWFer0nzQ7JW3FVhAQ!VmWHHjL6d28n7mrYGWJ1k6oQdYimyFgWcf9Shue3OH1zPB*H4avan9d0gAjP6o*pR*zSsRwZMk90I7eQk3z3gnPNaDlHcilYcxQ$; pgmarket=en-us; WStz=240; WSMBView=1; WSMBCommVals=/VIRGENESARDIENTES/284/292/297/177/184/214/249/217/152/156/163/171/181/189/193/200/207/211/220/13/; WSPAView=0; AdultWarn=1; pgups=1
TO THIS:
SingleUrl=file:///D:\Offline Explorer Pro\Temp\Msg 13a\groups.msn.com\virgenesardientes\general.msnw@action=get_message&mview=1&id_message=140&pps=k.htm
I have to use SINGLE URL command because if i dont it will skip files that are reported as 302, (object moved) by using this command it treats macro-resulting urls as individuals proyects and if the url has moved it will download from the new locations automatically...
this bit of info alone has cost me 4 months,,.....
I was happy to discover the power of that comand but I need something similar for exporting
SAMPLE Problem :
SingleUrl=file:///D:\Offline Explorer Pro\Temp\Msg 13a\groups.msn.com\virgenesardientes\general.msnw@action=get_message&mview=1&id_message={:1..140}&pps=k.htm
I will need 140 SEPARATE Export folders!!!!
How can i get them???? PLEASE reply???
One idea i had was to add the aditional parmeter but it did not work
Additional=AutoExport=D:\Temp{:1..140}\;1010001000
This did not work I want to end up with all 140 messages exported to separate folders (NOT REPEATED IN 140 FOLDERS)
Or Creating Multiple Exports from a single proyect "HOW DO I ACOMPLISH THIS???"
Best regards,
Oleg Chernavin
MP Staff
I tinkered with this:
SingleUrl=file:///D:\Offline Explorer Pro\Temp\100\groups.msn.com\virgenesardientes\general.msnw@action=get_message&mview=1&id_message={:5..7#1}&pps=k.htm
Additional=AutoExport=D:\Temp{:#1};101
Hoping that OEP can give exported folders that are named after the Macro in the url line!!....
Say if one has Sites a,b,c i can macro Http://www.somesite.com/{:a..c}.htm and then i want to export a to D:/Temp/a/www.somesite.com/a.htm & b to D:/Temp/a/www.somesite.com/b.htm
and c to D:/Temp/a/www.somesite.com/c.htm HOW CAN I DO THIS!!!!!!!!!!! will you work on this feature in the future?????
Oleg.
URL:
*
Replace:
http://www.somesite.com/*.htm
With:
http://*/www.somesite.com/*.htm
This way, when you load a URL http://www.somesite.com/a.htm, you will have it saved to:
d:\temp\a\www.somesite.com\a.htm
http://www.somesite.com/b.htm
will go to:
d:\temp\b\www.somesite.com\b.htm
Oleg.