Help for this page

Select Code to Download


  1. or download this
        <span itemprop="thumbnail" itemscope itemtype="http://schema.org/I
    +mageObject">
            <link itemprop="url" href="http://blahblah.org/video/thumbnail
    +_23432230.jpg">
            <meta itemprop="width" content="1280">
            <meta itemprop="height" content="720">
        </span>
    
  2. or download this
        my $div = scraper {
          process 'span[itemprop="thumbnail"] > link', url => '@href';
    ...
        my $res = $div->scrape( $html );
    
        $url = $res->{url};