mozilla / readability

A standalone version of the readability lib
Other
8.62k stars 588 forks source link

Upworthy.com's article not found #474

Open lazharichir opened 6 years ago

lazharichir commented 6 years ago

This url https://www.upworthy.com/republicans-and-democrats-should-never-forget-what-paul-ryan-said-about-the-poor does not succeed. Instead, the content returned by Readability is an SVG tag.

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">...</svg>

msujaws commented 6 years ago

I'm not able to reproduce this. When I use Reader Mode on that page I get the full article. Is there a specific part of the page that is not visible in Reader Mode or are you seeing nothing at all? @lazharichir

lazharichir commented 6 years ago

@msujaws I am using it with NodeJS and JSDOM.

The code used to replicate:

"use strict"

const DOC_URL = `https://www.upworthy.com/republicans-and-democrats-should-never-forget-what-paul-ryan-said-about-the-poor`

const URL = require('url')
const axios = require('axios')
const Readability = require('readability')
const { JSDOM, VirtualConsole } = require('jsdom')
const vc = new VirtualConsole()

global.Node = {
    TEXT_NODE: 3
}

let payload = { changes: {} }

axios.get(DOC_URL)

    .then(response => {
        payload.raw = response.data
        return payload
    })

    .then(() => {

        // DOM
        payload.dom = new JSDOM(payload.raw, { virtualConsole: vc, url: DOC_URL })
        const doc = payload.dom.window.document
        Node = payload.dom.window.Node

        // URI
        const loc = payload.dom.window.document.location

        const uri = {
            spec: loc.href,
            host: loc.host,
            prePath: loc.protocol + "//" + loc.host,
            scheme: loc.protocol.substr(0, loc.protocol.indexOf(":")),
            pathBase: loc.protocol + "//" + loc.host + loc.pathname.substr(0, loc.pathname.lastIndexOf("/") + 1)
        }

        // Readability
        const reader = new Readability(uri, doc)
        payload.readability = reader.parse()

        console.log(`> Readability done`)

        return payload
    })

    .then(() => console.log(payload.readability.title))
    .then(() => console.log(payload.readability.byline))
    .then(() => console.log(payload.readability.content))
    .then(() => console.log(payload.readability.textContent.split(' ').length))

    .catch(err => console.error(err))

