We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd3b2f commit 83d14daCopy full SHA for 83d14da
2 files changed
src/fakethirtyeight/site_data.py
@@ -80,6 +80,8 @@
80
"abc news live",
81
"staff",
82
"a fivethirtyeight chat",
83
+ "a fivethirtyeight podcast",
84
+ "a fivethirtyeightchat",
85
"rotha052", # CMS account handle that surfaced as a byline
86
}
87
)
tests/test_site_data.py
@@ -23,6 +23,8 @@
23
("ABC News / FiveThirtyEight", []),
24
("Staff", []),
25
("A FiveThirtyEight Chat", []),
26
+ ("A FiveThirtyEight Podcast", []),
27
+ ("A FiveThirtyEightChat", []),
28
("ABC News Live", []),
29
# Pure-numeric strings (years, IDs) aren't names
30
("2017", []),
0 commit comments