From c0a737e93ee4696ef91384fdc60df7da5d44de89 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 8 Dec 2022 08:13:18 +0100 Subject: [PATCH] add piped script --- resources/scripts/scrapers/piped-fix.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/scripts/scrapers/piped-fix.py b/resources/scripts/scrapers/piped-fix.py index c2ccd16fd..51cc6e820 100755 --- a/resources/scripts/scrapers/piped-fix.py +++ b/resources/scripts/scrapers/piped-fix.py @@ -10,7 +10,6 @@ import xml.etree.ElementTree as ET # Globals. atom_ns = {"atom": "http://www.w3.org/2005/Atom"} -article_parser_url = "https://extract-article.deta.dev/?url=" def main(): sys.stdin.reconfigure(encoding="utf-8")