Home
/
xangelo.ca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f077f
)
sync(medium): add post count to parser
author
xangelo
<me@xangelo.ca>
Tue, 22 Jul 2025 03:48:02 +0000
(23:48 -0400)
committer
xangelo
<me@xangelo.ca>
Tue, 22 Jul 2025 03:48:02 +0000
(23:48 -0400)
.github/scripts/medium_to_hugo.py
patch
|
blob
|
history
diff --git
a/.github/scripts/medium_to_hugo.py
b/.github/scripts/medium_to_hugo.py
index 9e0b1f33d850faf8ba60848e5de7f1548fd5e791..f90d54e0d26d9bb3f0809fa733148a2abb9c8ded 100644
(file)
--- a/
.github/scripts/medium_to_hugo.py
+++ b/
.github/scripts/medium_to_hugo.py
@@
-47,6
+47,8
@@
def resolve_medium_media_links(content):
feed = feedparser.parse(RSS_URL)
+print(f"Parsing {RSS_URL}, {len(feed.entries)} posts")
+
for entry in feed.entries:
slug = slugify(entry.title)
if slug in EXISTING_SLUGS: