Nick Gilmour
unread,Feb 18, 2018, 2:57:26 PM2/18/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyspider-users
Hi all,
I have the following issue with pyquery in pyspider:
when I use pyquery in pyspider to get text e.g. with
response.doc('body').text(), the text is joined. When I use pyquery in
jupyter notebook to get text, the text is not joined. Why this
different behavior? Can I do something to avoid it?
Regards,
Nick