Re: Patch does not work for yahoo.co.in ids
"Jeffrey F" <[email protected]> Thu, 17 Jun 2004 09:10:41 -0400
| Newsgroups | gmane.mail.yosucker.general |
|---|---|
| Message-ID | <[email protected]> |
This is entirely possible. I don't have access to any non-US accounts to test,
so you might have to wait until Vlad returns and is able to go though his
testing regime.
I can try and help you out if you can send me some debugging information. Make
sure you are using the patched pr55 version first, then go to line 1490 in
lib/sputnik.pm. You'll see this code:
while (<$handle>) {
if (/^<tr><td class=label nowrap>/i) {
$headers_fetched = 'yes';
Add a "print;" statement in like this:
while (<$handle>) {
print; #<----- Add here
if (/^<tr><td class=label nowrap>/i) {
$headers_fetched = 'yes';
Save the file and run yosucker but capture the output to a file like this
YoSucker --config=sample1.conf > outputfile.txt
Attach the outputfile.txt to an email and send it to me directly. (Unless you
really want everyone to read your email!). There will be no passwords or any
sensitive information in the file, just the raw html output of the message page.
Afterwards, you can remove the line you added.
-- Jeffrey
---------- Original Message -----------
> I think the author might have to release different patches for
> yahoo.com, yahoo.co.in and other domain ids.
------- End of Original Message -------
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND