feeds: pbfcomics: port to db

This commit is contained in:
colin 2023-01-25 23:45:16 +00:00
parent 140dd05bd1
commit 99780e30bc
2 changed files with 22 additions and 1 deletions

View File

@ -184,7 +184,7 @@ let
images = [
(mkImg "https://www.smbc-comics.com/comic/rss" // humor // daily)
(fromDb "xkcd.com" // img // humor)
(mkImg "https://pbfcomics.com/feed" // humor // infrequent)
(fromDb "pbfcomics.com" // img // humor)
# (mkImg "http://dilbert.com/feed" // humor // daily)
# ART

File diff suppressed because one or more lines are too long