Update scrape-full-articles.py

This commit is contained in:
martinrotter 2022-10-17 11:51:40 +02:00 committed by GitHub
parent a14d9a4ffb
commit 577f1f9884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ import xml.etree.ElementTree as ET
# Globals.
atom_ns = {"atom": "http://www.w3.org/2005/Atom"}
article_parser_url = "https://us-central1-technews-251304.cloudfunctions.net/article-parser?url="
article_parser_url = "https://demos.pwshub.com/article-parser?url="
# Methods.