add piped script

This commit is contained in:
Martin Rotter 2022-12-08 08:13:18 +01:00
parent 10ff4efd9f
commit c0a737e93e

View File

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