From 98e310d9d836977e5476053eeea8f8d77f45f1df Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 11 Mar 2021 10:07:40 +0100 Subject: [PATCH] utcnow in scraper --- resources/scripts/scrapers/product-hunt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/scrapers/product-hunt.py b/resources/scripts/scrapers/product-hunt.py index a3ea4f5d5..7dc586f71 100755 --- a/resources/scripts/scrapers/product-hunt.py +++ b/resources/scripts/scrapers/product-hunt.py @@ -1,4 +1,4 @@ -# Obtains Wikipedia's "In the news" today's articles. +# Obtains producthunt's articles. # Sample input file whose contents must be provided as stdin: "https://www.producthunt.com/topics/XXXX" import json