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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | feeds_crawler-added-maxlength-pattern-form-2619306-10589324-7.x-2.x.patch | 537 bytes | pkej |
Comments
Comment #2
pkej commentedComment #3
pkej commentedComment #4
pkej commentedDarn. 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,
Comment #5
pkej commentedStupid is as stupid does.