From 79f098450eea4d7f68ff81ee5e5ce40cc04efa8c Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 17 Sep 2021 17:39:04 -0700 Subject: [PATCH] Add 'HasCard' URL field --- scraper/url.go | 1 + 1 file changed, 1 insertion(+) diff --git a/scraper/url.go b/scraper/url.go index de9ea07..ffe1b3a 100644 --- a/scraper/url.go +++ b/scraper/url.go @@ -16,6 +16,7 @@ type Url struct { CreatorID UserID SiteID UserID + HasCard bool IsContentDownloaded bool }