NAME
Comics::Fetcher::GoComics -- Fetcher for GoComics.
SYNOPSIS
package Comics::Plugin::Garfield;
use parent qw(Comics::Fetcher::GoComics);
our $name = "Garfield";
our $url = "https://www.comics.com/garfield";
# Return the package name.
__PACKAGE__;
DESCRIPTION
The GoComics
Fetcher handles comics that are on the GoComics websites (comics.com, gocomics.com).
The Fetcher requires the common arguments:
- name
-
The full name of this comic, e.g. "Garfield".
- url
-
The base url of this comic.
Fetcher specific arguments: