Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

use utf8;
use Moo;
sub site_name {
return '立場新聞'
}
sub content_text {
my ($self) = @_;
return $self->NewsExtractor::GenericExtractor::_build_content_text();
}
1;