The console output:

  > Readability done
  Republicans and Democrats should never forget what Paul Ryan said about the poor.
  null
  <div id="readability-page-1" class="page">

  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">

    <symbol id="ico-navicon" viewBox="0 0 28 28">
      <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>
    </symbol>

    <symbol id="ico-twitter" viewBox="0 0 30 28">
      <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>
    </symbol>

    <symbol id="ico-facebook" viewBox="0 0 18 30">
      <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>
    </symbol>

    <symbol id="ico-youtube" viewBox="0 0 1024 1024">
    <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>
    </symbol>

    <symbol id="ico-google-plus" viewBox="0 0 18 30">
      <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>
    </symbol>

    <symbol id="ico-plus" viewBox="0 0 20 20">
      <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>
    </symbol>

    <symbol id="ico-angle-down" viewBox="0 0 21 28">
      <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>
    </symbol>

    <symbol id="ico-angle-up" viewBox="0 0 21 28">
      <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>
    </symbol>

    <symbol id="ico-times" viewBox="8 8 32 32">
      <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>
    </symbol>

    <symbol id="ico-magnify" viewBox="0 0 30 32">
      <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>
    </symbol>

    <symbol id="ico-search" viewBox="0 0 30 32">
      <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>
    </symbol>

    <symbol id="ico-search-action" viewBox="0 0 40 29">
      <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>
    </symbol>

    <symbol id="ico-check-circle" viewBox="0 0 28 30">
      <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>
    </symbol>

    <symbol id="ico-caret-up" viewBox="0 0 18 23">
      <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>
    </symbol>

    <symbol id="ico-caret-down" viewBox="0 0 18 23">
      <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>
    </symbol>

    <symbol id="ico-ban" viewBox="0 0 28 30">
      <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>
    </symbol>

    <symbol id="ico-angle-right" viewBox="0 0 57 100">
      <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>
    </symbol>

    <symbol id="ico-angle-left" viewBox="0 0 57 100">
      <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>
    </symbol>

    <symbol id="ico-ellipsis" viewBox="0 0 31 12">
      <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>
    </symbol>

    <symbol id="ico-help" viewBox="0 0 32 32">
      <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>
    </symbol>

    <symbol id="ico-info" viewBox="0 0 32 32">
      <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>
    </symbol>

    <symbol id="ico-check" viewBox="0 0 15 12.5">
      <g stroke="none" fill-rule:"evenodd"=""><path d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>
    </symbol>

    <symbol id="ico-play" viewBox="0 0 106.813 123.313">
      <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>
    </symbol>

    <symbol id="ico-list" viewBox="0 0 1024 1024">
      <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>
    </symbol>
  </svg>

      <div id="upworthy-web-app-wrapper">

          <div>

          </div>

          <div>
            <div>

            </div>
          </div>

  <div>
    <div id="nuggetWrapper">
      <div>
        <div id="sel-article-left-column">

          <div>

          </div>
          <div>

          </div>
        </div>
        <div id="nuggetPage">
          <article>

            <header>

              <div>

              </div>

              <div>
                <ul>
                  <li>

                  </li>
                </ul>
                  <ul>
                    <li>

                    </li>
                    <li>

                    </li>
                  </ul>
              </div>
            </header>

            <div>
              <div id="sel-article-right-column">

              </div>

              <div>
                <div id="nuggetBody">

                </div>

              </div>

            </div>
          </article>
        </div>
      </div>
      <div>
        <div>
          <p><span>Advertisement</span>
          </p>
          <div>

          </div>
        </div>
      </div>
    </div>

    <div>
      <div>
        <div>
          <div>

          </div>
        </div>
        <div>
          <div>

          </div>
        </div>
      </div>
      <div>
        <div>

        </div>
      </div>
      <div>
        <div>
          <div id="sel-article-footer-grid">

          </div>
        </div>
      </div>
    </div>
  </div>

          <div>
            <div>

            </div>
          </div>

        <!-- Global Pixel Tracker DFP Slot -->
        <div>

        </div>

        <!-- Out of page DFP Slot -->
        <div>

        </div>

      </div><!-- /#upworthy-web-app-wrapper -->

      <!-- Google Analytics -->

      <!-- Twitter intents -->

      <!-- youtube and friends -->

        <!-- Facebook Pixel Code -->

        <!-- End Facebook Pixel Code -->

        <!-- Comscore -->

        <!-- Begin Quantcast -->

        <!-- End Quantcast -->

        <!-- START Parse.ly Include: Standard -->

        <!-- END Parse.ly Include -->

  </div>
  1445
gijsk commented 6 years ago

Can you post the output specifically from readability when you construct an instance with {debug: true} passed in the options? That is, replace:

        const reader = new Readability(uri, doc)

with

        const reader = new Readability(doc, {debug: true});

(Note that if you're using readability tip, you no longer need to pass a URL to it - it'll use the document URL.)

and post the log output that generates?

lazharichir commented 6 years ago

@gijsk sure, here it is below:

Reader: (Readability)  { '0': '**** grabArticle ****' }
Reader: (Readability)  { '0': 'Removing unlikely candidate - social-bar mtx25 mobile--mt clearfix ' }
Reader: (Readability)  { '0': 'Removing hidden node -  parsely-root' }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   SVGSVGElement {
     [Symbol(SameObject caches)]: 
      { className: SVGAnimatedString {},
        style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Looking at sibling node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } },
  '2': 'with score 5' }
Reader: (Readability)  { '0': 'Sibling has score', '1': 5 }
Reader: (Readability)  { '0': 'Appending node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content pre-prep: <div>\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            <h1 class="article-header__title">Republicans and Democrats should never forget what Paul Ryan said about the poor.</h1>\n\n            \n\n            \n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              <footer class="article__meta-data">\n                \n              </footer>\n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    <div class="share-bar share-bar--center mtx3 mobile--mtx2">\n      <ul class="ui-list ui-list--center">\n        <li class="ui-list__item">\n          \n        </li>\n        <li class="ui-list__item hide--mobile">\n          \n        </li>\n      </ul>\n    </div>\n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content post-prep: ' }
Reader: (Readability)  { '0': 'Article content after paging: ' }
Reader: (Readability)  { '0': 'Removing hidden node -  parsely-root' }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   SVGSVGElement {
     [Symbol(SameObject caches)]: 
      { className: SVGAnimatedString {},
        style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Looking at sibling node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } },
  '2': 'with score 5' }
