remotes/1693045480750635534/spooky-22
Aevann1 2021-12-02 20:27:41 +02:00
parent 3e29474f6e
commit 3b950cd93f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def feeds_user(sort='hot', t='all'):
doc, tag, text = Doc().tagtext()
with tag("feed", ("xmlns:media","https://search.yahoo.com/mrss/"), xmlns="https://www.w3.org/2005/Atom",):
with tag("feed", ("xmlns:media","http://search.yahoo.com/mrss/"), xmlns="http://www.w3.org/2005/Atom",):
with tag("title", type="text"):
text(f"{sort} posts from {domain}")