-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Labels
No labels