Skip to content

Commit

Permalink
the HTML spec has a new home
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 16, 2014
1 parent 50dc74d commit e3c44ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/entities.pl
Expand Up @@ -3,8 +3,7 @@
use Mojo::UserAgent;

# Extract named character references from HTML spec
my $tx = Mojo::UserAgent->new->get(
'http://www.whatwg.org/specs/web-apps/current-work/');
my $tx = Mojo::UserAgent->new->get('https://html.spec.whatwg.org');
b($_->at('td > code')->text . ' ' . $_->children('td')->[1]->text)->trim->say
for $tx->res->dom('#named-character-references-table tbody > tr')->each;

Expand Down

0 comments on commit e3c44ac

Please sign in to comment.