That's a very general question. How would you like this cookie to load? Would you like Feeds to re-use cookies? This sounds like a rather particular use case that would be best suited to a custom implementation of FeedsHTTPFether.
For example on ebay advanced search you can choose to display the id of seller, this filter is stored in a cookie and used for all search.
using wget --load cookie(cookie extracted from firefox)
i can save page with that information ad correclty parse with xpath html parser
i would like to set a url and a ad-hoc formatted cookie in xpat html parser
i'm actually on #drupal-support if you want to chat
thanks
I don't see this feature going into Feeds. It could easily exist in a contrib module, but it's a bit too specific for a general use case. If anyone wants help implementing it, I would be glad to assist them.
Comments
Comment #1
twistor commentedThat's a very general question. How would you like this cookie to load? Would you like Feeds to re-use cookies? This sounds like a rather particular use case that would be best suited to a custom implementation of FeedsHTTPFether.
Comment #2
drupalinside commentedFor example on ebay advanced search you can choose to display the id of seller, this filter is stored in a cookie and used for all search.
using wget --load cookie(cookie extracted from firefox)
i can save page with that information ad correclty parse with xpath html parser
i would like to set a url and a ad-hoc formatted cookie in xpat html parser
i'm actually on #drupal-support if you want to chat
thanks
Comment #3
twistor commentedThis is going into dev, not alpha5.
I don't see this feature going into Feeds. It could easily exist in a contrib module, but it's a bit too specific for a general use case. If anyone wants help implementing it, I would be glad to assist them.
Comment #4
bluegeek9 commentedUnfortunately, Drupal 7 is End of Life and no longer supported. We strongly encourage you to upgrade to a supported version of Drupal.