The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#! perl
use strict;
our $VERSION = "1.04";
our $name = "Geek&Poke";
our $disabled = 1; # stopped
our $pattern =
qr{ <noscript>
<img \s+
content/v1/
[-_0-9a-z]+/
[-_0-9a-z]+/
(?<image>[^./]+\.\w+))"
}ix;
# Important: Return the package name!
__PACKAGE__;