-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Gets sitelist from database"
This reverts commit c6b1029.
- Loading branch information
Showing
2 changed files
with
46 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
export const SEARCH_TERMS = ["Neymar"]; | ||
|
||
export const WEBSITES = [ | ||
{ mediaOutlet: "UOL", url: "http://www.uol.com.br" }, | ||
{ mediaOutlet: "Folha de S. Paulo", url: "https://www.folha.uol.com.br/" }, | ||
{ mediaOutlet: "Estado de S. Paulo", url: "https://www.estadao.com.br/" }, | ||
{ mediaOutlet: "Globo", url: "https://www.globo.com/" }, | ||
{ mediaOutlet: "G1", url: "https://g1.globo.com/" }, | ||
{ mediaOutlet: "O Globo", url: "https://oglobo.globo.com/" }, | ||
{ mediaOutlet: "R7", url: "https://www.r7.com/" }, | ||
{ mediaOutlet: "Jornal do Brasil", url: "https://www.jb.com.br/" }, | ||
{ mediaOutlet: "Globo Esporte", url: "https://globoesporte.globo.com/" }, | ||
{ mediaOutlet: "ESPN", url: "https://www.espn.com.br/" }, | ||
{ mediaOutlet: "SporTV", url: "https://sportv.globo.com/" }, | ||
{ mediaOutlet: "TNT Sports", url: "https://tntsports.com.br/" }, | ||
{ mediaOutlet: "CNN Brasil", url: "https://www.cnnbrasil.com.br/" }, | ||
{ mediaOutlet: "Veja", url: "https://veja.abril.com.br/" }, | ||
{ mediaOutlet: "Terra", url: "https://www.terra.com.br/" }, | ||
{ mediaOutlet: "IG", url: "https://www.ig.com.br/" }, | ||
{ mediaOutlet: "Nexo", url: "https://www.nexojornal.com.br/" }, | ||
{ mediaOutlet: "Metrópoles", url: "https://www.metropoles.com/" }, | ||
{ mediaOutlet: "O Dia", url: "https://odia.ig.com.br/" }, | ||
{ | ||
mediaOutlet: "Diário do Nordeste", | ||
url: "https://diariodonordeste.verdesmares.com.br/", | ||
}, | ||
{ | ||
mediaOutlet: "Correio Braziliense", | ||
url: "https://www.correiobraziliense.com.br/", | ||
}, | ||
{ mediaOutlet: "Estado de Minas", url: "https://www.em.com.br/" }, | ||
{ mediaOutlet: "O Povo", url: "https://www.opovo.com.br/" }, | ||
{ mediaOutlet: "Zero Hora", url: "https://gauchazh.clicrbs.com.br/" }, | ||
{ | ||
mediaOutlet: "Diário de Pernambuco", | ||
url: "https://www.diariodepernambuco.com.br/", | ||
}, | ||
{ mediaOutlet: "Quem", url: "https://revistaquem.globo.com/" }, | ||
{ mediaOutlet: "Caras", url: "https://caras.uol.com.br/" }, | ||
{ mediaOutlet: "Contigo", url: "https://contigo.uol.com.br/" }, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters