Error message

  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/data/sites/methodi.ca-7.63/includes/common.inc).

Scrape Comments from a YouTube Video

Introduction 

This recipe shows how to scrape comments from a YouTube video to analyze.

Ingredients 
Steps 
  • Find: A video to scrape comments from
  • Use: The scraper tool of your choice
  • Refine: The output data using a different tool, or code a custom process for refining it
Next steps / further information 
  • Find and use a different scraper tool
  • If you didn't refine the data, try adding that step
  • Scrape multiple videos and develop a corpus
    • Ensure the corpus is uniform by refining each comments file the same way
Status