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")