subreddit-youtubes

0.0.1 • Public • Published

subreddit-youtubes

scrape a subreddit (including all history) for submissions that are youtube videos

install

npm install subreddit-youtubes

example

require('subreddit-youtubes')('http://www.reddit.com/r/Documentaries.json')
  .on('data', function(obj) {
    // obj is the full submission JSON from reddit
  })
  .on('end', function() {

  })
  .on('error', function(err) {

  })
  .on('page', function(obj, count) {
    // obj is the JSON data for the current page
    // count is the number of youtube videos on the current page
  })

license

BSD

/subreddit-youtubes/

    Package Sidebar

    Install

    npm i subreddit-youtubes

    Weekly Downloads

    2

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • maxogden