I'm trying to parse a page which has a very long query string, and it is truncated by the pattern field, thus I can't crawl the pages. This is using the "Pattern Fetcher". I added a #maxlength of 512 to the form element, which made me able to add the whole query string. 256 wasn't long enough.

Comments

pkej created an issue. See original summary.

pkej’s picture

pkej’s picture

Status: Active » Needs review
pkej’s picture

Darn. I did the edit in a separate feeds_crawler repository by memory from what I did on my site repository and added 's around 512. This new patch is correct like this:

'#maxlength => 512,

pkej’s picture