imjared - Overview

Pinned Loading

  1. A CasperJS script that crawled a lis... A CasperJS script that crawled a list of links on then scraped the relevant content on each page and output it to a nicely formatted XML file. Sure beats database dumps/SQL manipulation, in my opinion.

    2

    /*global CasperError console phantom require*/

    5

     * grab links and push them into xml
  2. 3

    $('.results-list tr').not('thead tr').each( function() {

    4

        var amount = $(this).find('td').eq(4).text();

    5

        amount = amount.replace('$', '');
  3. 1

    @import "mathsass/dist/math.scss";
  4. Parse tags from clickhole pieces and tweet 'em

    JavaScript 1