{
"CNN" => {
url: "http://www.cnn.com/us",
headlines_selector: ".cd__headline",
urls_selector: "h3.cd__headline",
child_selector: "a"
},
"MSNBC" => {
url: "http://www.msnbc.com/",
headlines_selector: "span.featured-slider-menu__item__link__title",
urls_selector: "ul.featured-slider-menu",
child_selector: "a"
},
"FOX" => {
url: "http://www.foxnews.com/",
headlines_selector: "section#trending li a",
urls_selector: "section#trending li",
child_selector: "a"
},
"NYTIMES" => {
url: "https://www.nytimes.com/",
headlines_selector: "section#top-news h2.story-heading a",
urls_selector: "section#top-news h2.story-heading",
child_selector: "a"
},
"BLOOMBERG" => {
url: "https://www.bloomberg.com/",
headlines_selector: "section.top-news-v3 h1 a",
urls_selector: "section.top-news-v3 h1",
child_selector: "a"
},
"GUARDIAN" => {
url: "https://www.theguardian.com/us",
headlines_selector: "section#headlines div.fc-container__inner div.fc-item__container a.u-faux-block-link__overlay.js-headline-text",
urls_selector: "section#headlines div.fc-container__inner div.fc-item__container",
child_selector: "a.u-faux-block-link__overlay.js-headline-text"
},
"HUFF POST" => {
url: "http://www.huffingtonpost.com/",
headlines_selector: "h2[class*='js-card-headline']",
urls_selector: "h2[class*='js-card-headline']",
child_selector: "a"
},
"FORBES" => {
url: "http://www.forbes.com/",
headlines_selector: "h4",
urls_selector: "h4",
child_selector: "a"
},
"WSJ" => {
url: "http://www.wsj.com/",
headlines_selector: "a.wsj-headline-link",
urls_selector: "div.cb-col",
child_selector: "a.wsj-headline-link"
},
"POLITICO" => {
url: "http://www.politico.com/",
headlines_selector: "ul.headline-list a",
urls_selector: "ul.headline-list",
child_selector: "a"
},
"FIVETHIRTYEIGHT" => {
url: "https://fivethirtyeight.com/",
headlines_selector: "div#primary h3 a",
urls_selector: "div#primary h3",
child_selector: "a"
},
"WASHINGTON POST" => {
url: "https://www.washingtonpost.com/",
headlines_selector: "section#main-content div[class*='headline'] a",
urls_selector: "section#main-content div[class*='headline']",
child_selector: "a"
},
"BBC" => {
url: "http://www.bbc.com/news",
headlines_selector: "div.column--primary span.title-link__title-text",
urls_selector: "div.column--primary",
child_selector: "a.title-link"
},
"DAILY BEAST" => {
url: "http://www.thedailybeast.com/",
headlines_selector: "li.cheat h3",
urls_selector: "li.cheat",
child_selector: "a:nth-child(2)"
},
"YAHOO" => {
url: "https://www.yahoo.com/news",
headlines_selector1: "div#mrt-node-Col1-1-WideHero h3",
headlines_selector: "div#item-0 ul li",
urls_selector: "div#item-0 ul li",
child_selector: "a[class*='D(b)']"
},
"AP" => {
url: "http://bigstory.ap.org",
headlines_selector: "h5.entry-title.node-title.title",
urls_selector: "h5.entry-title.node-title.title",
child_selector: "a:first-child"
},
"MONDE" => {
url: "http://www.lemonde.fr/",
headlines_selector: "div.titres_edito h1, h2", urls_selector: "div.titres_edito article",
child_selector: "a"
},
"INDEPENDENT UK" => {
url: "http://www.independent.co.uk",
headlines_selector: "h1:not(.box-title), h2",
urls_selector: "div.row[data-tb-region='row-2'] div.content h1, div.grid-mod-card-list ul li",
child_selector: "a"
},
"NPR" => {
url: "http://www.npr.org/",
headlines_selector: "article:not(.hp-item.attachment.volume-low) h1.title:first-child",
urls_selector: "section#main-section div.story-text",
child_selector: "a:nth-child(2)"
},
}