Skip to content

Commit 83d14da

Browse files
committed
Add new bylines for podcast entries in site data and tests
1 parent fbd3b2f commit 83d14da

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/fakethirtyeight/site_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"abc news live",
8181
"staff",
8282
"a fivethirtyeight chat",
83+
"a fivethirtyeight podcast",
84+
"a fivethirtyeightchat",
8385
"rotha052", # CMS account handle that surfaced as a byline
8486
}
8587
)

tests/test_site_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
("ABC News / FiveThirtyEight", []),
2424
("Staff", []),
2525
("A FiveThirtyEight Chat", []),
26+
("A FiveThirtyEight Podcast", []),
27+
("A FiveThirtyEightChat", []),
2628
("ABC News Live", []),
2729
# Pure-numeric strings (years, IDs) aren't names
2830
("2017", []),

0 commit comments

Comments
 (0)