inferred-types 0.50.13 → 0.50.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/News.d.ts +1281 -0
- package/dist/constants/News.d.ts.map +1 -0
- package/dist/constants/News.js +419 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +1 -0
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs +486 -16
- package/dist/index.js +466 -16
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/literals/index.d.ts +1 -0
- package/dist/runtime/literals/index.d.ts.map +1 -1
- package/dist/runtime/literals/index.js +1 -0
- package/dist/runtime/literals/stripWhile.d.ts +10 -0
- package/dist/runtime/literals/stripWhile.d.ts.map +1 -0
- package/dist/runtime/literals/stripWhile.js +13 -0
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.d.ts.map +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.js +22 -17
- package/dist/runtime/type-guards/urls/index.d.ts +2 -0
- package/dist/runtime/type-guards/urls/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/index.js +1 -0
- package/dist/runtime/type-guards/urls/news/australian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/australian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/australian.js +9 -0
- package/dist/runtime/type-guards/urls/news/belgium.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/belgium.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/belgium.js +9 -0
- package/dist/runtime/type-guards/urls/news/canadian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/canadian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/canadian.js +9 -0
- package/dist/runtime/type-guards/urls/news/chinese.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/chinese.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/chinese.js +9 -0
- package/dist/runtime/type-guards/urls/news/danish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/danish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/danish.js +9 -0
- package/dist/runtime/type-guards/urls/news/dutch.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/dutch.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/dutch.js +9 -0
- package/dist/runtime/type-guards/urls/news/french.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/french.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/french.js +9 -0
- package/dist/runtime/type-guards/urls/news/german.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/german.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/german.js +9 -0
- package/dist/runtime/type-guards/urls/news/index.d.ts +30 -0
- package/dist/runtime/type-guards/urls/news/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/index.js +48 -0
- package/dist/runtime/type-guards/urls/news/indian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/indian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/indian.js +9 -0
- package/dist/runtime/type-guards/urls/news/italian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/italian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/italian.js +9 -0
- package/dist/runtime/type-guards/urls/news/japanese.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/japanese.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/japanese.js +9 -0
- package/dist/runtime/type-guards/urls/news/mexican.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/mexican.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/mexican.js +9 -0
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/norwegian.js +9 -0
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/south-korean.js +9 -0
- package/dist/runtime/type-guards/urls/news/spanish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/spanish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/spanish.js +9 -0
- package/dist/runtime/type-guards/urls/news/swiss.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/swiss.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/swiss.js +9 -0
- package/dist/runtime/type-guards/urls/news/turkish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/turkish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/turkish.js +9 -0
- package/dist/runtime/type-guards/urls/news/uk.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/uk.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/uk.js +9 -0
- package/dist/runtime/type-guards/urls/news/us.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/us.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/us.js +9 -0
- package/dist/types/string-literals/character-sets/index.d.ts +2 -3
- package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/index.js +2 -3
- package/dist/types/string-literals/character-sets/urls/Github.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/Url.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/index.d.ts +5 -0
- package/dist/types/string-literals/character-sets/urls/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/index.js +4 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/french.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/german.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/index.d.ts +43 -0
- package/dist/types/string-literals/character-sets/urls/news/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/index.js +19 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/us.js +1 -0
- package/dist/types/string-literals/character-sets/{retail-urls.d.ts → urls/retail.d.ts} +1 -1
- package/dist/types/string-literals/character-sets/urls/retail.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/retail.js +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/types/string-literals/character-sets/Github.d.ts.map +0 -1
- package/dist/types/string-literals/character-sets/Url.d.ts.map +0 -1
- package/dist/types/string-literals/character-sets/retail-urls.d.ts.map +0 -1
- /package/dist/types/string-literals/character-sets/{Github.d.ts → urls/Github.d.ts} +0 -0
- /package/dist/types/string-literals/character-sets/{Github.js → urls/Github.js} +0 -0
- /package/dist/types/string-literals/character-sets/{Url.d.ts → urls/Url.d.ts} +0 -0
- /package/dist/types/string-literals/character-sets/{Url.js → urls/Url.js} +0 -0
- /package/dist/types/string-literals/character-sets/{retail-urls.js → urls/news/australian.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"News.d.ts","sourceRoot":"","sources":["../../src/constants/News.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBV,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBhB,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBb,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAGX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,4BAA4B;AAC5B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAGX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBb,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBlB,CAAC;AAGX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBhB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBpB,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAC;AAEX,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBjB,CAAC"}
|
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
export const US_NEWS = [
|
|
2
|
+
{ company: "New York Times", baseUrls: ["www.nytimes.com"] },
|
|
3
|
+
{ company: "CNN", baseUrls: ["www.cnn.com"] },
|
|
4
|
+
{ company: "Fox News", baseUrls: ["www.foxnews.com"] },
|
|
5
|
+
{ company: "NBC News", baseUrls: ["www.nbcnews.com", "www.msnbc.com"] },
|
|
6
|
+
{ company: "ABC News", baseUrls: ["abcnews.go.com"] },
|
|
7
|
+
{ company: "The Washington Post", baseUrls: ["www.washingtonpost.com"] },
|
|
8
|
+
{ company: "USA Today", baseUrls: ["www.usatoday.com"] },
|
|
9
|
+
{ company: "Bloomberg", baseUrls: ["www.bloomberg.com"] },
|
|
10
|
+
{ company: "NPR", baseUrls: ["www.npr.org"] },
|
|
11
|
+
{ company: "CBS News", baseUrls: ["www.cbsnews.com"] },
|
|
12
|
+
{ company: "The Wall Street Journal", baseUrls: ["www.wsj.com"] },
|
|
13
|
+
{ company: "Associated Press (AP)", baseUrls: ["www.apnews.com", "www.ap.org"] },
|
|
14
|
+
{ company: "Reuters", baseUrls: ["www.reuters.com"] },
|
|
15
|
+
{ company: "Newsweek", baseUrls: ["www.newsweek.com"] },
|
|
16
|
+
{ company: "Politico", baseUrls: ["www.politico.com"] },
|
|
17
|
+
{ company: "The Atlantic", baseUrls: ["www.theatlantic.com"] },
|
|
18
|
+
{ company: "Nexstar Media Group", baseUrls: ["www.nexstar.tv"] },
|
|
19
|
+
{ company: "PBS News", baseUrls: ["www.pbs.org"] },
|
|
20
|
+
{ company: "HuffPost", baseUrls: ["www.huffpost.com"] },
|
|
21
|
+
{ company: "The Boston Globe", baseUrls: ["www.bostonglobe.com"] }
|
|
22
|
+
];
|
|
23
|
+
export const UK_NEWS = [
|
|
24
|
+
{ company: "BBC", baseUrls: ["www.bbc.co.uk", "www.bbc.com"] },
|
|
25
|
+
{ company: "The Guardian", baseUrls: ["www.theguardian.com/uk"] },
|
|
26
|
+
{ company: "The Daily Mail", baseUrls: ["www.dailymail.co.uk"] },
|
|
27
|
+
{ company: "The Sun", baseUrls: ["www.thesun.co.uk"] },
|
|
28
|
+
{ company: "The Times", baseUrls: ["www.thetimes.co.uk"] },
|
|
29
|
+
{ company: "Sky News", baseUrls: ["news.sky.com"] },
|
|
30
|
+
{ company: "The Telegraph", baseUrls: ["www.telegraph.co.uk"] },
|
|
31
|
+
{ company: "ITV News", baseUrls: ["www.itv.com/news"] },
|
|
32
|
+
{ company: "Financial Times", baseUrls: ["www.ft.com"] },
|
|
33
|
+
{ company: "Metro", baseUrls: ["www.metro.co.uk"] },
|
|
34
|
+
{ company: "The Independent", baseUrls: ["www.independent.co.uk"] },
|
|
35
|
+
{ company: "Evening Standard", baseUrls: ["www.standard.co.uk"] },
|
|
36
|
+
{ company: "Daily Mirror", baseUrls: ["www.mirror.co.uk"] },
|
|
37
|
+
{ company: "Channel 4 News", baseUrls: ["www.channel4.com/news"] },
|
|
38
|
+
{ company: "LBC", baseUrls: ["www.lbc.co.uk"] },
|
|
39
|
+
{ company: "Daily Express", baseUrls: ["www.express.co.uk"] },
|
|
40
|
+
{ company: "Birmingham Mail", baseUrls: ["www.birminghammail.co.uk"] },
|
|
41
|
+
{ company: "Manchester Evening News", baseUrls: ["www.manchestereveningnews.co.uk"] },
|
|
42
|
+
{ company: "The Scotsman", baseUrls: ["www.scotsman.com"] },
|
|
43
|
+
{ company: "Daily Record", baseUrls: ["www.dailyrecord.co.uk"] }
|
|
44
|
+
];
|
|
45
|
+
export const GERMAN_NEWS = [
|
|
46
|
+
{ company: "BILD", baseUrls: ["www.bild.de"] },
|
|
47
|
+
{ company: "Die Zeit", baseUrls: ["www.zeit.de"] },
|
|
48
|
+
{ company: "Frankfurter Allgemeine Zeitung", baseUrls: ["www.faz.net"] },
|
|
49
|
+
{ company: "Süddeutsche Zeitung", baseUrls: ["www.sueddeutsche.de"] },
|
|
50
|
+
{ company: "Der Spiegel", baseUrls: ["www.spiegel.de"] },
|
|
51
|
+
{ company: "Die Welt", baseUrls: ["www.welt.de"] },
|
|
52
|
+
{ company: "Tagesschau", baseUrls: ["www.tagesschau.de"] },
|
|
53
|
+
{ company: "t-online", baseUrls: ["www.t-online.de"] },
|
|
54
|
+
{ company: "n-tv", baseUrls: ["www.n-tv.de"] },
|
|
55
|
+
{ company: "Handelsblatt", baseUrls: ["www.handelsblatt.com"] },
|
|
56
|
+
{ company: "Focus Online", baseUrls: ["www.focus.de"] },
|
|
57
|
+
{ company: "Frankfurter Rundschau", baseUrls: ["www.fr.de", "www.fr-online.de"] },
|
|
58
|
+
{ company: "taz - die tageszeitung", baseUrls: ["www.taz.de"] },
|
|
59
|
+
{ company: "Der Tagesspiegel", baseUrls: ["www.tagesspiegel.de"] },
|
|
60
|
+
{ company: "Rheinische Post", baseUrls: ["www.rp-online.de"] },
|
|
61
|
+
{ company: "Express", baseUrls: ["www.express.de"] },
|
|
62
|
+
{ company: "Münchner Merkur", baseUrls: ["www.merkur.de"] },
|
|
63
|
+
{ company: "Stuttgarter Zeitung", baseUrls: ["www.stuttgarter-zeitung.de"] },
|
|
64
|
+
{ company: "Hamburger Abendblatt", baseUrls: ["www.abendblatt.de"] },
|
|
65
|
+
{ company: "Deutsche Welle", baseUrls: ["www.dw.com"] }
|
|
66
|
+
];
|
|
67
|
+
export const FRENCH_NEWS = [
|
|
68
|
+
{ company: "Le Figaro", baseUrls: ["www.lefigaro.fr"] },
|
|
69
|
+
{ company: "Le Monde", baseUrls: ["www.lemonde.fr"] },
|
|
70
|
+
{ company: "France 24", baseUrls: ["www.france24.com"] },
|
|
71
|
+
{ company: "Libération", baseUrls: ["www.liberation.fr"] },
|
|
72
|
+
{ company: "Les Echos", baseUrls: ["www.lesechos.fr"] },
|
|
73
|
+
{ company: "Ouest-France", baseUrls: ["www.ouest-france.fr"] },
|
|
74
|
+
{ company: "Le Parisien", baseUrls: ["www.leparisien.fr"] },
|
|
75
|
+
{ company: "Mediapart", baseUrls: ["www.mediapart.fr"] },
|
|
76
|
+
{ company: "L'Express", baseUrls: ["www.lexpress.fr"] },
|
|
77
|
+
{ company: "La Croix", baseUrls: ["www.la-croix.com"] },
|
|
78
|
+
{ company: "20 Minutes", baseUrls: ["www.20minutes.fr"] },
|
|
79
|
+
{ company: "Courrier International", baseUrls: ["www.courrierinternational.com"] },
|
|
80
|
+
{ company: "Le Point", baseUrls: ["www.lepoint.fr"] },
|
|
81
|
+
{ company: "Marianne", baseUrls: ["www.marianne.net"] },
|
|
82
|
+
{ company: "BFM TV", baseUrls: ["www.bfmtv.com"] },
|
|
83
|
+
{ company: "RTL France", baseUrls: ["www.rtl.fr"] },
|
|
84
|
+
{ company: "Charlie Hebdo", baseUrls: ["www.charliehebdo.fr"] },
|
|
85
|
+
{ company: "Challenges", baseUrls: ["www.challenges.fr"] },
|
|
86
|
+
{ company: "Télérama", baseUrls: ["www.telerama.fr"] },
|
|
87
|
+
{ company: "L'Obs", baseUrls: ["www.nouvelobs.com"] }
|
|
88
|
+
];
|
|
89
|
+
export const CANADIAN_NEWS = [
|
|
90
|
+
{ company: "CBC News", baseUrls: ["www.cbc.ca"] },
|
|
91
|
+
{ company: "CTV News", baseUrls: ["www.ctvnews.ca"] },
|
|
92
|
+
{ company: "The Globe and Mail", baseUrls: ["www.theglobeandmail.com"] },
|
|
93
|
+
{ company: "Global News", baseUrls: ["www.globalnews.ca"] },
|
|
94
|
+
{ company: "Toronto Star", baseUrls: ["www.thestar.com"] },
|
|
95
|
+
{ company: "National Post", baseUrls: ["www.nationalpost.com"] },
|
|
96
|
+
{ company: "La Presse", baseUrls: ["www.lapresse.ca"] },
|
|
97
|
+
{ company: "Radio-Canada", baseUrls: ["ici.radio-canada.ca"] },
|
|
98
|
+
{ company: "The Canadian Press", baseUrls: ["www.thecanadianpress.com"] },
|
|
99
|
+
{ company: "Financial Post", baseUrls: ["financialpost.com"] },
|
|
100
|
+
{ company: "The Weather Network", baseUrls: ["www.theweathernetwork.com"] },
|
|
101
|
+
{ company: "Le Devoir", baseUrls: ["www.ledevoir.com"] },
|
|
102
|
+
{ company: "TVA Nouvelles", baseUrls: ["www.tvanouvelles.ca"] },
|
|
103
|
+
{ company: "Journal de Montréal", baseUrls: ["www.journaldemontreal.com"] },
|
|
104
|
+
{ company: "CityNews", baseUrls: ["www.citynews.ca"] },
|
|
105
|
+
{ company: "BNN Bloomberg", baseUrls: ["www.bnnbloomberg.ca"] },
|
|
106
|
+
{ company: "The Hamilton Spectator", baseUrls: ["www.thespec.com"] },
|
|
107
|
+
{ company: "Ottawa Citizen", baseUrls: ["ottawacitizen.com"] },
|
|
108
|
+
{ company: "Windsor Star", baseUrls: ["windsorstar.com"] },
|
|
109
|
+
{ company: "Edmonton Journal", baseUrls: ["edmontonjournal.com"] }
|
|
110
|
+
];
|
|
111
|
+
export const DUTCH_NEWS = [
|
|
112
|
+
{ company: "Algemeen Dagblad (AD)", baseUrls: ["www.ad.nl"] },
|
|
113
|
+
{ company: "NOS", baseUrls: ["www.nos.nl"] },
|
|
114
|
+
{ company: "De Telegraaf", baseUrls: ["www.telegraaf.nl"] },
|
|
115
|
+
{ company: "NU.nl", baseUrls: ["www.nu.nl"] },
|
|
116
|
+
{ company: "Volkskrant", baseUrls: ["www.volkskrant.nl"] },
|
|
117
|
+
{ company: "NRC Handelsblad", baseUrls: ["www.nrc.nl"] },
|
|
118
|
+
{ company: "Trouw", baseUrls: ["www.trouw.nl"] },
|
|
119
|
+
{ company: "Het Parool", baseUrls: ["www.parool.nl"] },
|
|
120
|
+
{ company: "RTL Nieuws", baseUrls: ["www.rtlnieuws.nl"] },
|
|
121
|
+
{ company: "BNR Nieuwsradio", baseUrls: ["www.bnr.nl"] },
|
|
122
|
+
{ company: "Emerce", baseUrls: ["www.emerce.nl"] },
|
|
123
|
+
{ company: "VPRO", baseUrls: ["www.vpro.nl"] },
|
|
124
|
+
{ company: "De Gelderlander", baseUrls: ["www.gelderlander.nl"] },
|
|
125
|
+
{ company: "Friesch Dagblad", baseUrls: ["www.frieschdagblad.nl"] },
|
|
126
|
+
{ company: "De Stentor", baseUrls: ["www.destentor.nl"] },
|
|
127
|
+
{ company: "Metro Nieuws", baseUrls: ["www.metronieuws.nl"] },
|
|
128
|
+
{ company: "ANP", baseUrls: ["www.anp.nl"] },
|
|
129
|
+
{ company: "Dagblad van het Noorden", baseUrls: ["www.dvhn.nl"] },
|
|
130
|
+
{ company: "Reformatorisch Dagblad", baseUrls: ["www.rd.nl"] },
|
|
131
|
+
{ company: "Financieele Dagblad", baseUrls: ["www.fd.nl"] }
|
|
132
|
+
];
|
|
133
|
+
export const ITALIAN_NEWS = [
|
|
134
|
+
{ company: "ANSA", baseUrls: ["www.ansa.it", "www.ansamed.info"] },
|
|
135
|
+
{ company: "Corriere della Sera", baseUrls: ["www.corriere.it"] },
|
|
136
|
+
{ company: "la Repubblica", baseUrls: ["www.repubblica.it"] },
|
|
137
|
+
{ company: "Il Sole 24 Ore", baseUrls: ["www.ilsole24ore.com"] },
|
|
138
|
+
{ company: "La Stampa", baseUrls: ["www.lastampa.it"] },
|
|
139
|
+
{ company: "Il Messaggero", baseUrls: ["www.ilmessaggero.it"] },
|
|
140
|
+
{ company: "Il Giornale", baseUrls: ["www.ilgiornale.it"] },
|
|
141
|
+
{ company: "Avvenire", baseUrls: ["www.avvenire.it"] },
|
|
142
|
+
{ company: "Il Fatto Quotidiano", baseUrls: ["www.ilfattoquotidiano.it"] },
|
|
143
|
+
{ company: "La Nazione", baseUrls: ["www.lanazione.it"] },
|
|
144
|
+
{ company: "TgCom24", baseUrls: ["www.tgcom24.mediaset.it"] },
|
|
145
|
+
{ company: "Sky TG24", baseUrls: ["tg24.sky.it"] },
|
|
146
|
+
{ company: "Rai News", baseUrls: ["www.rainews.it"] },
|
|
147
|
+
{ company: "Gazzetta dello Sport", baseUrls: ["www.gazzetta.it"] },
|
|
148
|
+
{ company: "Il Resto del Carlino", baseUrls: ["www.ilrestodelcarlino.it"] },
|
|
149
|
+
{ company: "Il Mattino", baseUrls: ["www.ilmattino.it"] },
|
|
150
|
+
{ company: "Il Secolo XIX", baseUrls: ["www.ilsecoloxix.it"] },
|
|
151
|
+
{ company: "Italia Oggi", baseUrls: ["www.italiaoggi.it"] },
|
|
152
|
+
{ company: "Libero", baseUrls: ["www.liberoquotidiano.it"] },
|
|
153
|
+
{ company: "Il Tirreno", baseUrls: ["www.iltirreno.it"] }
|
|
154
|
+
];
|
|
155
|
+
export const BELGIUM_NEWS = [
|
|
156
|
+
{ company: "Het Laatste Nieuws (HLN)", baseUrls: ["www.hln.be"] },
|
|
157
|
+
{ company: "Nieuwsblad", baseUrls: ["www.nieuwsblad.be"] },
|
|
158
|
+
{ company: "RTBF", baseUrls: ["www.rtbf.be"] },
|
|
159
|
+
{ company: "Sudinfo", baseUrls: ["www.sudinfo.be"] },
|
|
160
|
+
{ company: "7sur7", baseUrls: ["www.7sur7.be"] },
|
|
161
|
+
{ company: "Le Soir", baseUrls: ["www.lesoir.be"] },
|
|
162
|
+
{ company: "De Standaard", baseUrls: ["www.standaard.be"] },
|
|
163
|
+
{ company: "VRT NWS", baseUrls: ["www.vrt.be"] },
|
|
164
|
+
{ company: "La Libre", baseUrls: ["www.lalibre.be"] },
|
|
165
|
+
{ company: "Gazet van Antwerpen", baseUrls: ["www.gva.be"] },
|
|
166
|
+
{ company: "Het Belang van Limburg", baseUrls: ["www.hbvl.be"] },
|
|
167
|
+
{ company: "De Morgen", baseUrls: ["www.demorgen.be"] },
|
|
168
|
+
{ company: "L'Avenir", baseUrls: ["www.lavenir.net"] },
|
|
169
|
+
{ company: "The Brussels Times", baseUrls: ["www.brusselstimes.com"] },
|
|
170
|
+
{ company: "Metro Belgique", baseUrls: ["nl.metrotime.be"] },
|
|
171
|
+
{ company: "Sudpresse", baseUrls: ["www.sudpress.be"] },
|
|
172
|
+
{ company: "Flamish Radio and TV Broadcasting Organization (VRT)", baseUrls: ["www.vrt.be"] },
|
|
173
|
+
{ company: "Knack", baseUrls: ["www.knack.be"] },
|
|
174
|
+
{ company: "De Tijd", baseUrls: ["www.tijd.be"] },
|
|
175
|
+
{ company: "BX1", baseUrls: ["www.bx1.be"] }
|
|
176
|
+
];
|
|
177
|
+
export const MEXICAN_NEWS = [
|
|
178
|
+
{ company: "Televisa", baseUrls: ["www.televisa.news"] },
|
|
179
|
+
{ company: "El Universal", baseUrls: ["www.eluniversal.com.mx"] },
|
|
180
|
+
{ company: "Milenio", baseUrls: ["www.milenio.com"] },
|
|
181
|
+
{ company: "Excélsior", baseUrls: ["www.excelsior.com.mx"] },
|
|
182
|
+
{ company: "Reforma", baseUrls: ["www.reforma.com"] },
|
|
183
|
+
{ company: "La Jornada", baseUrls: ["www.jornada.com.mx"] },
|
|
184
|
+
{ company: "El Financiero", baseUrls: ["www.elfinanciero.com.mx"] },
|
|
185
|
+
{ company: "Proceso", baseUrls: ["www.proceso.com.mx"] },
|
|
186
|
+
{ company: "SDP Noticias", baseUrls: ["www.sdpnoticias.com"] },
|
|
187
|
+
{ company: "Diario de Yucatán", baseUrls: ["www.yucatan.com.mx"] },
|
|
188
|
+
{ company: "El Economista", baseUrls: ["www.eleconomista.com.mx"] },
|
|
189
|
+
{ company: "El Heraldo de México", baseUrls: ["www.heraldodemexico.com.mx"] },
|
|
190
|
+
{ company: "Noticieros Televisa", baseUrls: ["noticieros.televisa.com"] },
|
|
191
|
+
{ company: "Expansión", baseUrls: ["expansion.mx"] },
|
|
192
|
+
{ company: "La Razón", baseUrls: ["www.razon.com.mx"] },
|
|
193
|
+
{ company: "Noroeste", baseUrls: ["www.noroeste.com.mx"] },
|
|
194
|
+
{ company: "Uniradio Noticias", baseUrls: ["www.uniradionoticias.com"] },
|
|
195
|
+
{ company: "El Imparcial", baseUrls: ["www.elimparcial.com"] },
|
|
196
|
+
{ company: "Publimetro México", baseUrls: ["www.publimetro.com.mx"] },
|
|
197
|
+
{ company: "Notimex", baseUrls: ["www.notimex.gob.mx"] }
|
|
198
|
+
];
|
|
199
|
+
export const SPANISH_NEWS = [
|
|
200
|
+
{ company: "El País", baseUrls: ["www.elpais.com"] },
|
|
201
|
+
{ company: "El Mundo", baseUrls: ["www.elmundo.es"] },
|
|
202
|
+
{ company: "ABC", baseUrls: ["www.abc.es"] },
|
|
203
|
+
{ company: "La Vanguardia", baseUrls: ["www.lavanguardia.com"] },
|
|
204
|
+
{ company: "El Confidencial", baseUrls: ["www.elconfidencial.com"] },
|
|
205
|
+
{ company: "La Razón", baseUrls: ["www.larazon.es"] },
|
|
206
|
+
{ company: "20 Minutos", baseUrls: ["www.20minutos.es"] },
|
|
207
|
+
{ company: "Agencia EFE", baseUrls: ["www.efe.com"] },
|
|
208
|
+
{ company: "Europa Press", baseUrls: ["www.europapress.es"] },
|
|
209
|
+
{ company: "Diario AS", baseUrls: ["www.as.com"] },
|
|
210
|
+
{ company: "Mundo Deportivo", baseUrls: ["www.mundodeportivo.com"] },
|
|
211
|
+
{ company: "El Periódico", baseUrls: ["www.elperiodico.com"] },
|
|
212
|
+
{ company: "Cinco Días", baseUrls: ["www.cincodias.com"] },
|
|
213
|
+
{ company: "Expansión", baseUrls: ["www.expansion.com"] },
|
|
214
|
+
{ company: "La Información", baseUrls: ["www.lainformacion.com"] },
|
|
215
|
+
{ company: "OK Diario", baseUrls: ["www.okdiario.com"] },
|
|
216
|
+
{ company: "Heraldo de Aragón", baseUrls: ["www.heraldo.es"] },
|
|
217
|
+
{ company: "Faro de Vigo", baseUrls: ["www.farodevigo.es"] },
|
|
218
|
+
{ company: "El Correo", baseUrls: ["www.elcorreo.com"] },
|
|
219
|
+
{ company: "Diario Sur", baseUrls: ["www.diariosur.es"] }
|
|
220
|
+
];
|
|
221
|
+
export const INDIAN_NEWS = [
|
|
222
|
+
{ company: "The Times of India", baseUrls: ["timesofindia.indiatimes.com"] },
|
|
223
|
+
{ company: "The Hindu", baseUrls: ["www.thehindu.com"] },
|
|
224
|
+
{ company: "Hindustan Times", baseUrls: ["www.hindustantimes.com"] },
|
|
225
|
+
{ company: "NDTV", baseUrls: ["www.ndtv.com"] },
|
|
226
|
+
{ company: "India Today", baseUrls: ["www.indiatoday.in"] },
|
|
227
|
+
{ company: "Zee News", baseUrls: ["zeenews.india.com"] },
|
|
228
|
+
{ company: "Indian Express", baseUrls: ["indianexpress.com"] },
|
|
229
|
+
{ company: "The Economic Times", baseUrls: ["economictimes.indiatimes.com"] },
|
|
230
|
+
{ company: "Deccan Herald", baseUrls: ["www.deccanherald.com"] },
|
|
231
|
+
{ company: "DNA India", baseUrls: ["www.dnaindia.com"] },
|
|
232
|
+
{ company: "The Print", baseUrls: ["theprint.in"] },
|
|
233
|
+
{ company: "News18", baseUrls: ["www.news18.com"] },
|
|
234
|
+
{ company: "Scroll.in", baseUrls: ["scroll.in"] },
|
|
235
|
+
{ company: "Asian News International (ANI)", baseUrls: ["www.aninews.in"] },
|
|
236
|
+
{ company: "Outlook India", baseUrls: ["www.outlookindia.com"] },
|
|
237
|
+
{ company: "Business Standard", baseUrls: ["www.business-standard.com"] },
|
|
238
|
+
{ company: "Mint", baseUrls: ["www.livemint.com"] },
|
|
239
|
+
{ company: "OneIndia", baseUrls: ["www.oneindia.com"] },
|
|
240
|
+
{ company: "Quint", baseUrls: ["www.thequint.com"] },
|
|
241
|
+
{ company: "Free Press Journal", baseUrls: ["www.freepressjournal.in"] }
|
|
242
|
+
];
|
|
243
|
+
export const CHINESE_NEWS = [
|
|
244
|
+
{ company: "Xinhua News Agency", baseUrls: ["www.xinhuanet.com"] },
|
|
245
|
+
{ company: "China Central Television (CCTV)", baseUrls: ["www.cctv.com"] },
|
|
246
|
+
{ company: "China Daily", baseUrls: ["www.chinadaily.com.cn"] },
|
|
247
|
+
{ company: "CGTN (China Global Television Network)", baseUrls: ["www.cgtn.com"] },
|
|
248
|
+
{ company: "People's Daily", baseUrls: ["www.people.cn"] },
|
|
249
|
+
{ company: "Global Times", baseUrls: ["www.globaltimes.cn"] },
|
|
250
|
+
{ company: "South China Morning Post", baseUrls: ["www.scmp.com"] },
|
|
251
|
+
{ company: "Shanghai Daily", baseUrls: ["www.shanghaidaily.com"] },
|
|
252
|
+
{ company: "China News Service", baseUrls: ["www.ecns.cn"] },
|
|
253
|
+
{ company: "Caixin", baseUrls: ["www.caixinglobal.com"] },
|
|
254
|
+
{ company: "The Paper", baseUrls: ["www.thepaper.cn"] },
|
|
255
|
+
{ company: "Yicai Global", baseUrls: ["www.yicaiglobal.com"] },
|
|
256
|
+
{ company: "Economic Daily", baseUrls: ["www.ce.cn"] },
|
|
257
|
+
{ company: "21st Century Business Herald", baseUrls: ["www.21jingji.com"] },
|
|
258
|
+
{ company: "Beijing Review", baseUrls: ["www.bjreview.com"] },
|
|
259
|
+
{ company: "China Economic Net", baseUrls: ["www.ce.cn"] },
|
|
260
|
+
{ company: "Tencent News", baseUrls: ["news.qq.com"] },
|
|
261
|
+
{ company: "Sina News", baseUrls: ["news.sina.com.cn"] },
|
|
262
|
+
{ company: "NetEase News", baseUrls: ["news.163.com"] },
|
|
263
|
+
{ company: "Phoenix TV", baseUrls: ["www.ifeng.com"] }
|
|
264
|
+
];
|
|
265
|
+
/** news sites in Denmark */
|
|
266
|
+
export const DANISH_NEWS = [
|
|
267
|
+
{ company: "Politiken", baseUrls: ["www.politiken.dk"] },
|
|
268
|
+
{ company: "Berlingske", baseUrls: ["www.berlingske.dk"] },
|
|
269
|
+
{ company: "Jyllands-Posten", baseUrls: ["jyllands-posten.dk"] },
|
|
270
|
+
{ company: "Ekstra Bladet", baseUrls: ["ekstrabladet.dk"] },
|
|
271
|
+
{ company: "Information", baseUrls: ["www.information.dk"] },
|
|
272
|
+
{ company: "BT", baseUrls: ["www.bt.dk"] },
|
|
273
|
+
{ company: "Weekendavisen", baseUrls: ["www.weekendavisen.dk"] },
|
|
274
|
+
{ company: "Fyens Stiftstidende", baseUrls: ["fyens.dk"] },
|
|
275
|
+
{ company: "Kristeligt Dagblad", baseUrls: ["www.kristeligt-dagblad.dk"] },
|
|
276
|
+
{ company: "Copenhagen Post", baseUrls: ["cphpost.dk"] },
|
|
277
|
+
{ company: "Nordjyske Stiftstidende", baseUrls: ["nordjyske.dk"] },
|
|
278
|
+
{ company: "Århus Stiftstidende", baseUrls: ["stiften.dk"] },
|
|
279
|
+
{ company: "Dagbladet Børsen", baseUrls: ["borsen.dk"] },
|
|
280
|
+
{ company: "Lokalavisen", baseUrls: ["lokalavisen.dk"] },
|
|
281
|
+
{ company: "TV2 Nyheder", baseUrls: ["tv2.dk"] },
|
|
282
|
+
{ company: "DR Nyheder", baseUrls: ["dr.dk"] },
|
|
283
|
+
{ company: "Avisen Danmark", baseUrls: ["avisen.dk"] },
|
|
284
|
+
{ company: "Fagbladet 3F", baseUrls: ["fagbladet3f.dk"] },
|
|
285
|
+
{ company: "Herning Folkeblad", baseUrls: ["herningfolkeblad.dk"] },
|
|
286
|
+
{ company: "Midtjyllands Avis", baseUrls: ["midtjyllandsavis.dk"] }
|
|
287
|
+
];
|
|
288
|
+
export const SWISS_NEWS = [
|
|
289
|
+
{ company: "Neue Zürcher Zeitung (NZZ)", baseUrls: ["www.nzz.ch"], type: ["newspaper", "digital"] },
|
|
290
|
+
{ company: "Swissinfo", baseUrls: ["www.swissinfo.ch"], type: ["digital-first"] },
|
|
291
|
+
{ company: "20 Minuten", baseUrls: ["www.20min.ch"], type: ["newspaper", "digital"] },
|
|
292
|
+
{ company: "Blick", baseUrls: ["www.blick.ch"], type: ["newspaper", "digital"] },
|
|
293
|
+
{ company: "Le Temps", baseUrls: ["www.letemps.ch"], type: ["newspaper", "digital"] },
|
|
294
|
+
{ company: "Tages-Anzeiger", baseUrls: ["www.tagesanzeiger.ch"], type: ["newspaper", "digital"] },
|
|
295
|
+
{ company: "SRF News", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
|
|
296
|
+
{ company: "Luzerner Zeitung", baseUrls: ["www.luzernerzeitung.ch"], type: ["newspaper", "digital"] },
|
|
297
|
+
{ company: "La Tribune de Genève", baseUrls: ["www.tdg.ch"], type: ["newspaper", "digital"] },
|
|
298
|
+
{ company: "Aargauer Zeitung", baseUrls: ["www.aargauerzeitung.ch"], type: ["newspaper", "digital"] },
|
|
299
|
+
{ company: "24 Heures", baseUrls: ["www.24heures.ch"], type: ["newspaper", "digital"] },
|
|
300
|
+
{ company: "Radio Télévision Suisse (RTS)", baseUrls: ["www.rts.ch"], type: ["television", "radio", "digital"] },
|
|
301
|
+
{ company: "Der Bund", baseUrls: ["www.derbund.ch"], type: ["newspaper", "digital"] },
|
|
302
|
+
{ company: "Schweizer Radio und Fernsehen (SRF)", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
|
|
303
|
+
{ company: "Basler Zeitung", baseUrls: ["www.bazonline.ch"], type: ["newspaper", "digital"] },
|
|
304
|
+
{ company: "Handelszeitung", baseUrls: ["www.handelszeitung.ch"], type: ["newspaper", "digital"] },
|
|
305
|
+
{ company: "Watson", baseUrls: ["www.watson.ch"], type: ["digital-first"] },
|
|
306
|
+
{ company: "Le Matin", baseUrls: ["www.lematin.ch"], type: ["newspaper", "digital"] },
|
|
307
|
+
{ company: "La Liberté", baseUrls: ["www.laliberte.ch"], type: ["newspaper", "digital"] },
|
|
308
|
+
{ company: "The Swiss Times", baseUrls: ["www.theswisstimes.ch"], type: ["digital-first"] }
|
|
309
|
+
];
|
|
310
|
+
export const AUSTRALIAN_NEWS = [
|
|
311
|
+
{ company: "ABC News", baseUrls: ["www.abc.net.au"], type: ["television", "radio", "digital"] },
|
|
312
|
+
{ company: "The Sydney Morning Herald", baseUrls: ["www.smh.com.au"], type: ["newspaper", "digital"] },
|
|
313
|
+
{ company: "The Australian", baseUrls: ["www.theaustralian.com.au"], type: ["newspaper", "digital"] },
|
|
314
|
+
{ company: "Herald Sun", baseUrls: ["www.heraldsun.com.au"], type: ["newspaper", "digital"] },
|
|
315
|
+
{ company: "9News", baseUrls: ["www.9news.com.au"], type: ["television", "digital"] },
|
|
316
|
+
{ company: "SBS News", baseUrls: ["www.sbs.com.au"], type: ["television", "digital", "multicultural"] },
|
|
317
|
+
{ company: "The Age", baseUrls: ["www.theage.com.au"], type: ["newspaper", "digital"] },
|
|
318
|
+
{ company: "Sky News Australia", baseUrls: ["www.skynews.com.au"], type: ["television", "digital"] },
|
|
319
|
+
{ company: "Australian Financial Review", baseUrls: ["www.afr.com"], type: ["newspaper", "digital"] },
|
|
320
|
+
{ company: "news.com.au", baseUrls: ["www.news.com.au"], type: ["digital-first"] },
|
|
321
|
+
{ company: "The Courier-Mail", baseUrls: ["www.couriermail.com.au"], type: ["newspaper", "digital"] },
|
|
322
|
+
{ company: "7NEWS", baseUrls: ["7news.com.au"], type: ["television", "digital"] },
|
|
323
|
+
{ company: "The West Australian", baseUrls: ["www.thewest.com.au"], type: ["newspaper", "digital"] },
|
|
324
|
+
{ company: "Daily Telegraph", baseUrls: ["www.dailytelegraph.com.au"], type: ["newspaper", "digital"] },
|
|
325
|
+
{ company: "Guardian Australia", baseUrls: ["www.theguardian.com/au"], type: ["digital-first"] },
|
|
326
|
+
{ company: "Crikey", baseUrls: ["www.crikey.com.au"], type: ["digital-first", "independent"] },
|
|
327
|
+
{ company: "AAP (Australian Associated Press)", baseUrls: ["www.aap.com.au"], type: ["news agency", "digital"] },
|
|
328
|
+
{ company: "NT News", baseUrls: ["www.ntnews.com.au"], type: ["newspaper", "digital"] },
|
|
329
|
+
{ company: "The Canberra Times", baseUrls: ["www.canberratimes.com.au"], type: ["newspaper", "digital"] },
|
|
330
|
+
{ company: "Brisbane Times", baseUrls: ["www.brisbanetimes.com.au"], type: ["digital-first"] }
|
|
331
|
+
];
|
|
332
|
+
export const JAPANESE_NEWS = [
|
|
333
|
+
{ company: "The Asahi Shimbun", baseUrls: ["www.asahi.com"], type: ["newspaper", "digital"] },
|
|
334
|
+
{ company: "Yomiuri Shimbun", baseUrls: ["www.yomiuri.co.jp"], type: ["newspaper", "digital"] },
|
|
335
|
+
{ company: "Nikkei", baseUrls: ["www.nikkei.com"], type: ["newspaper", "digital"] },
|
|
336
|
+
{ company: "Mainichi Shimbun", baseUrls: ["mainichi.jp"], type: ["newspaper", "digital"] },
|
|
337
|
+
{ company: "Kyodo News", baseUrls: ["www.kyodonews.jp"], type: ["news agency", "digital"] },
|
|
338
|
+
{ company: "Japan Times", baseUrls: ["www.japantimes.co.jp"], type: ["newspaper", "digital"] },
|
|
339
|
+
{ company: "NHK", baseUrls: ["www.nhk.or.jp"], type: ["television", "radio", "digital"] },
|
|
340
|
+
{ company: "Fuji News Network (FNN)", baseUrls: ["www.fnn.jp"], type: ["television", "digital"] },
|
|
341
|
+
{ company: "Sankei Shimbun", baseUrls: ["www.sankei.com"], type: ["newspaper", "digital"] },
|
|
342
|
+
{ company: "Toyo Keizai", baseUrls: ["www.toyokeizai.net"], type: ["digital", "business magazine"] },
|
|
343
|
+
{ company: "Hokkaido Shimbun", baseUrls: ["www.hokkaido-np.co.jp"], type: ["newspaper", "digital"] },
|
|
344
|
+
{ company: "Shizuoka Shimbun", baseUrls: ["www.at-s.com"], type: ["newspaper", "digital"] },
|
|
345
|
+
{ company: "Tokyo Shimbun", baseUrls: ["www.tokyo-np.co.jp"], type: ["newspaper", "digital"] },
|
|
346
|
+
{ company: "Yahoo Japan News", baseUrls: ["news.yahoo.co.jp"], type: ["digital-first"] },
|
|
347
|
+
{ company: "TBS News", baseUrls: ["news.tbs.co.jp"], type: ["television", "digital"] },
|
|
348
|
+
{ company: "Nippon TV News 24 Japan", baseUrls: ["www.news24.jp"], type: ["television", "digital"] },
|
|
349
|
+
{ company: "Jiji Press", baseUrls: ["www.jiji.com"], type: ["news agency", "digital"] },
|
|
350
|
+
{ company: "TV Asahi News", baseUrls: ["news.tv-asahi.co.jp"], type: ["television", "digital"] },
|
|
351
|
+
{ company: "WOWOW Prime News", baseUrls: ["www.wowow.co.jp"], type: ["television", "digital"] },
|
|
352
|
+
{ company: "Kansai Telecasting Corporation (KTV)", baseUrls: ["www.ktv.jp"], type: ["television", "digital"] }
|
|
353
|
+
];
|
|
354
|
+
export const SOUTH_KOREAN_NEWS = [
|
|
355
|
+
{ company: "Yonhap News Agency", baseUrls: ["www.yonhapnews.co.kr"], type: ["news agency", "digital"] },
|
|
356
|
+
{ company: "The Korea Herald", baseUrls: ["www.koreaherald.com"], type: ["newspaper", "digital"] },
|
|
357
|
+
{ company: "The Korea Times", baseUrls: ["www.koreatimes.co.kr"], type: ["newspaper", "digital"] },
|
|
358
|
+
{ company: "Chosun Ilbo", baseUrls: ["www.chosun.com"], type: ["newspaper", "digital"] },
|
|
359
|
+
{ company: "JoongAng Ilbo", baseUrls: ["www.joongang.co.kr"], type: ["newspaper", "digital"] },
|
|
360
|
+
{ company: "Dong-A Ilbo", baseUrls: ["www.donga.com"], type: ["newspaper", "digital"] },
|
|
361
|
+
{ company: "MBC News", baseUrls: ["www.imnews.imbc.com"], type: ["television", "digital"] },
|
|
362
|
+
{ company: "SBS News", baseUrls: ["news.sbs.co.kr"], type: ["television", "digital"] },
|
|
363
|
+
{ company: "KBS News", baseUrls: ["news.kbs.co.kr"], type: ["television", "radio", "digital"] },
|
|
364
|
+
{ company: "Hankyoreh", baseUrls: ["english.hani.co.kr"], type: ["newspaper", "digital"] },
|
|
365
|
+
{ company: "Maeil Business Newspaper", baseUrls: ["www.mk.co.kr"], type: ["newspaper", "digital"] },
|
|
366
|
+
{ company: "MoneyToday", baseUrls: ["www.mt.co.kr"], type: ["digital-first", "business"] },
|
|
367
|
+
{ company: "Seoul Shinmun", baseUrls: ["www.seoul.co.kr"], type: ["newspaper", "digital"] },
|
|
368
|
+
{ company: "OhmyNews", baseUrls: ["www.ohmynews.com"], type: ["digital-first"] },
|
|
369
|
+
{ company: "News1 Korea", baseUrls: ["www.news1.kr"], type: ["news agency", "digital"] },
|
|
370
|
+
{ company: "Asia Business Daily", baseUrls: ["www.asiae.co.kr"], type: ["newspaper", "digital"] },
|
|
371
|
+
{ company: "Herald Business", baseUrls: ["biz.heraldcorp.com"], type: ["newspaper", "digital"] },
|
|
372
|
+
{ company: "eDaily", baseUrls: ["www.edaily.co.kr"], type: ["digital-first", "business"] },
|
|
373
|
+
{ company: "Seoul Economic Daily", baseUrls: ["www.sedaily.com"], type: ["newspaper", "digital"] },
|
|
374
|
+
{ company: "JTBC News", baseUrls: ["news.jtbc.co.kr"], type: ["television", "digital"] }
|
|
375
|
+
];
|
|
376
|
+
export const TURKISH_NEWS = [
|
|
377
|
+
{ company: "Anadolu Agency (AA)", baseUrls: ["www.aa.com.tr"], type: ["news agency", "digital"] },
|
|
378
|
+
{ company: "Hürriyet", baseUrls: ["www.hurriyet.com.tr"], type: ["newspaper", "digital"] },
|
|
379
|
+
{ company: "Sabah", baseUrls: ["www.sabah.com.tr"], type: ["newspaper", "digital"] },
|
|
380
|
+
{ company: "Milliyet", baseUrls: ["www.milliyet.com.tr"], type: ["newspaper", "digital"] },
|
|
381
|
+
{ company: "TRT World", baseUrls: ["www.trtworld.com"], type: ["television", "digital"] },
|
|
382
|
+
{ company: "CNN Türk", baseUrls: ["www.cnnturk.com"], type: ["television", "digital"] },
|
|
383
|
+
{ company: "Sozcu", baseUrls: ["www.sozcu.com.tr"], type: ["newspaper", "digital"] },
|
|
384
|
+
{ company: "Daily Sabah", baseUrls: ["www.dailysabah.com"], type: ["newspaper", "digital"] },
|
|
385
|
+
{ company: "Yeni Şafak", baseUrls: ["www.yenisafak.com"], type: ["newspaper", "digital"] },
|
|
386
|
+
{ company: "Habertürk", baseUrls: ["www.haberturk.com"], type: ["television", "digital"] },
|
|
387
|
+
{ company: "BirGün", baseUrls: ["www.birgun.net"], type: ["newspaper", "digital"] },
|
|
388
|
+
{ company: "Türkiye Gazetesi", baseUrls: ["www.turkiyegazetesi.com.tr"], type: ["newspaper", "digital"] },
|
|
389
|
+
{ company: "Cumhuriyet", baseUrls: ["www.cumhuriyet.com.tr"], type: ["newspaper", "digital"] },
|
|
390
|
+
{ company: "Diken", baseUrls: ["www.diken.com.tr"], type: ["digital-first"] },
|
|
391
|
+
{ company: "NTV", baseUrls: ["www.ntv.com.tr"], type: ["television", "digital"] },
|
|
392
|
+
{ company: "Ensonhaber", baseUrls: ["www.ensonhaber.com"], type: ["digital-first"] },
|
|
393
|
+
{ company: "T24", baseUrls: ["www.t24.com.tr"], type: ["digital-first"] },
|
|
394
|
+
{ company: "Karar", baseUrls: ["www.karar.com"], type: ["newspaper", "digital"] },
|
|
395
|
+
{ company: "Gazete Duvar", baseUrls: ["www.gazeteduvar.com.tr"], type: ["digital-first"] },
|
|
396
|
+
{ company: "Bloomberg HT", baseUrls: ["www.bloomberght.com"], type: ["television", "digital"] }
|
|
397
|
+
];
|
|
398
|
+
export const NORWEGIAN_NEWS = [
|
|
399
|
+
{ company: "Aftenposten", baseUrls: ["www.aftenposten.no"], type: ["newspaper", "digital"] },
|
|
400
|
+
{ company: "Verdens Gang (VG)", baseUrls: ["www.vg.no"], type: ["newspaper", "digital"] },
|
|
401
|
+
{ company: "Dagbladet", baseUrls: ["www.dagbladet.no"], type: ["newspaper", "digital"] },
|
|
402
|
+
{ company: "NRK", baseUrls: ["www.nrk.no"], type: ["television", "radio", "digital"] },
|
|
403
|
+
{ company: "Dagens Næringsliv", baseUrls: ["www.dn.no"], type: ["newspaper", "digital"] },
|
|
404
|
+
{ company: "Nettavisen", baseUrls: ["www.nettavisen.no"], type: ["digital-first"] },
|
|
405
|
+
{ company: "Klassekampen", baseUrls: ["www.klassekampen.no"], type: ["newspaper", "digital"] },
|
|
406
|
+
{ company: "Morgenbladet", baseUrls: ["www.morgenbladet.no"], type: ["newspaper", "digital"] },
|
|
407
|
+
{ company: "E24", baseUrls: ["www.e24.no"], type: ["digital-first", "business"] },
|
|
408
|
+
{ company: "TV2", baseUrls: ["www.tv2.no"], type: ["television", "digital"] },
|
|
409
|
+
{ company: "Bergens Tidende", baseUrls: ["www.bt.no"], type: ["newspaper", "digital"] },
|
|
410
|
+
{ company: "Adresseavisen", baseUrls: ["www.adressa.no"], type: ["newspaper", "digital"] },
|
|
411
|
+
{ company: "Stavanger Aftenblad", baseUrls: ["www.aftenbladet.no"], type: ["newspaper", "digital"] },
|
|
412
|
+
{ company: "Fædrelandsvennen", baseUrls: ["www.fvn.no"], type: ["newspaper", "digital"] },
|
|
413
|
+
{ company: "ABC Nyheter", baseUrls: ["www.abcnyheter.no"], type: ["digital-first"] },
|
|
414
|
+
{ company: "Romerikes Blad", baseUrls: ["www.rb.no"], type: ["newspaper", "digital"] },
|
|
415
|
+
{ company: "Sunnmørsposten", baseUrls: ["www.smp.no"], type: ["newspaper", "digital"] },
|
|
416
|
+
{ company: "Finansavisen", baseUrls: ["www.finansavisen.no"], type: ["newspaper", "digital"] },
|
|
417
|
+
{ company: "Nordlys", baseUrls: ["www.nordlys.no"], type: ["newspaper", "digital"] },
|
|
418
|
+
{ company: "Hamar Arbeiderblad", baseUrls: ["www.h-a.no"], type: ["newspaper", "digital"] }
|
|
419
|
+
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC"}
|
package/dist/constants/index.js
CHANGED