Problem with reuters.com

Using firefox 3.0.8 and Zotero 1.5b2 on OSX 10.5.6

http://www.reuters.com/article/newsOne/idUSTRE5300QO20090402?pageNumber=1&virtualBrandChannel=0&sp=true
- recognizes it is a newspaper article but gives the "could not save item" error


If the above URL doesn't work, then go the one below and click print.
URL : http://www.reuters.com/article/newsOne/idUSTRE5300QO20090402?pageNumber=1&virtualBrandChannel=0&sp=true

Please advise, thanks.
  • It looks like the problem is due to bylines. Article with the standard byline is fine but articles that do not have the correct place will throw the error.
  • Removing the following line would fix the problem:
    item.abstractNote = byline.match(/\-\s+(.*)$/)[1];

    The translator would not have the author for articles that don't follow the standard byline format. But probably better to have it working for the most part, then not at all.

    Patrick

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.