Skip to content

The example not working(return empty result) #23

@yantrab

Description

@yantrab

Hello,
I just try the example:


x('http://google.com', 'title')(function(err, str) {
  if (err) return done(err);
  console.log('result : ' + str);
})

but i got empty result.
If i try to get the html, i got:
"<head></head><body></body>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions