Help for this page

Select Code to Download


  1. or download this
        my $dom = Mojo::DOM->new($html);
        my $body = $dom->at('.article-bodycopy');
    ...
                print filter($node);
            }
        });