Skip to content

Including contents of script tag #3

@thomasqbrady

Description

@thomasqbrady

Following the example, I issue this chained command:

http://bashmodernquantity.com/bash-modern-quantity/2014/1/10/wool-and-copper

request = require('request')
gramophone = require('gramophone')
request('http://bashmodernquantity.com/bash-modern-quantity/2014/1/10/wool-and-copper').pipe(gramophone.stream({html: true, limit: 10})).on('data', console.error.bind(console));

In the results, I'm clearing getting the contents of script tags from that page, consisting of variable names (even one-letter variable names).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions