Hi Alex,
I have just discovered the .nzb feature and am trying to use it. So far it looks very nice and extremely handy.
I found one problem (which i don't know if it's a bug in the newspro nzb support or in the nzb creator).
in the lines where there is an ampersand (&) in the id (i am not sure if the part between "part#of###." and "@powerpost" is called like this) Newspro will not show those parts in the imported list.
Here is a piece of the nzb in which there is the ampersand:
<segments>
<segment bytes="320000" number="1">part1of125.zzXatt56sCzyFRbh&90a@powerpost2000AA.local</segment>
It seems that this nzb is created with "YENC-POWER-POST-A&A-v11" (powerpost.cjb.net)
Regards,
Arjan
newspro .nzb problem with ids containing ampersand (&)
the .nzb file above is incorrect (against xml specs)
instead of & should be something like & #38; or &
i've reported the bug to the author of the utility that produces it, actually he made several buggy releases before.
specs:
"The ampersand character (&) and the left angle bracket (<) may appear in their literal form only when used as markup delimiters, or within a comment, a processing instruction, or a CDATA section. If they are needed elsewhere, they must be escaped using either numeric character references or the strings "&" and "<" respectively. The right angle bracket (>) may be represented using the string ">", and must, for compatibility, be escaped using ">" or a character reference when it appears in the string "]]>" in content, when that string is not marking the end of a CDATA section."
but i guess i'll need to handle that since the devil is out there already.
instead of & should be something like & #38; or &
i've reported the bug to the author of the utility that produces it, actually he made several buggy releases before.
specs:
"The ampersand character (&) and the left angle bracket (<) may appear in their literal form only when used as markup delimiters, or within a comment, a processing instruction, or a CDATA section. If they are needed elsewhere, they must be escaped using either numeric character references or the strings "&" and "<" respectively. The right angle bracket (>) may be represented using the string ">", and must, for compatibility, be escaped using ">" or a character reference when it appears in the string "]]>" in content, when that string is not marking the end of a CDATA section."
but i guess i'll need to handle that since the devil is out there already.
Alex,
It seems the problem with the NZB files created by powerpost is still there. following part of problem giving nzb.
Newspro refuses to open it in the import base. If needed I can provide you with the complete NZB.
Amfibia
*****
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 0.9//EN" "http://www.newzbin.com/DTD/nzb/nzb-0.9.dtd">
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
<file poster="JollyJoker@NO-SPAM.com (Jolly Joker)" date="1076147619" subject="Jolly Joker<><>Post<><>NETTAKOTSIRA[001/105] - 'NETTAKOTSIRA.PAR2' yEnc (1/1)">
<groups>
<group>alt.binaries.misc</group>
</groups>
<segments>
<segment bytes="73904" number="1">part1of1.VPCvKOwxegs60yjKLO2r@powerpost2000AA.local</segment>
</segments>
</file>
<file poster="JollyJoker@NO-SPAM.com (Jolly Joker)" date="1076147619" subject="Jolly Joker<><>Post<><>NETTAKOTSIRA[002/105] - 'NETTAKOTSIRA.r00' yEnc (001/131)">
<groups>
<group>alt.binaries.misc</group>
</groups>
<segments>
<segment bytes="384000" number="1">part1of131.I4Dc2mp&xQRIFv9OqbmT@powerpost2000AA.local</segment>
etc etc etc......
It seems the problem with the NZB files created by powerpost is still there. following part of problem giving nzb.
Newspro refuses to open it in the import base. If needed I can provide you with the complete NZB.
Amfibia
*****
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 0.9//EN" "http://www.newzbin.com/DTD/nzb/nzb-0.9.dtd">
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
<file poster="JollyJoker@NO-SPAM.com (Jolly Joker)" date="1076147619" subject="Jolly Joker<><>Post<><>NETTAKOTSIRA[001/105] - 'NETTAKOTSIRA.PAR2' yEnc (1/1)">
<groups>
<group>alt.binaries.misc</group>
</groups>
<segments>
<segment bytes="73904" number="1">part1of1.VPCvKOwxegs60yjKLO2r@powerpost2000AA.local</segment>
</segments>
</file>
<file poster="JollyJoker@NO-SPAM.com (Jolly Joker)" date="1076147619" subject="Jolly Joker<><>Post<><>NETTAKOTSIRA[002/105] - 'NETTAKOTSIRA.r00' yEnc (001/131)">
<groups>
<group>alt.binaries.misc</group>
</groups>
<segments>
<segment bytes="384000" number="1">part1of131.I4Dc2mp&xQRIFv9OqbmT@powerpost2000AA.local</segment>
etc etc etc......
http://www.netwu.com/newspro/npr3742.zip
it will handle this plus should cope with buggy .nzb's from www.binaries.nl
it will handle this plus should cope with buggy .nzb's from www.binaries.nl