From e0736d0b7aacdee757121f043ac0aea40bb02a82 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Wed, 16 Sep 2020 00:27:55 +0200 Subject: [PATCH] fix: changed parsing algorithm to string, see #7c1de70 --- lists/moz-top500/list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists/moz-top500/list.json b/lists/moz-top500/list.json index 6188eac..8ac6c0d 100644 --- a/lists/moz-top500/list.json +++ b/lists/moz-top500/list.json @@ -510,6 +510,6 @@ "url" ], "name": "Top 500 domains and pages from https://moz.com/top500", - "type": "hostname", - "version": 20200911 + "type": "string", + "version": 20200915 }