[
Home
/
Overboard
/
Stats
]
[
g
]
[
calm
/
brabant
/
drenthe
/
q
/
qa
/
zellig
]
[
booru
/
wiki
]
[
v
]
[
Rules
/
Contacts
]
[
Search
]
🔍
[
Register
/
Settings
/
Log in
]
Markup /test/628
Comment
New SNCA formatting award ```python def get_replies_map(catalog): threads = catalog.select("#Grid > .mix") replies_map = {} for thread in threads: replies = int(thread["data-reply"]) link = thread.find("a")["href"] replies_map[link] = replies return replies_map ```