Reader: (Readability)  { '0': 'Sibling has score', '1': 5 }
Reader: (Readability)  { '0': 'Appending node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content pre-prep: <div>\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            <h1 class="article-header__title">Republicans and Democrats should never forget what Paul Ryan said about the poor.</h1>\n\n            \n\n            <div class="social-bar mtx25 mobile--mt clearfix">\n              <ul class="ui-list ui-list--left">\n                <li class="ui-list__item">\n                  \n                </li>\n              </ul>\n                <ul class="ui-list ui-list--right">\n                  <li class="ui-list__item show--tablet show--laptop show--desktop">\n                    \n                  </li>\n                  <li class="ui-list__item show--laptop show--desktop">\n                    \n                  </li>\n                </ul>\n            </div>\n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              <footer class="article__meta-data">\n                \n              </footer>\n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    <div class="share-bar share-bar--center mtx3 mobile--mtx2">\n      <ul class="ui-list ui-list--center">\n        <li class="ui-list__item">\n          \n        </li>\n        <li class="ui-list__item hide--mobile">\n          \n        </li>\n      </ul>\n    </div>\n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLUListElement {
     [Symbol(SameObject caches)]: { style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLUListElement {
     [Symbol(SameObject caches)]: { style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content post-prep: ' }
Reader: (Readability)  { '0': 'Article content after paging: ' }
Reader: (Readability)  { '0': 'Removing hidden node -  parsely-root' }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   SVGSVGElement {
     [Symbol(SameObject caches)]: 
      { className: SVGAnimatedString {},
        style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Looking at sibling node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } },
  '2': 'with score 5' }
Reader: (Readability)  { '0': 'Sibling has score', '1': 5 }
Reader: (Readability)  { '0': 'Appending node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content pre-prep: <div>\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            <h1 class="article-header__title">Republicans and Democrats should never forget what Paul Ryan said about the poor.</h1>\n\n            \n\n            <div class="social-bar mtx25 mobile--mt clearfix">\n              <ul class="ui-list ui-list--left">\n                <li class="ui-list__item">\n                  \n                </li>\n              </ul>\n                <ul class="ui-list ui-list--right">\n                  <li class="ui-list__item show--tablet show--laptop show--desktop">\n                    \n                  </li>\n                  <li class="ui-list__item show--laptop show--desktop">\n                    \n                  </li>\n                </ul>\n            </div>\n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              <footer class="article__meta-data">\n                \n              </footer>\n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    <div class="share-bar share-bar--center mtx3 mobile--mtx2">\n      <ul class="ui-list ui-list--center">\n        <li class="ui-list__item">\n          \n        </li>\n        <li class="ui-list__item hide--mobile">\n          \n        </li>\n      </ul>\n    </div>\n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLUListElement {
     [Symbol(SameObject caches)]: { style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLUListElement {
     [Symbol(SameObject caches)]: { style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: HTMLCollection {},
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Cleaning Conditionally',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content post-prep: ' }
Reader: (Readability)  { '0': 'Article content after paging: ' }
Reader: (Readability)  { '0': 'Removing hidden node -  parsely-root' }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   SVGSVGElement {
     [Symbol(SameObject caches)]: 
      { className: SVGAnimatedString {},
        style: [CSSStyleDeclaration] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:',
  '1': 
   HTMLDivElement {
     [Symbol(SameObject caches)]: 
      { style: [CSSStyleDeclaration],
        children: [HTMLCollection],
        childNodes: [NodeList] } } }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Comment {} }
Reader: (Readability)  { '0': 'Moving child out:', '1': Text {} }
Reader: (Readability)  { '0': 'Looking at sibling node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } },
  '2': 'with score 5' }
Reader: (Readability)  { '0': 'Sibling has score', '1': 5 }
Reader: (Readability)  { '0': 'Appending node:',
  '1': HTMLDivElement { readability: { contentScore: 5 } } }
Reader: (Readability)  { '0': 'Article content pre-prep: <div>\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            <h1 class="article-header__title">Republicans and Democrats should never forget what Paul Ryan said about the poor.</h1>\n\n            \n\n            <div class="social-bar mtx25 mobile--mt clearfix">\n              <ul class="ui-list ui-list--left">\n                <li class="ui-list__item">\n                  \n                </li>\n              </ul>\n                <ul class="ui-list ui-list--right">\n                  <li class="ui-list__item show--tablet show--laptop show--desktop">\n                    \n                  </li>\n                  <li class="ui-list__item show--laptop show--desktop">\n                    \n                  </li>\n                </ul>\n            </div>\n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              <footer class="article__meta-data">\n                \n              </footer>\n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    <div class="share-bar share-bar--center mtx3 mobile--mtx2">\n      <ul class="ui-list ui-list--center">\n        <li class="ui-list__item">\n          \n        </li>\n        <li class="ui-list__item hide--mobile">\n          \n        </li>\n      </ul>\n    </div>\n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
Reader: (Readability)  { '0': 'Article content post-prep: <div>\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            \n\n            \n\n            <div class="social-bar mtx25 mobile--mt clearfix">\n              <ul class="ui-list ui-list--left">\n                <li class="ui-list__item">\n                  \n                </li>\n              </ul>\n                <ul class="ui-list ui-list--right">\n                  <li class="ui-list__item show--tablet show--laptop show--desktop">\n                    \n                  </li>\n                  <li class="ui-list__item show--laptop show--desktop">\n                    \n                  </li>\n                </ul>\n            </div>\n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              \n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    \n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
Reader: (Readability)  { '0': 'Article content after paging: <div id="readability-page-1" class="page">\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            \n\n            \n\n            <div class="social-bar mtx25 mobile--mt clearfix">\n              <ul class="ui-list ui-list--left">\n                <li class="ui-list__item">\n                  \n                </li>\n              </ul>\n                <ul class="ui-list ui-list--right">\n                  <li class="ui-list__item show--tablet show--laptop show--desktop">\n                    \n                  </li>\n                  <li class="ui-list__item show--laptop show--desktop">\n                    \n                  </li>\n                </ul>\n            </div>\n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              \n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    \n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
Reader: (Readability)  { '0': 'Grabbed: <div id="readability-page-1" class="page">\n    \n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">\n\n  <symbol id="ico-navicon" viewBox="0 0 28 28">\n    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-twitter" viewBox="0 0 30 28">\n    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>\n  </symbol>\n\n  <symbol id="ico-facebook" viewBox="0 0 18 30">\n    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>\n  </symbol>\n\n  <symbol id="ico-youtube" viewBox="0 0 1024 1024">\n  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>\n  </symbol>\n\n  <symbol id="ico-google-plus" viewBox="0 0 18 30">\n    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>\n  </symbol>\n\n  <symbol id="ico-plus" viewBox="0 0 20 20">\n    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>\n  </symbol>\n\n  <symbol id="ico-angle-down" viewBox="0 0 21 28">\n    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-up" viewBox="0 0 21 28">\n    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>\n  </symbol>\n\n  <symbol id="ico-times" viewBox="8 8 32 32">\n    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>\n  </symbol>\n\n  <symbol id="ico-magnify" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>\n  </symbol>\n\n  <symbol id="ico-search" viewBox="0 0 30 32">\n    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>\n  </symbol>\n\n  <symbol id="ico-search-action" viewBox="0 0 40 29">\n    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-check-circle" viewBox="0 0 28 30">\n    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-up" viewBox="0 0 18 23">\n    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-caret-down" viewBox="0 0 18 23">\n    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>\n  </symbol>\n\n  <symbol id="ico-ban" viewBox="0 0 28 30">\n    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-right" viewBox="0 0 57 100">\n    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>\n  </symbol>\n\n  <symbol id="ico-angle-left" viewBox="0 0 57 100">\n    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>\n  </symbol>\n\n  <symbol id="ico-ellipsis" viewBox="0 0 31 12">\n    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>\n  </symbol>\n\n  <symbol id="ico-help" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>\n  </symbol>\n\n  <symbol id="ico-info" viewBox="0 0 32 32">\n    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>\n  </symbol>\n\n  <symbol id="ico-check" viewBox="0 0 15 12.5">\n    <g stroke="none" fill-rule:"evenodd"=""><path class="cls-1" d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>\n  </symbol>\n\n  <symbol id="ico-play" viewBox="0 0 106.813 123.313">\n    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>\n  </symbol>\n\n  <symbol id="ico-list" viewBox="0 0 1024 1024">\n    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>\n  </symbol>\n</svg>\n\n\n\n      \n  \n  \n  \n\n\n    <div id="upworthy-web-app-wrapper" class="up-wrapper">\n\n          \n\n        <div class="text--center background--white">\n          \n        </div>\n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n              \n          </div>\n        </div>\n\n        \n\n      \n\n      \n\n      \n\n\n\n\n\n  \n<div class="layout">\n  <div id="nuggetWrapper" class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex">\n      <div id="sel-article-left-column" class="layout__story-page--left article-left-column inline-column inline-column--gutter inline-column--flex-fixed">\n        \n        <div class="article-left-column__item article-left-column__item--email-signup mtx25 mbx25">\n          \n        </div>\n        <div class="sticky">\n          \n        </div>\n      </div>\n      <div id="nuggetPage" class="layout__story-page--content mtx25 inline-column inline-column--gutter inline-column--flex">\n        <article>\n\n          <header class="article-header">\n\n            <div class="clearfix mb">\n              \n\n              \n            </div>\n\n            \n\n            \n\n            <div class="social-bar mtx25 mobile--mt clearfix">\n              <ul class="ui-list ui-list--left">\n                <li class="ui-list__item">\n                  \n                </li>\n              </ul>\n                <ul class="ui-list ui-list--right">\n                  <li class="ui-list__item show--tablet show--laptop show--desktop">\n                    \n                  </li>\n                  <li class="ui-list__item show--laptop show--desktop">\n                    \n                  </li>\n                </ul>\n            </div>\n          </header>\n\n          <div class="inline-row inline-row--gutter inline-row--flex">\n            <div id="sel-article-right-column" class="layout__story-page--right inline-column inline-column--gutter inline-column--flex-fixed">\n              \n            </div>\n\n            <div class="layout__story-page--middle inline-column inline-column--gutter inline-column--flex">\n              <div id="nuggetBody" class="article__body-content">\n                \n              </div>\n              \n              \n            </div>\n            \n          </div>\n        </article>\n      </div>\n    </div>\n    <div class="mtx25">\n      <div class="nugget-bottom-ad dfp-show-after-render inline-display center-child--inline">\n        <p><span class="divider__block text--12 text--uppercase meta--text">Advertisement</span>\n        </p>\n        <div class="push-wrapper--mobile-and-tablet">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n    \n  <div class="layout__wrapper">\n    <div class="inline-row inline-row--gutter inline-row--flex flex-align--h-center flex-wrap--mobile mtx4 mobile--mtx3 laptop--mbx3 hide--desktop">\n      <div class="inline-column inline-column--gutter inline-column--flex 1/3 tablet-1/2 mobile-1/1">\n        <div class="display--box background--white">\n          \n        </div>\n      </div>\n      <div class="inline-column inline-column--gutter inline-column--flex display--box 2/3 tablet-1/2 mobile-1/1">\n        <div class="position--full-width position--relative">\n          \n        </div>\n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        \n      </div>\n    </div>\n    <div class="inline-row">\n      <div class="inline-column 1/1">\n        <div id="sel-article-footer-grid">\n          \n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n      \n\n        <div class="layout">\n          <div class="layout__full-width background--white">\n            \n          </div>\n        </div>\n\n      <!-- Global Pixel Tracker DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      <!-- Out of page DFP Slot -->\n      <div class="pixel-slot">\n        \n      </div>\n\n      \n    </div><!-- /#upworthy-web-app-wrapper -->\n\n    \n\n    \n    \n\n    <!-- Google Analytics -->\n    \n\n      \n\n    \n    \n    \n\n    \n\n        \n\n    <!-- Twitter intents -->\n    \n\n    <!-- youtube and friends -->\n    \n\n      <!-- Facebook Pixel Code -->\n      \n      \n      <!-- End Facebook Pixel Code -->\n\n      <!-- Comscore -->\n      \n\n\n      <!-- Begin Quantcast -->\n      \n      \n      <!-- End Quantcast -->\n\n      <!-- START Parse.ly Include: Standard -->\n      \n      \n      <!-- END Parse.ly Include -->\n    \n  \n\n</div>' }
> Readability done
Republicans and Democrats should never forget what Paul Ryan said about the poor.
null
<div id="readability-page-1" class="page">

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="display: none;">

  <symbol id="ico-navicon" viewBox="0 0 28 28">
    <path d="M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z"></path>
  </symbol>

  <symbol id="ico-twitter" viewBox="0 0 30 28">
    <path d="M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z"></path>
  </symbol>

  <symbol id="ico-facebook" viewBox="0 0 18 30">
    <path d="M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z"></path>
  </symbol>

  <symbol id="ico-youtube" viewBox="0 0 1024 1024">
  <path d="M832 128h-640c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-384c0-105.6-86.4-192-192-192zM384 768v-512l320 256-320 256z"></path>
  </symbol>

  <symbol id="ico-google-plus" viewBox="0 0 18 30">
    <path d="M1181 913q0 208-87 370.5t-248 254-369 91.5q-149 0-285-58t-234-156-156-234-58-285 58-285 156-234 234-156 285-58q286 0 491 192l-199 191q-117-113-292-113-123 0-227.5 62t-165.5 168.5-61 232.5 61 232.5 165.5 168.5 227.5 62q83 0 152.5-23t114.5-57.5 78.5-78.5 49-83 21.5-74h-416v-252h692q12 63 12 122zm867-122v210h-209v209h-210v-209h-209v-210h209v-209h210v209h209z"></path>
  </symbol>

  <symbol id="ico-plus" viewBox="0 0 20 20">
    <polygon points="20 8.5 11.5 8.5 11.5 0 8.5 0 8.5 8.5 0 8.5 0 11.5 8.5 11.5 8.5 20 11.5 20 11.5 11.5 20 11.5 20 8.5"></polygon>
  </symbol>

  <symbol id="ico-angle-down" viewBox="0 0 21 28">
    <path d="M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z"></path>
  </symbol>

  <symbol id="ico-angle-up" viewBox="0 0 21 28">
    <path d="M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z"></path>
  </symbol>

  <symbol id="ico-times" viewBox="8 8 32 32">
    <path d="M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z"></path><path d="M0 0h48v48h-48z" fill="none"></path>
  </symbol>

  <symbol id="ico-magnify" viewBox="0 0 30 32">
    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z"></path>
  </symbol>

  <symbol id="ico-search" viewBox="0 0 30 32">
    <path d="M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z"></path>
  </symbol>

  <symbol id="ico-search-action" viewBox="0 0 40 29">
    <g stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M23.5 21.9C21 24.8 17.4 26.7 13.3 26.7 5.9 26.7 0 20.7 0 13.3 0 6 5.9 0 13.3 0 20.6 0 26.6 6 26.6 13.3 26.6 14.9 26.3 16.5 25.8 17.9L40 24.8 38 29 23.5 21.9ZM13.3 22.2C18.2 22.2 22.1 18.3 22.1 13.3 22.1 8.4 18.2 4.4 13.3 4.4 8.4 4.4 4.4 8.4 4.4 13.3 4.4 18.3 8.4 22.2 13.3 22.2Z"></path></g>
  </symbol>

  <symbol id="ico-check-circle" viewBox="0 0 28 30">
    <path d="M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z"></path>
  </symbol>

  <symbol id="ico-caret-up" viewBox="0 0 18 23">
    <path d="M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z"></path>
  </symbol>

  <symbol id="ico-caret-down" viewBox="0 0 18 23">
    <path d="M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z"></path>
  </symbol>

  <symbol id="ico-ban" viewBox="0 0 28 30">
    <path d="M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z"></path>
  </symbol>

  <symbol id="ico-angle-right" viewBox="0 0 57 100">
    <path d="M56.042,50.057l-48.8,49.9-6.1-6.24L43.8,50.062,0.957,6.221,7.077-.039,56.041,50.022l-0.016.017Z"></path>
  </symbol>

  <symbol id="ico-angle-left" viewBox="0 0 57 100">
    <path d="M1 50.1l48.8 49.9 6.1-6.2L13.2 50.1 56 6.2 49.9 0 1 50l0 0Z"></path>
  </symbol>

  <symbol id="ico-ellipsis" viewBox="0 0 31 12">
    <path d="M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z"></path>
  </symbol>

  <symbol id="ico-help" viewBox="0 0 32 32">
    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z"></path>
  </symbol>

  <symbol id="ico-info" viewBox="0 0 32 32">
    <path d="M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z"></path>
  </symbol>

  <symbol id="ico-check" viewBox="0 0 15 12.5">
    <g stroke="none" fill-rule:"evenodd"=""><path d="M2.8 4.3 5.5 7.1l7-7.1L15 2.5 5.3 12.5 0 7.1Z"></path></g>
  </symbol>

  <symbol id="ico-play" viewBox="0 0 106.813 123.313">
    <path d="M219.705,150.284L112.914,211.939V88.628Z" transform="translate(-112.906 -88.625)"></path>
  </symbol>

  <symbol id="ico-list" viewBox="0 0 1024 1024">
    <path d="M819.2 460.8h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2zM204.8 358.4h614.4c28.314 0 51.2-22.938 51.2-51.2s-22.886-51.2-51.2-51.2h-614.4c-28.262 0-51.2 22.938-51.2 51.2s22.938 51.2 51.2 51.2zM819.2 665.6h-614.4c-28.262 0-51.2 22.886-51.2 51.2s22.938 51.2 51.2 51.2h614.4c28.314 0 51.2-22.886 51.2-51.2s-22.886-51.2-51.2-51.2z"></path>
  </symbol>
</svg>

    <div id="upworthy-web-app-wrapper">

        <div>

        </div>

        <div>
          <div>

          </div>
        </div>

<div>
  <div id="nuggetWrapper">
    <div>
      <div id="sel-article-left-column">

        <div>

        </div>
        <div>

        </div>
      </div>
      <div id="nuggetPage">
        <article>

          <header>

            <div>

            </div>

            <div>
              <ul>
                <li>

                </li>
              </ul>
                <ul>
                  <li>

                  </li>
                  <li>

                  </li>
                </ul>
            </div>
          </header>

          <div>
            <div id="sel-article-right-column">

            </div>

            <div>
              <div id="nuggetBody">

              </div>

            </div>

          </div>
        </article>
      </div>
    </div>
    <div>
      <div>
        <p><span>Advertisement</span>
        </p>
        <div>

        </div>
      </div>
    </div>
  </div>

  <div>
    <div>
      <div>
        <div>

        </div>
      </div>
      <div>
        <div>

        </div>
      </div>
    </div>
    <div>
      <div>

      </div>
    </div>
    <div>
      <div>
        <div id="sel-article-footer-grid">

        </div>
      </div>
    </div>
  </div>
</div>

        <div>
          <div>

          </div>
        </div>

      <!-- Global Pixel Tracker DFP Slot -->
      <div>

      </div>

      <!-- Out of page DFP Slot -->
      <div>

      </div>

    </div><!-- /#upworthy-web-app-wrapper -->

    <!-- Google Analytics -->

    <!-- Twitter intents -->

    <!-- youtube and friends -->

      <!-- Facebook Pixel Code -->

      <!-- End Facebook Pixel Code -->

      <!-- Comscore -->

      <!-- Begin Quantcast -->

      <!-- End Quantcast -->

      <!-- START Parse.ly Include: Standard -->

      <!-- END Parse.ly Include -->

</div>
1445
danburzo commented 5 years ago

@lazharichir please note that the npm package readability does not correspond to this repository.

lazharichir commented 5 years ago

Yep I know, I use the @mozilla/readability so it fetches this repo.

danburzo commented 5 years ago

Sorry, just checking! :-) Because I made this confusion a few minutes ago.