mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-06-04 08:19:36 +08:00
Compare commits
73 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb63cd00e4 | ||
|
|
6630e3a42e | ||
|
|
033d5310f8 | ||
|
|
0c2a43a2af | ||
|
|
aaeb7d12db | ||
|
|
b4e6894964 | ||
|
|
413415f999 | ||
|
|
4da4b6e02e | ||
|
|
888f298edc | ||
|
|
ede247e7ef | ||
|
|
b785241cca | ||
|
|
216065727c | ||
|
|
8178781dcd | ||
|
|
f23f06025b | ||
|
|
d5ccb245f2 | ||
|
|
6a31763c49 | ||
|
|
21dd59ebbd | ||
|
|
450a925c7f | ||
|
|
587e0d2e8d | ||
|
|
5ecf01cd52 | ||
|
|
3302067675 | ||
|
|
7683dbf56c | ||
|
|
793332a9ef | ||
|
|
0f50ca38ee | ||
|
|
8424b0c9bc | ||
|
|
0e240b66ee | ||
|
|
f464617366 | ||
|
|
17b525eae8 | ||
|
|
c9c6cc5cae | ||
|
|
70c328bbc5 | ||
|
|
86c9a5b15b | ||
|
|
9deaea5490 | ||
|
|
ca0055f769 | ||
|
|
4b388fc343 | ||
|
|
75d7e2b0f9 | ||
|
|
e81467f31f | ||
|
|
d497ed44ef | ||
|
|
f4aa566f01 | ||
|
|
d087687d38 | ||
|
|
05b91a736d | ||
|
|
1809168562 | ||
|
|
e52315798a | ||
|
|
a1b1168aa6 | ||
|
|
ccabed6bea | ||
|
|
7342559844 | ||
|
|
b85529e2c1 | ||
|
|
96ba81c611 | ||
|
|
bc87d9d9af | ||
|
|
6f91d30e82 | ||
|
|
392517514c | ||
|
|
b05789a367 | ||
|
|
7a1f974930 | ||
|
|
ef283dcbf3 | ||
|
|
ac0c4abd8b | ||
|
|
5a1194f8de | ||
|
|
a49976d54c | ||
|
|
aed5a5bf0f | ||
|
|
5793f13b9c | ||
|
|
fb58f25175 | ||
|
|
9c434fdbdc | ||
|
|
3c8cd0499e | ||
|
|
f26bb49692 | ||
|
|
8b0abf8d05 | ||
|
|
518b62444e | ||
|
|
ffc593f9bc | ||
|
|
84b5fc9f93 | ||
|
|
14761ee128 | ||
|
|
4d29b719ef | ||
|
|
a3d4de00bc | ||
|
|
aa3fb2e298 | ||
|
|
3fb71e2a60 | ||
|
|
41520782d1 | ||
|
|
24286ebb75 |
@@ -75,7 +75,7 @@ curl -fsSL https://raw.githubusercontent.com/hotyue/IP-Sentinel/main/core/instal
|
||||
- 关注机器人:在 TG 中关注官方安全网关 [@OmniBeacon_bot](https://t.me/OmniBeacon_bot) 并发送 /start。
|
||||
|
||||
- 部署 Agent:在目标 VPS 上执行以下指令,安装过程中选择官方公共网关,并输入您的 Chat ID:
|
||||
- [官方部署教程](https://blog.iot-architect.com/engineering-practice/ip-sentinel-installation-and-upgrade-guide/)
|
||||
- [官方部署教程](https://blog.iot-architect.com/engineering-practice/deploy-ip-sentinel-official-gateway/)
|
||||
```Bash
|
||||
curl -fsSL https://raw.githubusercontent.com/hotyue/IP-Sentinel/main/core/install.sh -o /tmp/ins_agent.sh && sudo bash /tmp/ins_agent.sh
|
||||
```
|
||||
|
||||
@@ -1023,9 +1023,11 @@ if [[ -n "$TG_TOKEN" ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo -e "\033[33m⚠️ 警告:请务必确保本机及云服务商安全组放行了 TCP $AGENT_PORT 端口!\033[0m"
|
||||
echo -e "\n\033[31m⚠️ 【高危警告】您的节点身份已永久锁定为公网 IP: $SAFE_PUBLIC_IP\033[0m"
|
||||
echo -e "\033[33m为确保 Master 司令部能够成功下发指令,您【必须】前往云服务商 (如 AWS/Oracle/阿里云 等) 的网页控制台中,将安全组 (Security Group) 防火墙的 TCP $AGENT_PORT 端口彻底放行!\033[0m"
|
||||
echo -e "\033[31m⛔ 禁止尝试通过修改脚本强行绑定局域网/内网 IP 来绕过通信阻断,这无异于掩耳盗铃,将彻底摧毁本系统“公网IP信用养护”的核心目标!\033[0m\n"
|
||||
if [ -n "$FW_MSG" ]; then
|
||||
echo "💡 检测到本地防火墙开启,您可以尝试执行以下命令放行:"
|
||||
echo "💡 检测到本地系统防火墙开启,您可以尝试执行以下命令放行本机端口 (注意: 云端安全组仍需您手动放行):"
|
||||
echo -e "\033[36m $FW_MSG\033[0m"
|
||||
fi
|
||||
# ====================================================================
|
||||
|
||||
@@ -94,8 +94,8 @@ fi
|
||||
SESSION_BASE_LAT=$(get_random_coord $BASE_LAT 270)
|
||||
SESSION_BASE_LON=$(get_random_coord $BASE_LON 270)
|
||||
|
||||
# 【核心升级】随机决定本次上网深度 (6 - 10 个复合动作,配合高频长效拉伸)
|
||||
TOTAL_ACTIONS=$((6 + RANDOM % 5))
|
||||
# 【核心升级】随机决定本次上网深度 (5 - 8 个复合动作,配合高频长效拉伸)
|
||||
TOTAL_ACTIONS=$((5 + RANDOM % 4))
|
||||
|
||||
log "$MODULE_NAME" "INFO " "当前出网 IP: $CURRENT_IP"
|
||||
log "$MODULE_NAME" "INFO " "设备指纹锁定: ${SESSION_UA:0:45}..."
|
||||
@@ -165,7 +165,8 @@ for ((i=1; i<=TOTAL_ACTIONS; i++)); do
|
||||
# 【核心升级】行为拉伸:每次动作后强制休眠 90 - 120 秒
|
||||
# 结合动作总数,总耗时将稳定在 10 分钟 到 20 分钟之间
|
||||
if [ $i -lt $TOTAL_ACTIONS ]; then
|
||||
SLEEP_TIME=$((90 + RANDOM % 31))
|
||||
# 【时间收敛修复】休眠控制在 45-75 秒,防止跨周期重叠导致进程被强杀
|
||||
SLEEP_TIME=$((45 + RANDOM % 31))
|
||||
log "$MODULE_NAME" "WAIT " "阅读当前页面内容,模拟停留 $SLEEP_TIME 秒..."
|
||||
sleep $SLEEP_TIME
|
||||
fi
|
||||
@@ -229,7 +230,7 @@ fi
|
||||
YT_PR_GL=""
|
||||
# [修复] 必须带上本轮循环的专属 UA (-A "$SESSION_UA"),防止被 Google CDN 丢进无状态爬虫兜底页
|
||||
YT_PR_HTML=$(curl $CURL_BIND_OPT $DYNAMIC_IP_PREF -m 10 -s -L -A "$SESSION_UA" "https://www.youtube.com/premium")
|
||||
if echo "$YT_PR_HTML" | grep -q 'www.google.cn'; then
|
||||
if [[ "$YT_PR_HTML" == *"www.google.cn"* ]]; then
|
||||
YT_PR_GL="CN"
|
||||
else
|
||||
# 穷举风控变量提取
|
||||
@@ -242,7 +243,7 @@ fi
|
||||
YT_MU_GL=""
|
||||
# [修复] 同样加持 UA 装甲,强行唤出完整版前端框架
|
||||
YT_MU_HTML=$(curl $CURL_BIND_OPT $DYNAMIC_IP_PREF -m 10 -s -L -A "$SESSION_UA" "https://music.youtube.com/")
|
||||
if echo "$YT_MU_HTML" | grep -q 'www.google.cn'; then
|
||||
if [[ "$YT_MU_HTML" == *"www.google.cn"* ]]; then
|
||||
YT_MU_GL="CN"
|
||||
else
|
||||
# [修复] Music 的核心配置变量是 INNERTUBE_CONTEXT_GL
|
||||
|
||||
@@ -204,7 +204,7 @@ MSG="$MSG
|
||||
⏱️ 战报生成: \`${REPORT_UTC_TIME}\`
|
||||
当前运行版本: \`v${LOCAL_VER}\`"
|
||||
|
||||
# 比对逻辑:如果成功抓到了远端版本,且和本地不一样
|
||||
# 比准逻辑:如果成功抓到了远端版本,且和本地不一样
|
||||
if [ -n "$REMOTE_VER" ] && [ "$REMOTE_VER" != "$LOCAL_VER" ]; then
|
||||
MSG="$MSG
|
||||
最新官方版本: \`v${REMOTE_VER}\` (✨有新版)
|
||||
@@ -212,29 +212,27 @@ if [ -n "$REMOTE_VER" ] && [ "$REMOTE_VER" != "$LOCAL_VER" ]; then
|
||||
elif [ -n "$REMOTE_VER" ] && [ "$REMOTE_VER" == "$LOCAL_VER" ]; then
|
||||
MSG="$MSG
|
||||
最新官方版本: \`v${REMOTE_VER}\` (✅已是最新)
|
||||
💡 *IP-Sentinel 持续为您守护节点。若本项目对您有帮助,欢迎前往 GitHub 赐予 🌟*"
|
||||
💡 *IP-Sentinel 持续为您守护节点。*
|
||||
*若本项目对您有帮助,欢迎前往 GitHub 赐予 🌟*"
|
||||
else
|
||||
# 抓取失败兜底
|
||||
MSG="$MSG
|
||||
💡 *IP-Sentinel 持续为您守护节点。若本项目对您有帮助,欢迎前往 GitHub 赐予 🌟*"
|
||||
💡 *IP-Sentinel 持续为您守护节点。*
|
||||
*若本项目对您有帮助,欢迎前往 GitHub 赐予 🌟*"
|
||||
fi
|
||||
|
||||
# 5. 调用 API 推送 (接入安全网关,挂载控制台按钮与 GitHub 引流)
|
||||
# 5. 调用 API 推送 (接入安全网关,挂载交互式控制台按钮)
|
||||
JSON_PAYLOAD=$(jq -n \
|
||||
--arg cid "$CHAT_ID" \
|
||||
--arg txt "$MSG" \
|
||||
--arg cb "manage:${NODE_NAME}" \
|
||||
--arg repo_url "https://github.com/hotyue/IP-Sentinel" \
|
||||
'{
|
||||
chat_id: $cid,
|
||||
text: $txt,
|
||||
parse_mode: "Markdown",
|
||||
disable_web_page_preview: true,
|
||||
reply_markup: {
|
||||
inline_keyboard: [
|
||||
[{"text": "⚙️ 调出该节点控制台", "callback_data": $cb}],
|
||||
[{"text": "🌟 前往 GitHub 仓库点亮星标", "url": $repo_url}]
|
||||
]
|
||||
inline_keyboard: [[{"text": "⚙️ 调出该节点控制台", "callback_data": $cb}]]
|
||||
}
|
||||
}')
|
||||
|
||||
|
||||
77
data/keywords/kw_AE.txt
Normal file
77
data/keywords/kw_AE.txt
Normal file
@@ -0,0 +1,77 @@
|
||||
donald trump
|
||||
bangladesh vs pakistan
|
||||
usa vs nep
|
||||
icc
|
||||
timberwolves vs spurs
|
||||
cavaliers vs pistons
|
||||
fa cup
|
||||
بنيامين نتنياهو
|
||||
mohamed salah
|
||||
swatch x ap
|
||||
കൊക്കെയ്ന്
|
||||
cat
|
||||
ओमान
|
||||
games
|
||||
sslc result 2026
|
||||
shapoor zadran
|
||||
karuppu movie review
|
||||
x
|
||||
real madrid
|
||||
iceman
|
||||
رئيس مصر
|
||||
scotland vs usa
|
||||
live cricket score
|
||||
pistons vs cavaliers
|
||||
saudi arabia
|
||||
copa do brasil
|
||||
changpeng zhao
|
||||
premier league table
|
||||
india gold import duty hike
|
||||
cincinnati vs inter miami
|
||||
ഇസ്രായേല്
|
||||
gold rate today
|
||||
prateek yadav
|
||||
thunderstorm
|
||||
iron dome
|
||||
spurs vs timberwolves
|
||||
osasuna vs atlético madrid standings
|
||||
الشارقة
|
||||
أوساسونا ضد أتلتيكو مدريد
|
||||
osasuna vs atlético madrid
|
||||
cbse 12th result 2026
|
||||
jcd prabhakar
|
||||
iran war ceasefire
|
||||
scotland vs nepal
|
||||
dhurandhar 2 netflix uae
|
||||
nba schedule
|
||||
lakers vs thunder
|
||||
nurses day
|
||||
عبدالرحمن أبو زهرة
|
||||
qatar airways
|
||||
udhayanidhi stalin
|
||||
mahmudul hasan joy
|
||||
eid holidays 2026
|
||||
sam altman
|
||||
എയര് ഇന്ത്യ
|
||||
uae einvoicing deadline extension 2026
|
||||
le havre vs marseille
|
||||
five guys
|
||||
وزير
|
||||
aadhav arjuna
|
||||
shan masood
|
||||
trisha krishnan
|
||||
when is mother's day
|
||||
mothers day india
|
||||
joshua van
|
||||
lakers vs okc
|
||||
international mother's day
|
||||
76ers vs knicks
|
||||
levante vs osasuna
|
||||
عيد الأضحى
|
||||
الهلال ضد الخلود
|
||||
is discord down
|
||||
ufo files
|
||||
اختبار دراسي
|
||||
novak djokovic
|
||||
نظام تعليمي
|
||||
dubai news uae news abu dhabi news uae weather dubai weather uae economy dirham exchange rate dubai traffic dubai metro dubai airport flights emirates airline etihad airways uae tourism dubai hotels burj khalifa dubai mall abu dhabi tourism uae visa news khaleej times gulf news the national emirates247 uae government uae central bank etisalat du telecom uae noon uae amazon ae careem uae talabat uae dubai jobs uae real estate dubai news today breaking news uae weather today دبي أخبار الطقس الإمارات سعر الدرهم
|
||||
@@ -1,3 +1,103 @@
|
||||
protein
|
||||
streamer
|
||||
mcg
|
||||
wests tigers vs sea eagles
|
||||
asofa-solomona vs burgess boxing
|
||||
rottnest shark
|
||||
fijian drua vs waratahs
|
||||
keldon johnson
|
||||
julius randle
|
||||
sir doug nicholls
|
||||
jason statham
|
||||
aeu
|
||||
tom campbell
|
||||
south morang
|
||||
monica elfriede witt
|
||||
airplane
|
||||
alex twal
|
||||
honda motor company
|
||||
penny lancaster
|
||||
tim tszyu vs errol spence
|
||||
hilary duff
|
||||
antisemitism
|
||||
bank australia
|
||||
norman o bryan
|
||||
us-iran
|
||||
david jones food hall review
|
||||
commonwealth bank stock drop
|
||||
michael voss carlton departure
|
||||
sony a7rvi specs
|
||||
great western highway
|
||||
joondalup
|
||||
minas tirith lego
|
||||
dr william tam
|
||||
zac mainwaring
|
||||
qatar airways helsinki tokyo flights
|
||||
1877 el nino
|
||||
road user charges
|
||||
demi moore
|
||||
bhp share price
|
||||
michael richards
|
||||
kylie minogue netflix documentary
|
||||
plea
|
||||
goog
|
||||
nba scores
|
||||
lamb of god and trivium australia tour
|
||||
nba live
|
||||
north korea
|
||||
yahoo
|
||||
car
|
||||
downdetector
|
||||
mary fowler
|
||||
jeff probst
|
||||
matt damon ben affleck lawsuit
|
||||
mal anderson
|
||||
north adelaide golf course
|
||||
afl trade news zak butters
|
||||
daniel johns newcastle property sale
|
||||
launceston couple tattslotto win
|
||||
vce subject offerings analysis
|
||||
toowoomba
|
||||
will warbrick
|
||||
alex pereira
|
||||
vijay
|
||||
harry edwards
|
||||
panthers vs raiders
|
||||
richmond vs adelaide
|
||||
arman tsarukyan
|
||||
islam makhachev
|
||||
bangladesh vs pakistan
|
||||
streamed
|
||||
sanfl
|
||||
auckland fc vs adelaide united
|
||||
robert toia
|
||||
manly sea eagles
|
||||
swatch x audemars piguet royal oak
|
||||
josh addo-carr
|
||||
dollar
|
||||
dhurandhar 2 ott
|
||||
sydney
|
||||
highlanders vs waratahs
|
||||
outlander episode 9
|
||||
beaudesert
|
||||
airbus a380
|
||||
lebron james
|
||||
sydney roosters
|
||||
michele bullock
|
||||
kapila chandrasena
|
||||
deandre ayton
|
||||
st. george illawarra dragons
|
||||
car chase
|
||||
woolworths soft plastics recycling
|
||||
star fox nintendo switch
|
||||
latrell mitchell
|
||||
ev bill
|
||||
australia women's national football team
|
||||
tyson smoothy
|
||||
jake clifford
|
||||
swatch
|
||||
henley beach
|
||||
isis brides arrival
|
||||
vera wang 2026 met gala
|
||||
power outage
|
||||
milton fire
|
||||
@@ -95,106 +195,6 @@ ducks vs oilers
|
||||
ivan soldo
|
||||
uae vs oman
|
||||
cheryl hines
|
||||
deandre ayton
|
||||
real estate market
|
||||
weather brisbane
|
||||
raptors vs cavaliers
|
||||
galatasaray
|
||||
multan sultans vs islamabad united
|
||||
galatasaray vs fenerbahçe
|
||||
torino vs inter
|
||||
hearts fc
|
||||
scottish premier league
|
||||
mohsin khan
|
||||
angkrish raghuvanshi
|
||||
psl
|
||||
magic vs pistons
|
||||
celtic fc
|
||||
peshawar zalmi vs lahore qalandars
|
||||
angers vs psg
|
||||
la liga
|
||||
prem
|
||||
premier league table
|
||||
epl fixtures
|
||||
premier league games
|
||||
alex de minaur
|
||||
sunderland vs nottm forest
|
||||
real betis vs real madrid
|
||||
sai sudharsan
|
||||
jannik sinner
|
||||
gt vs rcb
|
||||
amd stock
|
||||
carey mulligan
|
||||
jermaine jackson
|
||||
hulk hogan
|
||||
coles
|
||||
elon musk
|
||||
ben roberts-smith
|
||||
ig
|
||||
danish malewar
|
||||
assassin's creed black flag resynced
|
||||
sarfaraz khan
|
||||
kartik sharma
|
||||
instagram stories not working
|
||||
meningococcal b
|
||||
sundaresh menon
|
||||
thunder vs suns
|
||||
cade cunningham
|
||||
real salt lake vs inter miami
|
||||
pope francis
|
||||
camera
|
||||
anzac
|
||||
kids news
|
||||
bonds
|
||||
hung cao
|
||||
classroom
|
||||
michael jackson biopic movie
|
||||
india women vs south africa women
|
||||
nato
|
||||
bayern munich
|
||||
barcelona vs celta vigo
|
||||
bournemouth vs leeds
|
||||
leverkusen vs bayern
|
||||
burnley vs man city
|
||||
elche vs atlético madrid
|
||||
lsg vs rr
|
||||
pakistan super league
|
||||
kyle sandilands alleged rant jackie o
|
||||
carrie bickmore
|
||||
adam levine
|
||||
alexandra eala
|
||||
tubi
|
||||
charles melton
|
||||
nuclear weapon
|
||||
janet jackson
|
||||
justin bieber australia tour
|
||||
fleche wallonne 2026
|
||||
ange postecoglou
|
||||
john hattie
|
||||
airbus a380
|
||||
real madrid vs alavés
|
||||
brighton vs chelsea
|
||||
woolworth
|
||||
nitish rana
|
||||
lyrid meteor shower
|
||||
世界地球日
|
||||
youth gang
|
||||
earth day
|
||||
crystal palace vs west ham
|
||||
d4vd
|
||||
mi vs gt
|
||||
perth weather
|
||||
elijah hollands carlton football club
|
||||
fair work commission fuel
|
||||
vanguard
|
||||
sydney sweeney
|
||||
cailee spaeny
|
||||
psg vs lyon
|
||||
sporting vs benfica
|
||||
celtics vs 76ers
|
||||
bundesliga
|
||||
pl
|
||||
afc cup
|
||||
mars rover
|
||||
bayern vs vfb stuttgart
|
||||
bom radar
|
||||
|
||||
80
data/keywords/kw_BD.txt
Normal file
80
data/keywords/kw_BD.txt
Normal file
@@ -0,0 +1,80 @@
|
||||
icc
|
||||
bangladesh vs pakistan
|
||||
babar azam
|
||||
usa vs nepal
|
||||
bus ticket
|
||||
railway
|
||||
bangladesh railway
|
||||
বাংলাদেশ রেলওয়ে
|
||||
ইরান
|
||||
ভিসা
|
||||
বাংলাদেশের শিক্ষামন্ত্রী
|
||||
1
|
||||
এসএসসি ২০২৬ রসায়ন প্রশ্ন
|
||||
zakir hasan
|
||||
vd satheesan
|
||||
evika siliņa
|
||||
france world cup squad
|
||||
bangladesh pratidin
|
||||
ea sports fc mobile
|
||||
আইনজীবী
|
||||
japan vs cook islands
|
||||
বৃষ্টির আবহাওয়ার খবর
|
||||
audemars piguet swatch watches royal pop
|
||||
pcos renamed pmos
|
||||
scotland vs usa
|
||||
prateek yadav
|
||||
river plate vs gimnasia lp
|
||||
new england vs nashville
|
||||
নবম পে স্কেল
|
||||
বাংলাদেশ ব্যাংক
|
||||
রূপপুর পারমাণবিক বিদ্যুৎ কেন্দ্র
|
||||
brazil football team
|
||||
australia national cricket team
|
||||
world cup 2026
|
||||
world test championship
|
||||
verify bank statements visa applications
|
||||
থাইল্যান্ড
|
||||
daily ittefaq
|
||||
ঢাকা বিশ্ববিদ্যালয়
|
||||
google
|
||||
tin
|
||||
argentina football team
|
||||
রিকশা
|
||||
scotland vs nepal
|
||||
যানবাহন
|
||||
ipl match
|
||||
নামাজের সময়সূচি
|
||||
rayo vallecano vs girona fc standings
|
||||
মমিনুল হক
|
||||
প্রধান শিক্ষক
|
||||
ব্রাজিল জাতীয় ফুটবল দল
|
||||
প্রেম
|
||||
আনসার ভিডিপি উন্নয়ন ব্যাংক নিয়োগ
|
||||
তৃষা কৃষ্ণন
|
||||
ban vs aus
|
||||
mtv splitsvilla 16
|
||||
naagin 7 episode 40
|
||||
raja shivaji movie box office collection
|
||||
vasco vs athletico-pr
|
||||
mehidy hasan miraz
|
||||
বিজয় দেবরকোন্ডা
|
||||
shan masood
|
||||
আজান আওয়াইস
|
||||
education board result
|
||||
kylian mbappé
|
||||
cruise ship hantavirus outbreak
|
||||
প্রার্থী
|
||||
rabindra sangeet
|
||||
nashville vs d.c. united
|
||||
federico valverde
|
||||
weather forecast tomorrow
|
||||
fifa world cup 2026 schedule
|
||||
পাসপোর্ট
|
||||
japan vs vanuatu
|
||||
secret files
|
||||
বাংলাদেশ জাতীয়তাবাদী দল
|
||||
torino vs sassuolo
|
||||
levante vs osasuna
|
||||
fitbit air tracker
|
||||
dhaka news bangladesh news bangladesh weather dhaka weather bangladesh economy taka exchange rate dhaka traffic hazrat shahjalal airport flights bangladesh tourism coxs bazar travel sylhet news chittagong news bangladesh visa news daily star bdnews24 prothom alo dhaka tribune banglanews bangladesh government bangladesh bank btrc grameenphone banglalink robi daraz bangladesh nagad bkash bangladesh news today breaking news bangladesh weather today dhaka jobs আজকের খবর ঢাকা আবহাওয়া বাংলাদেশ টাকা বিনিময় হার
|
||||
@@ -1,5 +1,97 @@
|
||||
vancouver news
|
||||
new york times
|
||||
내일 날씨
|
||||
ryan reynolds
|
||||
belfast
|
||||
harrison barnes
|
||||
memorial cup 2026
|
||||
largo
|
||||
terrence shannon jr.
|
||||
keldon johnson
|
||||
goldie hawn
|
||||
whisper my name drake
|
||||
pitt
|
||||
hit the wall lyrics gracie abrams
|
||||
el niño weather canada
|
||||
joel mcgillis
|
||||
monica witt
|
||||
sienna miller
|
||||
dodgers
|
||||
john tortorella
|
||||
western university
|
||||
fifa world cup 2026
|
||||
survivor 50 recap
|
||||
pedro pascal
|
||||
shohei ohtani
|
||||
bernadette peters
|
||||
weather edmonton
|
||||
tom hanks
|
||||
subnautica 2 release time
|
||||
stephen colbert
|
||||
wnba
|
||||
bc hydro
|
||||
明天的天氣
|
||||
ukraine
|
||||
kelowna
|
||||
julia louis-dreyfus
|
||||
vegas golden knights
|
||||
backrooms movie
|
||||
ducks
|
||||
carter hart
|
||||
luka doncic
|
||||
austin reaves
|
||||
isaiah hartenstein
|
||||
apple iphone 18 pro
|
||||
candace parker
|
||||
jared mccain
|
||||
jaylin williams
|
||||
weather vancouver
|
||||
surrey shooting
|
||||
deandre ayton
|
||||
bet365
|
||||
canucks news
|
||||
ponzi
|
||||
pk subban
|
||||
ian moore
|
||||
michael burry
|
||||
chernobyl
|
||||
mikael granlund
|
||||
brett howden
|
||||
aadhav arjuna
|
||||
sean strickland wife
|
||||
fête des mères
|
||||
noah kahan
|
||||
arman tsarukyan
|
||||
dricus du plessis
|
||||
odyssey movie
|
||||
citadel season 2
|
||||
dagestan
|
||||
santé
|
||||
amitabh bachchan
|
||||
wolves
|
||||
nintendo switch 2 price increase
|
||||
alexander volkov
|
||||
de'aaron fox
|
||||
devin vassell
|
||||
naz reid
|
||||
wade wilson killer
|
||||
swatch x audemars piguet royal oak
|
||||
cason wallace
|
||||
jake laravia
|
||||
alex caruso
|
||||
luguentz dort
|
||||
sir david attenborough
|
||||
leon must die forever
|
||||
air canada jet fuel shortage
|
||||
ryan strome
|
||||
jansen harkins
|
||||
nat wolff
|
||||
steve carell
|
||||
flight
|
||||
carter bryant
|
||||
lola consuelos
|
||||
chicago pd
|
||||
stephon castle
|
||||
vancouver news
|
||||
paul mccartney
|
||||
salman khan
|
||||
dario amodei
|
||||
@@ -12,17 +104,14 @@ mitch marner
|
||||
daisy edgar jones
|
||||
jackson lacombe
|
||||
nepal vs oman
|
||||
naz reid
|
||||
christopher nolan
|
||||
jelly roll
|
||||
明天的天氣
|
||||
lakers vs okc
|
||||
julius randle
|
||||
mamata banerjee
|
||||
aaj tak
|
||||
star wars
|
||||
oil
|
||||
내일 날씨
|
||||
johnston canyon
|
||||
aaj tak live
|
||||
mats zuccarello
|
||||
@@ -57,12 +146,10 @@ dostal
|
||||
vasily podkolzin
|
||||
nh
|
||||
lebron james
|
||||
carter hart
|
||||
rachel kerr missing
|
||||
lena dunham
|
||||
utah
|
||||
kailer yamamoto
|
||||
deandre ayton
|
||||
clayton keller
|
||||
jack white
|
||||
keanu reeves
|
||||
@@ -111,90 +198,3 @@ atlético madrid vs athletic club
|
||||
tyree wilson
|
||||
monic néron
|
||||
nvidia
|
||||
aryna sabalenka
|
||||
lpga leaderboard
|
||||
randy travis
|
||||
execution by firing squad
|
||||
nelly korda
|
||||
leicester city vs millwall
|
||||
asteroid
|
||||
sunderland vs nottm forest
|
||||
real betis vs real madrid
|
||||
betis – real madrid
|
||||
napoli vs cremonese
|
||||
gta 6
|
||||
japon
|
||||
padres vs rockies
|
||||
guide de la révolution de l'iran
|
||||
casa pia vs braga
|
||||
denaturalization
|
||||
ocean
|
||||
alberta referendum
|
||||
vfb stuttgart vs sc freiburg
|
||||
gpt 5.5
|
||||
noah cates
|
||||
pwhl scores
|
||||
hank idsinga
|
||||
karoline leavitt
|
||||
ottawa charge
|
||||
million dollar secret
|
||||
white sox vs diamondbacks
|
||||
suns vs thunder
|
||||
stars vs wild
|
||||
jaafar jackson
|
||||
airport
|
||||
grand theft auto vi
|
||||
pentagone
|
||||
etats unis
|
||||
monette farms news
|
||||
jose soriano
|
||||
jon cooper
|
||||
barcelona vs celta vigo
|
||||
764
|
||||
david scott
|
||||
rodrigo duterte
|
||||
u18 world championship
|
||||
zara tindall
|
||||
graham platner
|
||||
lsg vs rr
|
||||
nikki glaser
|
||||
global news edmonton
|
||||
policier
|
||||
nuclear weapon
|
||||
motorcycle
|
||||
msc francesca
|
||||
poet stock
|
||||
fifa tickets
|
||||
7 jours
|
||||
alexandra eala
|
||||
earth
|
||||
zara larsson
|
||||
girona vs real betis
|
||||
kevyn adams
|
||||
ali khamenei
|
||||
inter – côme
|
||||
leicester city vs hull
|
||||
fenerbahçe
|
||||
françois bonnardel
|
||||
missile
|
||||
real madrid vs alavés
|
||||
vrabel and russini photos
|
||||
will trent
|
||||
ibm
|
||||
lecce vs fiorentina
|
||||
celeste rivas hernandez
|
||||
abhishek bachchan
|
||||
national guard of the united states
|
||||
triathlon
|
||||
vincent trocheck
|
||||
benyamin netanyahou
|
||||
kings vs avalanche
|
||||
crème solaire
|
||||
trabzonspor vs istanbul başakşehir
|
||||
indigenous rights
|
||||
meghan, duchess of sussex
|
||||
gwyneth paltrow
|
||||
toronto gas prices
|
||||
président
|
||||
mets vs cubs
|
||||
matt fitzpatrick
|
||||
|
||||
@@ -1,3 +1,101 @@
|
||||
joel mattli
|
||||
royal pop swatch
|
||||
s-bahn münchen
|
||||
sportschau fußball-bundesliga
|
||||
bangladesh vs pakistan
|
||||
jessica mann
|
||||
frankenpost
|
||||
msci world
|
||||
fabio di giannantonio
|
||||
die landarztpraxis
|
||||
ed sheeran repeat it
|
||||
juniper
|
||||
spandau
|
||||
lotto jackpot
|
||||
fendt
|
||||
hpv-impfstoff
|
||||
elba
|
||||
omar marmoush
|
||||
polska
|
||||
apple aktie
|
||||
boris cherny
|
||||
nino de angelo
|
||||
hendrik wüst
|
||||
börse heute
|
||||
axel prahl
|
||||
kindertag
|
||||
veranstaltungen heute
|
||||
kampf der realitystars 2026
|
||||
playmobil
|
||||
ted
|
||||
krankenversicherung
|
||||
lockheed c 5
|
||||
siemens
|
||||
california
|
||||
sfc energy
|
||||
alexandra popp
|
||||
zornige ameise
|
||||
владимир молчанов
|
||||
14 mai feiertag
|
||||
west texas intermediate
|
||||
sing meinen song – das tauschkonzert giovanni zarrella
|
||||
kim jong un
|
||||
droneshield
|
||||
lebron james
|
||||
sandra hüller
|
||||
t-aktie
|
||||
albert riera
|
||||
dfb pokalfinale 2026
|
||||
wetter bamberg
|
||||
detektiv conan
|
||||
gta 6
|
||||
automobilindustrie
|
||||
börsengang
|
||||
erneuerbare energien
|
||||
air france-klm
|
||||
bombenentschärfung köln
|
||||
franck honorat
|
||||
xbox
|
||||
ronnie o’sullivan
|
||||
givairo read
|
||||
streitkräfte
|
||||
austrian darts open
|
||||
hondius
|
||||
владимир путин
|
||||
feuerwerk tanzbrunnen köln
|
||||
caren miosga caren miosga
|
||||
golf
|
||||
sonntagsfrage
|
||||
ole book
|
||||
malika und joel
|
||||
energiewende
|
||||
elektromobilität
|
||||
wdr kölner treff
|
||||
polen
|
||||
generation deutschland
|
||||
sc dhfk leipzig
|
||||
9 мая
|
||||
schokolade
|
||||
amazon alexa+
|
||||
buckelwal timmy timmy wal
|
||||
esc 2026
|
||||
barbara schöneberger
|
||||
wetter regensburg
|
||||
mile high city
|
||||
tennessee
|
||||
flyers – hurricanes
|
||||
ban vs pak
|
||||
berufsbildungsbericht
|
||||
wehrdienst
|
||||
stau a2
|
||||
umfrage sachsen-anhalt
|
||||
samsung galaxy s25 one ui 8.5
|
||||
timmy news
|
||||
hermann göring
|
||||
nordex
|
||||
alan ritchson
|
||||
tesla, inc.
|
||||
украинцы
|
||||
novo nordisk
|
||||
daimler truck
|
||||
we
|
||||
@@ -12,7 +110,6 @@ gracie abrams
|
||||
dolly parton
|
||||
connor storrie
|
||||
wetter
|
||||
wetter bamberg
|
||||
wetter kassel
|
||||
venus
|
||||
newcastle-krankheit
|
||||
@@ -87,7 +184,6 @@ hilary duff
|
||||
nhl playoffs
|
||||
msci
|
||||
1. mai
|
||||
ronnie o’sullivan
|
||||
loris karius
|
||||
koningsdag 2026
|
||||
ryan reynolds
|
||||
@@ -102,99 +198,3 @@ jork
|
||||
star citizen
|
||||
donau
|
||||
krassnitzer harald
|
||||
buxtehude
|
||||
chernobyl
|
||||
avs – sporting
|
||||
running point
|
||||
darmstadt
|
||||
dahoam is dahoam
|
||||
أتلتيكو مدريد ضد أتلتيك بيلباو
|
||||
atlético madryt – ath. bilbao
|
||||
portugal
|
||||
erling haaland
|
||||
galatasaray fenerbahce
|
||||
anna carina woitschack
|
||||
nord bei nordwest
|
||||
wil wheaton
|
||||
christian lindner
|
||||
kevin costner
|
||||
samu haber
|
||||
gillian anderson
|
||||
peggy jerofke
|
||||
rafael jódar
|
||||
ernie dosio
|
||||
bibi heinicke
|
||||
denia
|
||||
der alte blaue stunde
|
||||
matthias ginter
|
||||
ralf schmitz
|
||||
maximilian eggestein
|
||||
hull city
|
||||
demirovic
|
||||
elton john
|
||||
jeff chabot
|
||||
lindt schokolade
|
||||
manzambi
|
||||
angelo stiller
|
||||
lamine yamal verletzung
|
||||
peer steinbrück
|
||||
h&m
|
||||
lotto 6aus49
|
||||
pistons – magic
|
||||
chemnitzer fc erzgebirge aue
|
||||
asiago
|
||||
23 nisan
|
||||
sternschnuppen heute lyriden
|
||||
aryna sabalenka
|
||||
michael douglas
|
||||
herman van veen
|
||||
georgina fleur
|
||||
tui
|
||||
trainer bayern münchen
|
||||
katie holmes
|
||||
prinz frederic
|
||||
bayern vs
|
||||
flekken
|
||||
бернли – манчестер сити
|
||||
ard
|
||||
queen camilla
|
||||
clankriminalität
|
||||
politik
|
||||
gladbach-news
|
||||
sara gündogan
|
||||
krankenversicherung
|
||||
jan-lennard struff
|
||||
bryan lasme
|
||||
thailand
|
||||
robin gosens
|
||||
maremma
|
||||
tennis madrid
|
||||
osterburg
|
||||
برايتون ضد تشيلسي
|
||||
sebastian hoeneß
|
||||
ncis
|
||||
menowin fröhlich
|
||||
maren gilzer
|
||||
cineplex
|
||||
gina schumacher
|
||||
alexander räuscher
|
||||
riza kayaalp
|
||||
heppenheim
|
||||
ministerpräsident
|
||||
robbie williams
|
||||
brian littrell
|
||||
saarbrücken hauptbahnhof
|
||||
frauen-bundesliga
|
||||
lemgo
|
||||
kommissar rex
|
||||
hemsbach
|
||||
benjamin weber
|
||||
sydney sweeney
|
||||
martin schindler
|
||||
robert kennedy
|
||||
antoni kowalski
|
||||
luna
|
||||
paris-sg – lyon
|
||||
arte live
|
||||
dominik kohr
|
||||
dumbledores geheimnisse
|
||||
|
||||
@@ -1,3 +1,92 @@
|
||||
diario sur
|
||||
bangladesh vs pakistan
|
||||
bonoloto hoy
|
||||
taxi
|
||||
m
|
||||
uber
|
||||
timberwolves - spurs
|
||||
universitario - atlético grau
|
||||
extranjeria
|
||||
cavaliers - pistons
|
||||
relojes audemars piguet swatch
|
||||
josé coronado
|
||||
simon dutton
|
||||
florentino pérez real madrid
|
||||
pamplona
|
||||
lotería nacional sorteos
|
||||
diario de sevilla
|
||||
tiempo zaragoza
|
||||
nieve
|
||||
segunda semifinal eurovisión 2026
|
||||
devrim ozkan
|
||||
baba miller
|
||||
san isidro
|
||||
gema ruiz
|
||||
ceará - atlético mineiro
|
||||
santos del hielo
|
||||
dean wade
|
||||
la isla de las tentaciones
|
||||
jacuipense - palmeiras
|
||||
deutsche bank
|
||||
venezuela
|
||||
brasil
|
||||
santoral hoy
|
||||
playstation plus
|
||||
cox
|
||||
sorteo bonoloto
|
||||
madre de omar montes
|
||||
diari de girona
|
||||
virgen de fatima
|
||||
liga dimayor
|
||||
debate elecciones andalucía
|
||||
tiempo sevilla
|
||||
airbus a400m atlas
|
||||
lebron james
|
||||
royal pop
|
||||
trade republic
|
||||
el independiente
|
||||
congreso
|
||||
prelista seleccion española futbol
|
||||
sidosa
|
||||
salud
|
||||
vivienda vacía
|
||||
juan gómez-jurado
|
||||
galicia
|
||||
diari de tarragona
|
||||
nominados supervivientes
|
||||
diario de burgos
|
||||
impago
|
||||
elecciones andalucía
|
||||
eldiario
|
||||
elcorreo
|
||||
liga mx
|
||||
alexander volkov
|
||||
liga 1
|
||||
marc márquez motogp
|
||||
la casa de papel continua
|
||||
américa - santa fe
|
||||
el tiempo murcia
|
||||
vargas
|
||||
tiempo
|
||||
weather
|
||||
jorge rey
|
||||
bwin
|
||||
marisa jara
|
||||
lola indigo
|
||||
jared mccain
|
||||
eltiempo
|
||||
tiempo bilbao
|
||||
tiempo hoy
|
||||
el tiempo hoy
|
||||
nba hoy
|
||||
junior - cerro
|
||||
aemet malaga
|
||||
star fox nintendo switch
|
||||
telescopio espacial james webb
|
||||
tolima - nacional
|
||||
barracas central - olimpia
|
||||
independiente rivadavia - fluminense
|
||||
multa
|
||||
2026
|
||||
bad bunny
|
||||
spurs - timberwolves
|
||||
@@ -16,17 +105,14 @@ gene hackman
|
||||
carrera f1 miami
|
||||
heraldo de aragon
|
||||
alberto durán cornada
|
||||
tiempo zaragoza
|
||||
tiempo valencia
|
||||
g20
|
||||
luis zahera
|
||||
despido laboral
|
||||
shakira
|
||||
weather
|
||||
renfe
|
||||
alianza lima - cd moquegua
|
||||
eleccion bellea del foc alicante
|
||||
nba hoy
|
||||
meteocat
|
||||
noticiastrabajo
|
||||
meme vito quiles begoña gomez
|
||||
@@ -54,11 +140,8 @@ lakers vs rockets
|
||||
cienciano - atlético mineiro
|
||||
anthropic
|
||||
prórroga alquileres congreso
|
||||
sorteo bonoloto
|
||||
el tiempo hoy
|
||||
aemet valencia
|
||||
aemet
|
||||
tiempo
|
||||
huelga gasolineras
|
||||
el tiempo
|
||||
nepotismo
|
||||
@@ -115,86 +198,3 @@ roca rey
|
||||
psv - zwolle
|
||||
daredevil
|
||||
a que estas esperando
|
||||
real oviedo - villarreal
|
||||
real salt lake - inter miami
|
||||
pistons - magic
|
||||
barcelona sc - mushuc runa
|
||||
kick
|
||||
raphinha
|
||||
lluvia estrellas liridas
|
||||
frenkie de jong
|
||||
santos - coritiba
|
||||
del cerro grande
|
||||
phillip cocu
|
||||
cospedal
|
||||
david wilcock
|
||||
barcelona - celta de vigo
|
||||
barcelone – celta vigo
|
||||
macarena gómez
|
||||
luis merlo
|
||||
bournemouth vs leeds
|
||||
racing de estrasburgo - niza
|
||||
burnley vs man city
|
||||
alaska cantante
|
||||
raúl gonzález blanco
|
||||
marta sanchez
|
||||
roberto bautista
|
||||
cifras y letras
|
||||
xbox game pass ultimate
|
||||
horse powertrain
|
||||
las hurdes
|
||||
herbicida cancer colon
|
||||
lluvia de barro
|
||||
ripoll
|
||||
manilva
|
||||
steve jobs
|
||||
berrettini
|
||||
prizmic
|
||||
laura moure
|
||||
lens - toulouse
|
||||
girona vs real betis
|
||||
yuri berchiche
|
||||
posiciones de la liga
|
||||
resultados liga
|
||||
lfp
|
||||
umar sadiq
|
||||
реал мадрид – алавес
|
||||
jan virgili
|
||||
moreirense - estoril
|
||||
downton abbey
|
||||
koldo garcía izaguirre
|
||||
jorge martín
|
||||
mike james
|
||||
carla leite
|
||||
eclipse solar del 12 de agosto de 2026
|
||||
crystal palace - west ham
|
||||
luz valdenebro
|
||||
porto - tondela
|
||||
santos - fluminense
|
||||
juventus
|
||||
almería - málaga
|
||||
punjab kings vs lucknow super giants standings
|
||||
mönchengladbach – mainz
|
||||
victor eloy
|
||||
paris-sg – lyon
|
||||
psg vs lyon
|
||||
zamora - osasuna b
|
||||
estrecho
|
||||
nurburgring
|
||||
la 1 directo
|
||||
oyarzabal
|
||||
enrique cerezo
|
||||
fraude
|
||||
tasa
|
||||
la 1
|
||||
tve directo
|
||||
cuántas copas del rey tiene la real sociedad
|
||||
eugenia martínez de irujo
|
||||
ccoo
|
||||
racing de santander
|
||||
racing
|
||||
baliza v16
|
||||
st. pauli – köln
|
||||
iphone 18
|
||||
st. pauli - colonia
|
||||
nico paz
|
||||
|
||||
@@ -1,8 +1,103 @@
|
||||
elon musk
|
||||
marius colucci
|
||||
un si grand soleil en avance
|
||||
escroquerie
|
||||
vautours
|
||||
bangladesh vs pakistan
|
||||
ici tout commence
|
||||
ouest-france
|
||||
de'aaron fox
|
||||
kim higelin
|
||||
deva cassel
|
||||
la chaîne météo
|
||||
alain giresse
|
||||
leapmotor b05 autonomie
|
||||
mistral ai
|
||||
antoine de maximy
|
||||
yves de gaulle
|
||||
ici tout commence du 15 mai 2026
|
||||
ferretti
|
||||
drones ukrainiens lettonie
|
||||
arvid de kleijn
|
||||
salaire
|
||||
addiction
|
||||
poulet
|
||||
michel fugain
|
||||
rabah slimani
|
||||
refus d'obtempérer
|
||||
albert ii de monaco
|
||||
magasin ouvert jeudi 14 mai
|
||||
nouvelle lune
|
||||
billetterie fff
|
||||
ivan gazidis
|
||||
kate middleton
|
||||
donald gibb
|
||||
14 mai férié
|
||||
14 mai
|
||||
marco rubio
|
||||
wetter
|
||||
chaleur
|
||||
concours lépine
|
||||
autoroute
|
||||
pairi daiza
|
||||
football club de nantes
|
||||
lebron james
|
||||
peter jackson
|
||||
statistiques de match du joueur lakers – thunder d'oklahoma city
|
||||
fourmis
|
||||
caribbean princess
|
||||
ilya sutskever
|
||||
thierry frémaux
|
||||
gruissan
|
||||
jeudi 14 mai
|
||||
hantavirus map live
|
||||
jours fériés mai 2026
|
||||
donald trump
|
||||
hantavirus symptome
|
||||
raphael arnault
|
||||
noam bettan
|
||||
militaire
|
||||
navire
|
||||
robert fico
|
||||
arménie
|
||||
agriculteur
|
||||
weather
|
||||
ufc live streaming
|
||||
meteo le mans
|
||||
olivier galzi
|
||||
loto résultats loto
|
||||
lamour est dans le pré
|
||||
læticia hallyday
|
||||
gérald kierzek
|
||||
hollande francois
|
||||
tom liebscher
|
||||
purepeople
|
||||
actualite
|
||||
astrologie
|
||||
pekin express
|
||||
victor wembanyama
|
||||
eurodreams 7 mai 2026
|
||||
l équipe
|
||||
top chef 2026
|
||||
crédit agricole
|
||||
bbc news
|
||||
ajay mitchell
|
||||
bracelet connecté google fitbit air
|
||||
bandi netflix
|
||||
borne
|
||||
chems-eddine hafiz
|
||||
christophe licata
|
||||
un milliard
|
||||
kj apa
|
||||
saints de glace 2026
|
||||
8 mai férié
|
||||
nintendo star fox
|
||||
dany leprince
|
||||
menu mcdeal
|
||||
cyril hanouna
|
||||
artemis ii
|
||||
6 mai
|
||||
gouverneur de la banque de france
|
||||
saints de glace 2026
|
||||
meteo le mans
|
||||
chaine meteo
|
||||
gap
|
||||
jaylin williams
|
||||
@@ -15,9 +110,7 @@ gladiator 2
|
||||
patrick antonelli
|
||||
meteo 15 jours
|
||||
meteo france
|
||||
weather
|
||||
football psg bayern munich
|
||||
jours fériés mai 2026
|
||||
rudy giuliani
|
||||
jour ferie mai
|
||||
maries au premier regard episode 11
|
||||
@@ -28,7 +121,6 @@ météo france
|
||||
easyjet
|
||||
centre presse aveyron
|
||||
vladimir poutine
|
||||
wetter
|
||||
marathon biarritz
|
||||
hassan du maroc
|
||||
corse matin
|
||||
@@ -106,95 +198,3 @@ bordeaux-bègles – montpellier
|
||||
drone
|
||||
rochdale association football club
|
||||
doctor who
|
||||
c à vous c à vous
|
||||
sabalenka
|
||||
national 2 groupe a
|
||||
lena situation
|
||||
rafael jódar
|
||||
mask singer
|
||||
alex de minaur
|
||||
oyonnax – agen
|
||||
lucie castets
|
||||
napoli - cremonese
|
||||
ligue1+
|
||||
agnes lassalle
|
||||
jean luc reichmann
|
||||
m6
|
||||
caitlyn jenner
|
||||
star academy
|
||||
bfm marseille provence
|
||||
hunter schafer
|
||||
unchosen netflix
|
||||
john travolta
|
||||
valence-romans – brive
|
||||
reem kherici
|
||||
will smith
|
||||
real salt lake – inter miami
|
||||
neymar
|
||||
les traîtres
|
||||
jacob elordi
|
||||
pistons – magic
|
||||
invincible
|
||||
santos – coritiba
|
||||
ios 18
|
||||
la liga
|
||||
royaume uni interdiction tabac
|
||||
stephane tapie
|
||||
tondelier
|
||||
benjamin duhamel
|
||||
loto 22 avril 2026
|
||||
interdiction tabac royaume uni
|
||||
lol qui rit sort
|
||||
eva longoria
|
||||
alain bauer
|
||||
achraf hakimi
|
||||
ibrahim mbaye
|
||||
mma
|
||||
roberto calvet
|
||||
budget
|
||||
coupe du monde de football 2006
|
||||
plus belle la vie en avance
|
||||
mateus fernandes
|
||||
tour des alpes 2026
|
||||
lorenzo finn
|
||||
maine-et-loire
|
||||
mathieu flamini
|
||||
kamel daoud
|
||||
vandalisme
|
||||
sydney sweeney
|
||||
julien odoul
|
||||
france2
|
||||
xavier dupont de ligonnès
|
||||
elisabeth 2
|
||||
antibes
|
||||
girona – betis
|
||||
christine bravo
|
||||
الريال ضد ألافيس
|
||||
madonna age
|
||||
margot haddad
|
||||
ana riera
|
||||
hinaupoko devèze
|
||||
bruce toussaint
|
||||
cheque energie
|
||||
reid wiseman
|
||||
loto 20 avril 2026
|
||||
from serie
|
||||
toulouse
|
||||
racing 92 – stade français
|
||||
juventus - bologna
|
||||
film une annee difficile
|
||||
échouement
|
||||
programme tv ce soir
|
||||
porto – tondela
|
||||
matthieu pigasse
|
||||
santos – fluminense
|
||||
gta 6
|
||||
laetitia milot
|
||||
loto 18 avril 2026
|
||||
bercy
|
||||
pierre lellouche
|
||||
adele
|
||||
adil rami
|
||||
castres – toulouse
|
||||
angel
|
||||
stéphane bern
|
||||
|
||||
@@ -1,10 +1,101 @@
|
||||
新西蘭車禍
|
||||
陳浚霆
|
||||
机票
|
||||
timberwolves vs spurs
|
||||
洪金寶
|
||||
灰狼 對 馬刺
|
||||
騎士 對 活塞
|
||||
张凌赫
|
||||
jannik sinner
|
||||
samsung
|
||||
龍婷
|
||||
波音
|
||||
裕東苑
|
||||
擎天崗
|
||||
楊洋
|
||||
2027 公眾假期
|
||||
山崎和佳奈
|
||||
iceman
|
||||
中南海
|
||||
周慧敏
|
||||
news
|
||||
thucydides trap
|
||||
citadel
|
||||
李連杰
|
||||
pistons vs cavaliers
|
||||
盧惠光
|
||||
習近平
|
||||
mc 演唱會 2026
|
||||
谷德昭
|
||||
mc
|
||||
癌症
|
||||
容羨媛
|
||||
panasonic l10
|
||||
sony xperia 1 viii
|
||||
燒 味
|
||||
黃仁勳
|
||||
謝瑞麟
|
||||
spurs vs timberwolves
|
||||
深圳地铁
|
||||
特朗普訪華
|
||||
hong kong express
|
||||
hong kong
|
||||
nba
|
||||
湖人
|
||||
test
|
||||
邓兆尊
|
||||
kktix
|
||||
湖人 對 雷霆
|
||||
蔡少芬
|
||||
林詩棟
|
||||
ap swatch
|
||||
網約車
|
||||
許志安
|
||||
canvas
|
||||
the weeknd
|
||||
mc 張天賦演唱會
|
||||
victor wembanyama
|
||||
sk hynix
|
||||
海力士
|
||||
薛家燕
|
||||
毛樂禮
|
||||
mps
|
||||
聞泰科技
|
||||
港幣兌人民幣
|
||||
萬 寧 88 折
|
||||
張曼玉
|
||||
羅湖
|
||||
amos yee
|
||||
逮捕
|
||||
hkjc
|
||||
穎喬
|
||||
76ers vs knicks
|
||||
百度
|
||||
mothers day
|
||||
文佳煐
|
||||
美國ufo
|
||||
活期存款
|
||||
一田
|
||||
萬寧88折
|
||||
thunder vs lakers
|
||||
nba線上看
|
||||
雷霆 對 湖人
|
||||
李家鼎
|
||||
ana
|
||||
wordle
|
||||
台风
|
||||
star
|
||||
林熹瞳
|
||||
陳柏宇
|
||||
馬刺 對 灰狼
|
||||
knicks vs 76ers
|
||||
寶達邨
|
||||
運輸署
|
||||
etv
|
||||
麥美恩
|
||||
金建希
|
||||
航空
|
||||
袁偉豪
|
||||
thunder vs lakers
|
||||
etv
|
||||
雷霆 對 湖人
|
||||
活塞 對 騎士
|
||||
八達通
|
||||
兵工廠 對 馬德里競技
|
||||
@@ -12,8 +103,6 @@ etv
|
||||
飛驒山
|
||||
澳元
|
||||
草 蜢
|
||||
kktix
|
||||
spurs vs timberwolves
|
||||
安東尼·愛德華茲
|
||||
艾佛頓 對 曼城
|
||||
何君堯
|
||||
@@ -41,7 +130,6 @@ osasuna vs barcelona
|
||||
c羅
|
||||
raptors vs cavaliers
|
||||
lakers
|
||||
湖人
|
||||
nba playoffs
|
||||
nba live
|
||||
高淑樺
|
||||
@@ -62,7 +150,6 @@ timberwolves vs nuggets
|
||||
伊朗海軍
|
||||
居屋
|
||||
湖人 對 火箭
|
||||
陳柏宇
|
||||
lakers vs rockets
|
||||
異環兌換碼
|
||||
洪金宝
|
||||
@@ -111,90 +198,3 @@ rockets vs lakers
|
||||
利物浦
|
||||
pl
|
||||
arsenal vs newcastle
|
||||
premier league standings
|
||||
曼城 對 南安普敦
|
||||
寒戰
|
||||
米高積遜
|
||||
jaafar jackson
|
||||
nvda
|
||||
吳業坤
|
||||
麻疹
|
||||
林盛斌
|
||||
cuaca besok
|
||||
明天的天氣
|
||||
weather tomorrow
|
||||
rthk
|
||||
weather hong kong
|
||||
天文台
|
||||
hk observatory
|
||||
observatory
|
||||
csk vs mi
|
||||
長沙灣
|
||||
魔音女團
|
||||
球迷世界
|
||||
天星銀行
|
||||
game
|
||||
林嘉華
|
||||
套餐
|
||||
賈曉晨
|
||||
hk weather
|
||||
綠色債券
|
||||
barcelona vs celta vigo
|
||||
weather
|
||||
7-eleven
|
||||
天气
|
||||
班來 對 曼城
|
||||
埃爾切 對 馬德里競技
|
||||
rosenior
|
||||
艾納斯
|
||||
liam rosenior
|
||||
巴黎聖日耳曼 對 南特
|
||||
chatgpt image 2
|
||||
啟德醫院
|
||||
李泳漢老婆
|
||||
破產
|
||||
繼承人
|
||||
英皇群星演唱會
|
||||
布浩榮
|
||||
新聞
|
||||
貨幣貶值
|
||||
居 屋 2025
|
||||
3988
|
||||
李泳豪老婆
|
||||
皇家馬德里 對 艾拉維斯
|
||||
李泳漢
|
||||
鄭欣宜
|
||||
srh vs dc
|
||||
鍾嘉欣
|
||||
張柏芝
|
||||
江美儀
|
||||
全港戲院日 2026
|
||||
江旻憓
|
||||
陶傑
|
||||
水晶宮 對 西漢姆聯
|
||||
吉達艾阿里
|
||||
山口智子
|
||||
百佳超級市場
|
||||
利息
|
||||
戴祖儀
|
||||
陳若思
|
||||
麥當勞
|
||||
首岸
|
||||
中国商飞c919
|
||||
bundesliga
|
||||
hailey bieber
|
||||
德甲
|
||||
cherki
|
||||
now
|
||||
now tv
|
||||
al nassr
|
||||
洪金寶
|
||||
曼聯
|
||||
切爾西 對 曼聯
|
||||
何沛珈
|
||||
熱刺
|
||||
tottenham vs brighton
|
||||
熱刺 對 布萊頓
|
||||
epl
|
||||
司機
|
||||
补贴
|
||||
|
||||
81
data/keywords/kw_ID.txt
Normal file
81
data/keywords/kw_ID.txt
Normal file
@@ -0,0 +1,81 @@
|
||||
jadwal motogp catalunya 2026
|
||||
j2
|
||||
prediksi cuaca hari ini
|
||||
starbucks
|
||||
dylan harper
|
||||
de'aaron fox
|
||||
bsd
|
||||
hari raya idul adha 2026
|
||||
stephon castle
|
||||
museum marsinah
|
||||
gregoria mariska tunjung
|
||||
forza horizon 6
|
||||
drake
|
||||
banten
|
||||
aston villa vs liverpool
|
||||
jadwal avc men's champions league 2026
|
||||
aplikasi cek bansos
|
||||
semen padang vs persebaya
|
||||
kapan idul adha 2026
|
||||
timnas inggris
|
||||
juri
|
||||
yan diomande
|
||||
bastoni
|
||||
copenhagen
|
||||
clara shinta
|
||||
andré onana
|
||||
maroko terbuka
|
||||
girona vs real sociedad
|
||||
komisi pemberantasan korupsi republik indonesia
|
||||
ufo
|
||||
the weeknd jakarta
|
||||
joko widodo
|
||||
thailand open 2026
|
||||
the punisher one last kill
|
||||
jude bellingham
|
||||
copilot ai
|
||||
ascension day
|
||||
semua akan baik baik saja film
|
||||
keir starmer
|
||||
bansos kemensos
|
||||
lebron james
|
||||
skema gaji ke-13 2026
|
||||
donald trump
|
||||
wijaya karya
|
||||
ios 26.5
|
||||
ajay mitchell
|
||||
krl commuter line
|
||||
projo
|
||||
bupati inisial r
|
||||
bupati bintan
|
||||
dtks
|
||||
cek desil bansos
|
||||
tottenham vs leeds
|
||||
amerika serikat
|
||||
nilai tukar
|
||||
fc barcelona vs real madrid el clasico
|
||||
tumbal proyek
|
||||
napoli vs bologna
|
||||
disnaker
|
||||
gold gala
|
||||
j1
|
||||
daniel dubois
|
||||
marinos vs kashima
|
||||
bradley barcola
|
||||
jadwal moto3
|
||||
vissel vs fagiano okayama
|
||||
jakarta barat
|
||||
kapolri mutasi kapolda
|
||||
shell
|
||||
cruz azul vs atlas
|
||||
auckland fc vs adelaide utd
|
||||
urawa red diamonds
|
||||
fulham vs bournemouth
|
||||
pesta babi film
|
||||
bursa efek indonesia
|
||||
911
|
||||
cerezo osaka
|
||||
jeju united vs fc seoul
|
||||
badan kepegawaian negara
|
||||
miangas
|
||||
jakarta news indonesia news indonesia weather jakarta weather indonesia economy rupiah exchange rate jakarta traffic transjakarta mrt jakarta soekarno hatta airport flights indonesia tourism bali travel yogyakarta travel bandung travel surabaya news indonesia visa news kompas detik tempo antara news cnn indonesia bank indonesia ojk indonesia kominfo telkomsel xl indosat tokopedia indonesia shopee indonesia lazada indonesia gojek indonesia grab indonesia bukalapak indonesia traveloka indonesia indonesia election berita hari ini berita terkini cuaca jakarta nilai tukar rupiah lowongan kerja jakarta
|
||||
81
data/keywords/kw_IN.txt
Normal file
81
data/keywords/kw_IN.txt
Normal file
@@ -0,0 +1,81 @@
|
||||
comedk
|
||||
नेहा मर्दा
|
||||
protein
|
||||
রাজ চক্রবর্তী
|
||||
పావలా శ్యామల
|
||||
abu bilal al minuki
|
||||
पेंशन
|
||||
কর্কট রাশি
|
||||
औद्योगिक गलियारा
|
||||
bangladesh vs pakistan
|
||||
മിസൈല്
|
||||
వృషభం
|
||||
india football team
|
||||
red bull racing
|
||||
thailand open
|
||||
তাপপ্রবাহ
|
||||
বাজেট
|
||||
ప్రభాస్
|
||||
vi share price
|
||||
weather chennai
|
||||
petrol diesel prices may 14
|
||||
చెల్లింపు
|
||||
चीन
|
||||
aishwarya rai devdas cannes saree
|
||||
महिला
|
||||
উচ্চ মাধ্যমিক পরীক্ষার রেজাল্ট 2026
|
||||
ready
|
||||
bits
|
||||
अखिल भारतीय तृणमूल कांग्रेस
|
||||
george munsey
|
||||
sp velumani
|
||||
ഇസ്രായേല്
|
||||
sonia gandhi
|
||||
தமிழ்நாடு சட்டப் பேரவை
|
||||
vidya wires share
|
||||
bajaj broking
|
||||
పూజా హెగ్డే
|
||||
sowmiya anbumani
|
||||
rathan pandit
|
||||
floor test tamilnadu
|
||||
pakistan vs bangladesh
|
||||
നരേന്ദ്ര മോദി
|
||||
lebron james
|
||||
ajay mitchell
|
||||
coal india
|
||||
high court allahabad
|
||||
lakers vs oklahoma city thunder match player stats
|
||||
uae attacks iran
|
||||
car
|
||||
hii
|
||||
பிரதமர்
|
||||
ಬೆಂಗಳೂರು
|
||||
పరీక్ష
|
||||
aaditya thackeray
|
||||
pf withdrawal
|
||||
വി.ഡി. സതീശന്
|
||||
dhurandhar 2 box office collection
|
||||
nishant kumar bihar health minister
|
||||
phil salt rcb
|
||||
పత్తి
|
||||
hbse 10th result 2026
|
||||
today wordle answers
|
||||
argentina hantavirus
|
||||
rcb vs mi
|
||||
jagran josh 10th result 2026
|
||||
minab
|
||||
hapur
|
||||
मलेशिया
|
||||
pmjjby
|
||||
shoba chandrasekhar
|
||||
lnmu
|
||||
অশোক লাহিড়ী
|
||||
ధాన్యం
|
||||
तमिल नाडु
|
||||
शेयर एक्सचेंज
|
||||
amitabh bachchan death
|
||||
యుద్ధం
|
||||
बांगलादेश बनाम पाकिस्तान
|
||||
pakistan national cricket team
|
||||
தொல் திருமாவளவன்
|
||||
delhi news india news india weather delhi weather india economy rupee exchange rate delhi traffic delhi metro indira gandhi airport flights india tourism mumbai travel bangalore news hyderabad news india visa news times of india hindustan times the hindu indian express ndtv india today india election indian government rbi india stock market india sensex nifty india airtel jio vodafone idea flipkart india amazon india irctc train booking ola india uber india zomato swiggy india news today breaking news india weather today delhi jobs india hindi news आज की खबर दिल्ली मौसम रुपया विनिमय दर
|
||||
@@ -1,3 +1,101 @@
|
||||
多部未華子
|
||||
瀬戸朝香
|
||||
ポケモンgo モノズ
|
||||
東大
|
||||
バークシャー ハサウェイ
|
||||
石田純一
|
||||
根尾昂
|
||||
水野美紀
|
||||
女子バスケ日本代表
|
||||
藤井風 チケット
|
||||
イングランド代表メンバー
|
||||
大沢たかお
|
||||
エハラマサヒロ
|
||||
中南海
|
||||
しんぶん赤旗
|
||||
鎌田大地
|
||||
高井幸大
|
||||
アイスランド
|
||||
警視総監
|
||||
necナイメヘン
|
||||
関西大学
|
||||
脳卒中
|
||||
ホンダ スーパー ワン
|
||||
比江島慎
|
||||
プラハ
|
||||
サッカーアイスランド代表
|
||||
呉市 火事
|
||||
ミルコ デムーロ
|
||||
クリエイト
|
||||
中山 功太 サバンナ 高橋
|
||||
石油資源開発
|
||||
ドナルド・トランプ
|
||||
vakit
|
||||
レガレイラ
|
||||
0
|
||||
ミレービスケット
|
||||
いすゞ ud
|
||||
天羽希純
|
||||
三浦孝太
|
||||
山本由伸
|
||||
茨城県
|
||||
地球温暖化
|
||||
シャープ
|
||||
b.league award show
|
||||
光州
|
||||
奈々未
|
||||
マツダ 決算
|
||||
防衛省
|
||||
nba
|
||||
グーグル
|
||||
jリーグ百年構想
|
||||
杉浦 太陽
|
||||
客室乗務員
|
||||
パチスロ
|
||||
森保一
|
||||
横浜開港祭
|
||||
岡山 高校生 死亡
|
||||
間垣親方
|
||||
snow man dome tour 2025-2026 on
|
||||
島根スサノオマジック
|
||||
ジュビロ磐田
|
||||
エスパルス
|
||||
熱中症
|
||||
益若つばさ
|
||||
g大阪 対 広島
|
||||
fc東京 対 東京v
|
||||
炎鵬
|
||||
中村 里砂
|
||||
鳥取 対 北九州
|
||||
山口真由
|
||||
卓球王国
|
||||
秋山拓巳
|
||||
オリックス・バファローズ
|
||||
大田区
|
||||
岡田准一
|
||||
戸田建設
|
||||
8.6秒バズーカー
|
||||
オリックス 対 日本ハム
|
||||
坂梨 由芽 スーツアクター
|
||||
f1 ホンダ
|
||||
投手
|
||||
フェルナンド・アロンソ
|
||||
7203
|
||||
dirty frag
|
||||
フジロックフェスティバル
|
||||
首都高速道路
|
||||
nttドコモ
|
||||
高橋ヒロム
|
||||
横浜 道路陥没
|
||||
ウルトラザウルス
|
||||
村上 宗隆
|
||||
サブスク
|
||||
柄本時生
|
||||
藤田明美
|
||||
国会議事堂
|
||||
八代市
|
||||
堀井雄二
|
||||
イラン
|
||||
渋野日向子
|
||||
コンサドーレ
|
||||
コンサドーレ札幌
|
||||
@@ -17,7 +115,6 @@ j2
|
||||
クーリエ・ジャポン
|
||||
タイアニ ライン デルス
|
||||
阿智村
|
||||
オリックス・バファローズ
|
||||
無印
|
||||
kpmg
|
||||
トランテックス
|
||||
@@ -79,12 +176,10 @@ hikakin
|
||||
浦和 対 川崎f
|
||||
村上宗隆
|
||||
ゴー イントゥ スカイ
|
||||
地球温暖化
|
||||
文部科学省
|
||||
カベポスター
|
||||
奈良県
|
||||
バナナマン日村
|
||||
山本由伸
|
||||
警視正
|
||||
中国電力
|
||||
jr九州
|
||||
@@ -93,7 +188,6 @@ jr九州
|
||||
外崎 修 汰
|
||||
備蓄
|
||||
日産 キックス 新型
|
||||
ドナルド・トランプ
|
||||
ニューヨーク
|
||||
小谷昌太郎 イケパラ
|
||||
東京エレクトロン
|
||||
@@ -104,97 +198,3 @@ jr九州
|
||||
岩手県 大槌町 山林火災
|
||||
谷原章介
|
||||
端午
|
||||
週間天気予報
|
||||
トリノ 対 インテル
|
||||
佐野海舟
|
||||
アーセナル
|
||||
高岡蒼佑
|
||||
マンチェスター・シティfc
|
||||
ゲンク 対 スタンダール
|
||||
kick
|
||||
chat gpt
|
||||
hulu
|
||||
nac 対 アヤックス
|
||||
エプスタイン
|
||||
arsenal đấu với newcastle
|
||||
ベティス 対 rマドリード
|
||||
dior
|
||||
伊藤美来
|
||||
フィギュア
|
||||
玉置浩二
|
||||
生田絵梨花
|
||||
日本高野連会長辞任
|
||||
anaheim
|
||||
sbiグローバルアセットマネジメント
|
||||
ストレンジャーシングス
|
||||
石油
|
||||
ios 26.4 2
|
||||
ポケモンカード
|
||||
シュトゥットガルト 対 フライブルク
|
||||
ドラクエ スマグロ 攻略
|
||||
ipl
|
||||
アコム
|
||||
鈴木愛理
|
||||
sox指数
|
||||
村上世彰
|
||||
桐山 照史
|
||||
マラッカ海峡
|
||||
ソニック
|
||||
sbi新生銀行 株価
|
||||
マイクラ
|
||||
川口 春奈
|
||||
サンダー 対 サンズ
|
||||
インフルエンサー
|
||||
サンケイビル
|
||||
岡村隆史
|
||||
上田竜也
|
||||
メタプラネット
|
||||
バルセロナ 対 セルタ
|
||||
三橋くん
|
||||
エルニーニョ
|
||||
バーンリー 対 マンc
|
||||
ボーンマス 対 リーズ u
|
||||
elche vs atlético madrid
|
||||
レバークーゼン 対 バイエルン
|
||||
ソシエダ 対 ヘタフェ
|
||||
サイメモリ
|
||||
b リーグ 順位
|
||||
日ハム
|
||||
ナダル
|
||||
失点
|
||||
岩瀬洋志
|
||||
ファイターズ 試合
|
||||
江村美咲
|
||||
宝島社
|
||||
井ノ原 快彦
|
||||
ファイターズ
|
||||
西郷隆盛
|
||||
ボーダー
|
||||
チェルシー
|
||||
関税
|
||||
ブライトン
|
||||
佳子内親王
|
||||
rマドリード 対 アラベス
|
||||
鳥貴族
|
||||
ブライトン 対 チェルシー
|
||||
アシエンダ乗馬学校
|
||||
ngày trái đất
|
||||
加藤小夏
|
||||
町田ゼルビア
|
||||
モンスターハンターシリーズ
|
||||
クリスタル・パレス 対 ウェストハム
|
||||
吉田正尚
|
||||
旭琉會
|
||||
神戸
|
||||
てんちむ
|
||||
浜辺美波
|
||||
デーブ ロバーツ
|
||||
皇治
|
||||
小雪
|
||||
にじさんじデビュー
|
||||
ちゃんよた
|
||||
坂本 花織
|
||||
松山 千春
|
||||
リーグアン
|
||||
伊勢谷友介
|
||||
bayern vs vfb stuttgart
|
||||
|
||||
52
data/keywords/kw_KH.txt
Normal file
52
data/keywords/kw_KH.txt
Normal file
@@ -0,0 +1,52 @@
|
||||
x
|
||||
aston villa vs liverpool
|
||||
liverpool
|
||||
plp
|
||||
real madrid
|
||||
real madrid vs real oviedo
|
||||
xiaomi 17 max
|
||||
spotify 20
|
||||
sony xperia 1 viii
|
||||
cincinnati vs inter miami
|
||||
deportivo alavés vs fc barcelona standings
|
||||
inter milan
|
||||
man city vs palace
|
||||
alavés vs barcelona
|
||||
kuwait sc
|
||||
facebook
|
||||
swatch x audemars piguet
|
||||
osasuna vs atlético madrid
|
||||
al-nassr vs al-hilal
|
||||
forex factory
|
||||
ai
|
||||
napoli
|
||||
tottenham vs leeds
|
||||
the weeknd asia tour 2026
|
||||
xsmb
|
||||
thaksin shinawatra
|
||||
fc barcelona vs real madrid
|
||||
ac milan
|
||||
barcelona vs madrid
|
||||
barcelona
|
||||
west ham vs arsenal
|
||||
hantavirus infection hantavirus map
|
||||
palace vs everton
|
||||
burnley vs aston villa
|
||||
persib
|
||||
ufc
|
||||
happy mother day
|
||||
real madrid vs barcelona
|
||||
atlético madrid vs celta
|
||||
wolfsburg vs bayern
|
||||
man city vs brentford
|
||||
weather tomorrow
|
||||
sunderland vs man united
|
||||
chelsea
|
||||
hantavirus map live
|
||||
hantavirus map
|
||||
1
|
||||
2027 lexus tz
|
||||
apple iphone 18 pro max
|
||||
uefa europa league
|
||||
iphone
|
||||
phnom penh news cambodia news cambodia weather phnom penh weather cambodia economy khmer riel exchange rate cambodia tourism siem reap travel angkor wat travel phnom penh traffic cambodia airport flights cambodia visa news khmer times phnom penh post fresh news cambodia grab cambodia foodpanda cambodia aba bank cambodia acleda bank cambodia wing money cambodia smart metfone cellcard cambodia lazada cambodia shopee cambodia khmer news today ព័ត៌មានថ្ងៃនេះ ភ្នំពេញ អាកាសធាតុ កម្ពុជា តម្លៃប្រាក់រៀល
|
||||
@@ -1,3 +1,101 @@
|
||||
hanwha vs kt
|
||||
베트남
|
||||
교사
|
||||
고진영
|
||||
서울장미축제
|
||||
ban vs pak
|
||||
usa vs nep
|
||||
보편적 기본소득
|
||||
mbk 파트너스
|
||||
남진
|
||||
전국노래자랑
|
||||
키옥시아
|
||||
무주산골영화제
|
||||
김민하
|
||||
빅뱅
|
||||
채무
|
||||
사이드카
|
||||
수원 fc 위민
|
||||
채권
|
||||
랄랄
|
||||
삼성 노조
|
||||
임지연
|
||||
정의선
|
||||
afc u 17 아시안 컵
|
||||
전시작전통제권
|
||||
수수료
|
||||
스테픈 커리
|
||||
오타니 쇼헤이
|
||||
이주빈
|
||||
구더기
|
||||
이라크
|
||||
민생회복지원금
|
||||
주광덕
|
||||
민방위
|
||||
박찬호
|
||||
고양시
|
||||
민방위 훈련
|
||||
집단 소송
|
||||
정국
|
||||
해피투게더
|
||||
김태희
|
||||
공대지 미사일
|
||||
유주
|
||||
팔란티어 테크놀로지
|
||||
스파이
|
||||
소비
|
||||
최미나수
|
||||
필리핀
|
||||
코너 맥그리거
|
||||
키움증권
|
||||
sk 하이닉스
|
||||
닌텐도 스위치 2
|
||||
복지
|
||||
모두의 창업
|
||||
한국경제신문
|
||||
양상국
|
||||
위대한 가이드
|
||||
불기소 처분
|
||||
김태년
|
||||
성남 대 전남
|
||||
천안시
|
||||
bangladesh vs pakistan
|
||||
손주
|
||||
장민호
|
||||
송금
|
||||
김혜성
|
||||
이스라엘
|
||||
박재현
|
||||
joshua van
|
||||
최재명
|
||||
연금복권 1,2등 동시 당첨
|
||||
제주 대 fc 서울
|
||||
관광객
|
||||
사고
|
||||
한국철도공사
|
||||
김영웅
|
||||
오승환
|
||||
중산층
|
||||
빌라
|
||||
정원오
|
||||
김지원
|
||||
최준영
|
||||
이영호
|
||||
에이피알
|
||||
펜타포트
|
||||
유조선
|
||||
곡사포
|
||||
노동조합
|
||||
이자
|
||||
디나미스원
|
||||
개헌안
|
||||
lafc
|
||||
최태원
|
||||
쯔양
|
||||
장마
|
||||
정수정
|
||||
이창호
|
||||
현대차 채용
|
||||
박지원
|
||||
울산항
|
||||
에이 비엘 바이오
|
||||
@@ -36,7 +134,6 @@ mls
|
||||
이재명 정부
|
||||
예방 접종
|
||||
통장
|
||||
lafc
|
||||
소송
|
||||
울산 대 포항
|
||||
fc 서울 대 김천상무
|
||||
@@ -47,7 +144,6 @@ fc 서울 대 김천상무
|
||||
한화시스템
|
||||
윤영경
|
||||
월세
|
||||
오타니 쇼헤이
|
||||
이서진
|
||||
굴리엘모 비카리오
|
||||
재건축
|
||||
@@ -102,99 +198,3 @@ sk증권
|
||||
수지
|
||||
새마을금고
|
||||
사주
|
||||
차두리
|
||||
평택시 을
|
||||
야닉 시너
|
||||
정성호
|
||||
첼시
|
||||
psg
|
||||
리그앙
|
||||
arsenal đấu với newcastle
|
||||
맨시티
|
||||
man city đấu với southampton
|
||||
아스널
|
||||
arsenal vs newcastle
|
||||
아스널 대 뉴캐슬
|
||||
man city vs southampton
|
||||
안보현
|
||||
트와이스
|
||||
s
|
||||
엔비디아 주가
|
||||
이경실
|
||||
신발
|
||||
하현상
|
||||
김수희
|
||||
gt vs rcb
|
||||
amd 주가
|
||||
왕다루
|
||||
시그널
|
||||
모하메드 살라
|
||||
공화당
|
||||
윤하정
|
||||
청남대
|
||||
더보이즈
|
||||
노민우
|
||||
서비스나우
|
||||
김민지
|
||||
박해미
|
||||
국가유산청
|
||||
삼성전자 주가
|
||||
두산에너빌리티 주가
|
||||
김성수
|
||||
한국사
|
||||
삼성전기 주가
|
||||
국립중앙박물관
|
||||
대우건설 주가
|
||||
지방 선거
|
||||
서정대학교
|
||||
캔바
|
||||
한국항공우주산업
|
||||
디트로이트 대 올랜도
|
||||
리그 1
|
||||
elche vs atlético madrid
|
||||
알나스르
|
||||
al-nassr vs al ahli
|
||||
10
|
||||
로세니어
|
||||
psg 대 낭트
|
||||
테슬라 실적발표
|
||||
루카스 모우라
|
||||
9950x3d2
|
||||
삼천당 제약 간담회
|
||||
김재윤
|
||||
k리그1 순위
|
||||
유영찬
|
||||
이호연
|
||||
sxmb
|
||||
진
|
||||
문재인
|
||||
생산직
|
||||
강훈식
|
||||
롤
|
||||
cnn
|
||||
리그오브레전드
|
||||
박환희
|
||||
박지현
|
||||
카토
|
||||
와우넷
|
||||
지구의 날
|
||||
컴프야
|
||||
차지연
|
||||
크리스털 팰리스 대 웨스트 햄
|
||||
비상계엄
|
||||
연기금
|
||||
배틀그라운드
|
||||
제이홉
|
||||
두산로보틱스
|
||||
부부
|
||||
미노이 우원재
|
||||
danish malewar
|
||||
mi vs gt
|
||||
양치 승
|
||||
프리미어리그
|
||||
pl
|
||||
bundesliga
|
||||
맨체스터 시티 fc
|
||||
fotmob
|
||||
윤아
|
||||
김영인
|
||||
|
||||
78
data/keywords/kw_LA.txt
Normal file
78
data/keywords/kw_LA.txt
Normal file
@@ -0,0 +1,78 @@
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
lorde
|
||||
arnold allen
|
||||
strong acid subnautica 2
|
||||
lluvia
|
||||
bitcoin
|
||||
kospi
|
||||
idris elba
|
||||
famous basketball players
|
||||
outlander finale
|
||||
billboard top 100
|
||||
usc baseball
|
||||
tanner scott
|
||||
dodger standings
|
||||
elle kennedy
|
||||
super mario galaxy movie boxoffice
|
||||
jill kargman
|
||||
gta 6 pre order
|
||||
icc
|
||||
star citizen
|
||||
习近平
|
||||
fifa world cup 2026
|
||||
ca lottery
|
||||
jaire alexander
|
||||
bernadette peters
|
||||
spokane weather
|
||||
ashley judd
|
||||
jg quintel
|
||||
michael rapaport
|
||||
mookie betts
|
||||
giants game today
|
||||
shea langeliers
|
||||
iran missiles
|
||||
sf giants
|
||||
kash patel fbi director
|
||||
nba playoffs bracket
|
||||
warriors
|
||||
skip bayless
|
||||
nba free agents 2026
|
||||
michael jordan
|
||||
nba finals
|
||||
lakers box score
|
||||
hachimura
|
||||
nba mvp
|
||||
nba live
|
||||
dram stock
|
||||
the boys season 5 episode 7
|
||||
united flight 579 diversion
|
||||
homicide
|
||||
frontier airlines hits person
|
||||
weather forecast texas
|
||||
tim burton
|
||||
alfredo adame
|
||||
seven
|
||||
priyanka chopra
|
||||
russia ukraine war
|
||||
julio cesar chavez
|
||||
ufc post fight press conference
|
||||
apac
|
||||
tenerife
|
||||
aipac
|
||||
white house card ufc
|
||||
terence crawford
|
||||
humberto cruz
|
||||
neymar
|
||||
ben affleck
|
||||
udonis haslem
|
||||
mark zuckerberg
|
||||
la county fair 2026
|
||||
yaroslav amosov
|
||||
xiaodi you
|
||||
joaquin buckley
|
||||
shootout
|
||||
vientiane news laos news lao news laos weather vientiane weather laos economy lao kip exchange rate vientiane traffic wattay airport flights laos tourism luang prabang travel vang vieng travel laos visa news vientiane times kpl lao news pasaxon news bank of laos lao telecom unitel laos tplus laos foodpanda laos lao airlines laos hotels laos government laos electricity laos news today ຂ່າວມື້ນີ້ ວຽງຈັນ ອາກາດ ລາວ ເງິນກີບ
|
||||
64
data/keywords/kw_MM.txt
Normal file
64
data/keywords/kw_MM.txt
Normal file
@@ -0,0 +1,64 @@
|
||||
xiaomi 17t pro
|
||||
aston villa vs liverpool
|
||||
one
|
||||
one championship
|
||||
fa youth cup final
|
||||
gta6
|
||||
iphone
|
||||
videos
|
||||
1
|
||||
real madrid vs real oviedo
|
||||
xiaomi 17 max
|
||||
sony xperia 1 viii
|
||||
cincinnati vs inter miami
|
||||
天气
|
||||
lens vs psg
|
||||
deportivo alavés vs fc barcelona standings
|
||||
arsenal vs everton
|
||||
man city
|
||||
alavés vs barcelona
|
||||
man city vs palace
|
||||
pubg battlegrounds
|
||||
osasuna vs atlético madrid standings
|
||||
facebook
|
||||
southampton vs middlesbrough
|
||||
osasuna vs atlético madrid
|
||||
al-nassr vs al-hilal
|
||||
ကမ္ဘာ့ဖလား
|
||||
11000 carat ruby myanmar
|
||||
အမျိုးသားညီညွတ်ရေး အစိုးရ
|
||||
pubg 4.4 update
|
||||
pubg
|
||||
myanmar ruby
|
||||
tottenham vs leeds
|
||||
ဖိလစ်ပိုင်
|
||||
hantavirus infections cruise ship
|
||||
myanma railways yangon mandalay upgrade
|
||||
psg vs stade brestois standings
|
||||
real madrid
|
||||
psg vs brest
|
||||
barcelona
|
||||
apple iphone 18 pro max
|
||||
west ham vs arsenal
|
||||
real madrid vs barcelona
|
||||
burnley vs aston villa
|
||||
nottm forest vs newcastle
|
||||
palace vs everton
|
||||
mothers day
|
||||
joshua van vs tatsuro taira
|
||||
ufc live
|
||||
toronto vs inter miami
|
||||
vfl wolfsburg vs bayern munich standings
|
||||
atlético madrid vs celta
|
||||
man city vs brentford
|
||||
wolfsburg vs bayern
|
||||
ซันเดอร์แลนด์ พบ แมนยู
|
||||
hantavirus map
|
||||
al-hilal vs al kholood
|
||||
ufc
|
||||
war.gov/ufo
|
||||
al shabab fc
|
||||
saudi pro league
|
||||
joshua van
|
||||
aston villa vs nottingham forest
|
||||
yangon news myanmar news myanmar weather yangon weather myanmar economy kyat exchange rate yangon traffic yangon airport flights myanmar visa news myanmar times irrawaddy news myanmar now eleven myanmar grab myanmar foodpanda myanmar shop com mm myanmar telecom mpt ooredoo telenor myanmar tourism bagan travel mandalay travel myanmar hotels myanmar politics myanmar stock exchange myanmar bank central bank myanmar news today သတင်း ယနေ့ ရန်ကုန် ရာသီဥတု မြန်မာ ကျပ်ငွေ
|
||||
78
data/keywords/kw_MN.txt
Normal file
78
data/keywords/kw_MN.txt
Normal file
@@ -0,0 +1,78 @@
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
lorde
|
||||
arnold allen
|
||||
strong acid subnautica 2
|
||||
lluvia
|
||||
bitcoin
|
||||
kospi
|
||||
idris elba
|
||||
famous basketball players
|
||||
outlander finale
|
||||
billboard top 100
|
||||
usc baseball
|
||||
tanner scott
|
||||
dodger standings
|
||||
elle kennedy
|
||||
super mario galaxy movie boxoffice
|
||||
jill kargman
|
||||
gta 6 pre order
|
||||
icc
|
||||
star citizen
|
||||
习近平
|
||||
fifa world cup 2026
|
||||
ca lottery
|
||||
jaire alexander
|
||||
bernadette peters
|
||||
spokane weather
|
||||
ashley judd
|
||||
jg quintel
|
||||
michael rapaport
|
||||
mookie betts
|
||||
giants game today
|
||||
shea langeliers
|
||||
iran missiles
|
||||
sf giants
|
||||
kash patel fbi director
|
||||
nba playoffs bracket
|
||||
warriors
|
||||
skip bayless
|
||||
nba free agents 2026
|
||||
michael jordan
|
||||
nba finals
|
||||
lakers box score
|
||||
hachimura
|
||||
nba mvp
|
||||
nba live
|
||||
dram stock
|
||||
the boys season 5 episode 7
|
||||
united flight 579 diversion
|
||||
homicide
|
||||
frontier airlines hits person
|
||||
weather forecast texas
|
||||
tim burton
|
||||
alfredo adame
|
||||
seven
|
||||
priyanka chopra
|
||||
russia ukraine war
|
||||
julio cesar chavez
|
||||
ufc post fight press conference
|
||||
apac
|
||||
tenerife
|
||||
aipac
|
||||
white house card ufc
|
||||
terence crawford
|
||||
humberto cruz
|
||||
neymar
|
||||
ben affleck
|
||||
udonis haslem
|
||||
mark zuckerberg
|
||||
la county fair 2026
|
||||
yaroslav amosov
|
||||
xiaodi you
|
||||
joaquin buckley
|
||||
shootout
|
||||
ulaanbaatar news mongolia news mongolia weather ulaanbaatar weather mongolia economy tugrik exchange rate ulaanbaatar traffic mongolia tourism gobi desert travel mongolia visa news montsame news ikon mn gogo mn mongolia government mongolbank mongolia telecom unitel skytel mobinet mongolia news today breaking news mongolia weather today ulaanbaatar jobs mongolia mining news mongolia coal export news өнөөдрийн мэдээ улаанбаатар цаг агаар төгрөг ханш
|
||||
86
data/keywords/kw_MO.txt
Normal file
86
data/keywords/kw_MO.txt
Normal file
@@ -0,0 +1,86 @@
|
||||
新西蘭車禍
|
||||
陳浚霆
|
||||
机票
|
||||
timberwolves vs spurs
|
||||
洪金寶
|
||||
灰狼 對 馬刺
|
||||
騎士 對 活塞
|
||||
张凌赫
|
||||
jannik sinner
|
||||
samsung
|
||||
龍婷
|
||||
波音
|
||||
裕東苑
|
||||
擎天崗
|
||||
楊洋
|
||||
2027 公眾假期
|
||||
山崎和佳奈
|
||||
iceman
|
||||
中南海
|
||||
周慧敏
|
||||
news
|
||||
thucydides trap
|
||||
citadel
|
||||
李連杰
|
||||
pistons vs cavaliers
|
||||
盧惠光
|
||||
習近平
|
||||
mc 演唱會 2026
|
||||
谷德昭
|
||||
mc
|
||||
癌症
|
||||
容羨媛
|
||||
panasonic l10
|
||||
sony xperia 1 viii
|
||||
燒 味
|
||||
黃仁勳
|
||||
謝瑞麟
|
||||
spurs vs timberwolves
|
||||
深圳地铁
|
||||
特朗普訪華
|
||||
hong kong express
|
||||
hong kong
|
||||
nba
|
||||
湖人
|
||||
test
|
||||
邓兆尊
|
||||
kktix
|
||||
湖人 對 雷霆
|
||||
蔡少芬
|
||||
林詩棟
|
||||
ap swatch
|
||||
網約車
|
||||
許志安
|
||||
canvas
|
||||
the weeknd
|
||||
mc 張天賦演唱會
|
||||
victor wembanyama
|
||||
sk hynix
|
||||
海力士
|
||||
薛家燕
|
||||
毛樂禮
|
||||
mps
|
||||
聞泰科技
|
||||
港幣兌人民幣
|
||||
萬 寧 88 折
|
||||
張曼玉
|
||||
羅湖
|
||||
amos yee
|
||||
逮捕
|
||||
hkjc
|
||||
穎喬
|
||||
76ers vs knicks
|
||||
百度
|
||||
mothers day
|
||||
文佳煐
|
||||
美國ufo
|
||||
mothers day 2026
|
||||
76人 對 尼克
|
||||
陳山聰
|
||||
美國 ufo
|
||||
百佳
|
||||
weather
|
||||
weather hong kong
|
||||
世界桌球錦標賽
|
||||
intc
|
||||
mu stock
|
||||
@@ -1,3 +1,98 @@
|
||||
politik
|
||||
bangladesh vs pakistan
|
||||
fraud
|
||||
森林狼 - 马刺
|
||||
timberwolves vs spurs
|
||||
dewan bandaraya kuala lumpur
|
||||
骑士 - 活塞
|
||||
karam singh walia
|
||||
yusry abdul halim
|
||||
cavaliers vs pistons
|
||||
azam baki
|
||||
iphone
|
||||
boeing
|
||||
bukit bintang
|
||||
iceman
|
||||
dodgers vs giants
|
||||
barbara palvin
|
||||
fa youth cup final
|
||||
hot fm
|
||||
wnba
|
||||
thucydides trap
|
||||
fan bingbing
|
||||
nik nazmi nik ahmad
|
||||
motorcycle
|
||||
scotland vs usa
|
||||
活塞 - 骑士
|
||||
coach
|
||||
st. louis vs lafc
|
||||
karuppu release date
|
||||
farmer
|
||||
msci
|
||||
the punisher one last kill
|
||||
polycystic ovary syndrome
|
||||
moka fang
|
||||
bayi
|
||||
new zealand
|
||||
the weeknd concert malaysia
|
||||
zul ariffin
|
||||
ron95 subsidy t20
|
||||
jho low
|
||||
lebron james
|
||||
ajay mitchell
|
||||
t20 fuel subsidy
|
||||
lakers vs oklahoma city thunder match player stats
|
||||
nba live
|
||||
google
|
||||
test
|
||||
scotland vs nepal
|
||||
amy hood
|
||||
nba scores
|
||||
audemars piguet swatch watches
|
||||
live nation
|
||||
daud bakar
|
||||
anna jobling
|
||||
livenation
|
||||
perak
|
||||
tm stadium nasional
|
||||
the weeknd
|
||||
victor wembanyama
|
||||
lafc vs houston dynamo
|
||||
rafizi ramli
|
||||
hantavirus cases
|
||||
sengottaiyan
|
||||
rahul gandhi
|
||||
yang di-pertuan agong
|
||||
alexander volkov
|
||||
sean brady
|
||||
湖人 - 雷霆
|
||||
backlash 2026
|
||||
tamil nadu news
|
||||
hyun bin
|
||||
josh hokit
|
||||
happy mothers day
|
||||
76人 - 尼克斯
|
||||
rhb
|
||||
dortmund vs eintracht frankfurt
|
||||
sir david attenborough
|
||||
saman
|
||||
ana airlines
|
||||
水晶宫 - 顿涅茨克矿工
|
||||
strasbourg vs rayo vallecano
|
||||
marissa dania hakim
|
||||
大马卡
|
||||
palace vs shakhtar donetsk
|
||||
malaysia foreign driving licence conversion
|
||||
keputusan
|
||||
assist
|
||||
马刺 - 森林狼
|
||||
airbus a220
|
||||
尼克斯 - 76人
|
||||
spurs vs timberwolves
|
||||
perkeso
|
||||
tvk vijay election results
|
||||
knicks vs 76ers
|
||||
nsc
|
||||
mykad
|
||||
honda city
|
||||
sspn
|
||||
@@ -17,7 +112,6 @@ hantavirus infections cruise ship
|
||||
undang luak sungai ujong
|
||||
peluru berpandu
|
||||
nepal vs oman
|
||||
马刺 - 森林狼
|
||||
central bank of malaysia
|
||||
trisha
|
||||
rudy giuliani
|
||||
@@ -38,12 +132,10 @@ gaji mei 2026
|
||||
palmeiras vs santos
|
||||
奥萨苏纳 - 巴塞罗那
|
||||
inter miami vs orlando city
|
||||
lebron james
|
||||
uae opec exit analysis
|
||||
grab cross border taxi
|
||||
menteri besar negeri sembilan
|
||||
malaysia badminton thomas cup
|
||||
nba live
|
||||
猛龙 - 骑士
|
||||
flower moon
|
||||
ek din movie review
|
||||
@@ -67,7 +159,6 @@ austin reaves
|
||||
lafc vs toluca
|
||||
lakers
|
||||
湖人 - 火箭
|
||||
marissa dania hakim
|
||||
oma vs nep
|
||||
ppv
|
||||
mothers day
|
||||
@@ -107,55 +198,3 @@ angkrish raghuvanshi
|
||||
dortmund vs sc freiburg
|
||||
atlético madrid vs athletic club
|
||||
fa cup games
|
||||
แมนซิตี พบ เซาแธมป์ตัน
|
||||
benfica vs moreirense
|
||||
city
|
||||
valencia vs girona
|
||||
man city games
|
||||
bayern vs barcelona
|
||||
英超积分榜
|
||||
angers vs psg
|
||||
sunderland vs nottm forest
|
||||
real betis lwn real madrid cf
|
||||
napoli vs cremonese
|
||||
real betis vs real madrid
|
||||
perfect crown ep 5
|
||||
siti mastura mohamad
|
||||
jannik sinner
|
||||
sai sudharsan
|
||||
yaris cross hybrid
|
||||
cretaceous kraken
|
||||
rayo vallecano vs espanyol
|
||||
dji lito x1
|
||||
levante vs sevilla
|
||||
danish malewar
|
||||
mukesh choudhary
|
||||
lyrid meteor showers
|
||||
jamie overton
|
||||
piala uber
|
||||
madrid open
|
||||
dewald brevis
|
||||
counter strike
|
||||
pistons vs magic
|
||||
real salt lake vs inter miami
|
||||
chart gpt
|
||||
asiago
|
||||
liza hanim
|
||||
good morning
|
||||
pandikar amin mulia
|
||||
勒沃库森 - 拜仁
|
||||
santos vs coritiba
|
||||
Malaysia
|
||||
Kuala Lumpur
|
||||
Bursa Malaysia
|
||||
Ringgit
|
||||
Maybank
|
||||
CIMB
|
||||
Shopee MY
|
||||
Lazada Malaysia
|
||||
KWSP i-Akaun
|
||||
LHDN MyTax
|
||||
Anwar Ibrahim
|
||||
Johor Bahru
|
||||
Penang
|
||||
Nasi Lemak
|
||||
|
||||
@@ -1,17 +1,105 @@
|
||||
abu bilal al minuki
|
||||
xxl
|
||||
wife
|
||||
nba
|
||||
timberwolves vs spurs
|
||||
cavaliers vs pistons
|
||||
evika silina
|
||||
jamb utme 2026 institution change
|
||||
mohamed salah
|
||||
virgil van dijk
|
||||
tinubu support dangote refinery
|
||||
julius omodayo owotuga
|
||||
claude ai
|
||||
ia central cordoba vs quimsa santiogo del estero
|
||||
adam sandler grown ups 3
|
||||
2027 social security cola estimate
|
||||
acapulco restaurant closing locations
|
||||
a24 backrooms movie
|
||||
iceman drake
|
||||
federal bureau of investigation
|
||||
dangote refinery
|
||||
bbc.hausa
|
||||
benjamin netanyahu
|
||||
asset forfeiture
|
||||
fifa world cup
|
||||
pistons vs cavaliers
|
||||
mls
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
ikeja electric
|
||||
israel
|
||||
film
|
||||
the boys
|
||||
amazon
|
||||
spurs vs timberwolves
|
||||
xm
|
||||
the punisher one last kill
|
||||
blue video
|
||||
jamb cut-off mark for 2026
|
||||
adebayo adelabu
|
||||
lakers vs thunder
|
||||
2001 ford explorer sportsman concept
|
||||
rayo vallecano vs girona fc standings
|
||||
aisha yesufu
|
||||
tottenham fixtures
|
||||
diesel fuel
|
||||
seyi tinubu
|
||||
man city chelsea fa cup
|
||||
benfica fc
|
||||
home
|
||||
open heaven for today 2026
|
||||
victor wembanyama
|
||||
abdul samad rabiu
|
||||
neymar
|
||||
$70 million lotto max jackpot winner
|
||||
israel iran war
|
||||
santos vs bragantino
|
||||
gavi
|
||||
bbc hausa news
|
||||
ac milan vs atalanta prediction
|
||||
wwe backlash 2026
|
||||
fuji moto
|
||||
ufc
|
||||
noni madueke
|
||||
when is mother's day
|
||||
salawa abeni
|
||||
daniel dubois
|
||||
ilebaye
|
||||
samsung galaxy s25 ultra one ui 8.5
|
||||
76ers vs knicks
|
||||
update
|
||||
leandro trossard
|
||||
arsenal champions league
|
||||
aviation fuel
|
||||
al hilal vs
|
||||
kai havertz
|
||||
b
|
||||
independiente medellin vs cr flamengo rj
|
||||
joni lamb
|
||||
pope leo xiv bank call
|
||||
fcmb
|
||||
kodak black
|
||||
cole palmer
|
||||
election law
|
||||
one ui 8.5 release date
|
||||
knicks vs 76ers
|
||||
atenas cordoba vs argentino junin
|
||||
mikel merino return date arsenal
|
||||
mbappe
|
||||
junior kroupi
|
||||
top scorer in champions league
|
||||
puskas arena
|
||||
trending video
|
||||
recoleta fc vs santos fc standings
|
||||
ig
|
||||
2026 uae eid al adha
|
||||
thunder vs lakers
|
||||
adams oshiomhole
|
||||
pistons vs cavaliers
|
||||
jamb news
|
||||
2027 social security cola
|
||||
10th nigeria national assembly
|
||||
spurs vs timberwolves
|
||||
moniepoint
|
||||
knicks vs 76ers
|
||||
atenas cordoba vs argentino junin
|
||||
ypiranga fc rs vs ituano fc sp
|
||||
birthday wishes
|
||||
apple iphone 18 pro max
|
||||
@@ -47,7 +135,6 @@ living wage
|
||||
noah okafor
|
||||
remi tinubu
|
||||
imperfect women
|
||||
bbc.hausa
|
||||
ekiti
|
||||
china
|
||||
timberwolves vs nuggets
|
||||
@@ -75,7 +162,6 @@ the devil wears prada 2
|
||||
king charles
|
||||
house of the dragon season 3
|
||||
gta 5
|
||||
top scorer in champions league
|
||||
nuggets vs timberwolves
|
||||
suns vs thunder
|
||||
bybit
|
||||
|
||||
@@ -1,11 +1,107 @@
|
||||
24 uur nürburgring 2026 waar te zien
|
||||
brandweer
|
||||
saba eiland
|
||||
tyson fury
|
||||
nicky catsburg
|
||||
horoscoop
|
||||
rijnmond
|
||||
royal pop swatch
|
||||
jeanine hennis-plasschaert
|
||||
mexico
|
||||
thucydides trap
|
||||
evika silina
|
||||
jacob elordi
|
||||
jenny mollen
|
||||
pretpark hennie rotterdam
|
||||
alexandra capitanescu
|
||||
schip
|
||||
monica montefalcone
|
||||
frenkie de jong
|
||||
corinthians - barra fc
|
||||
leandro trossard
|
||||
kelly mcgillis
|
||||
rosanna arquette
|
||||
rusland
|
||||
kevin warsh
|
||||
bataviastad
|
||||
fifa wk 2026
|
||||
antonella salvucci
|
||||
brigit toebes
|
||||
nastase
|
||||
keir
|
||||
ivo opstelten
|
||||
joost nieuwenhuis surhuisterveen
|
||||
motie
|
||||
hantavirus radboudumc
|
||||
weer utrecht
|
||||
weeronline
|
||||
jason collins
|
||||
anass salah-eddine
|
||||
anthropic
|
||||
lakers vs thunder
|
||||
het weer
|
||||
reform bill
|
||||
weer rotterdam
|
||||
jake paul
|
||||
caroline van der plas
|
||||
matt damon
|
||||
misdaadserie
|
||||
shinyhunters
|
||||
pien hersman
|
||||
martin short
|
||||
belasting
|
||||
hvzeeland
|
||||
bn destem
|
||||
manosphere
|
||||
la casa de papel
|
||||
hypotheekrenteaftrek
|
||||
weather
|
||||
rente
|
||||
wijkagent
|
||||
tweede pinksterdag vrije dag
|
||||
leo schilperoord
|
||||
hélène hendriks
|
||||
verstappen
|
||||
buitenaards
|
||||
scientology
|
||||
perzische golf
|
||||
ufc kijken
|
||||
paramount
|
||||
sean brady
|
||||
kwadrantweg
|
||||
hennie van der most
|
||||
floris wolfs
|
||||
pandemie hantavirus
|
||||
112 tilburg
|
||||
kimi antonelli
|
||||
ziggo
|
||||
asml
|
||||
espn
|
||||
kerosine
|
||||
hms prince of wales
|
||||
groningen
|
||||
iran nieuws
|
||||
duitser krijgt schadevergoeding
|
||||
netflix
|
||||
verenigde arabische emiraten
|
||||
nba
|
||||
pensioenleeftijd
|
||||
toto wolff
|
||||
bonaire ik vertrek nicole manuel
|
||||
een huis vol
|
||||
jeffrey epstein
|
||||
xbox
|
||||
weer zwolle
|
||||
epstein
|
||||
ijsselstein
|
||||
benzine
|
||||
kyle loftis
|
||||
stagflatie
|
||||
adyen
|
||||
weer groningen
|
||||
weer utrecht
|
||||
weerbericht
|
||||
andes virus
|
||||
stranger things
|
||||
ziggo
|
||||
priscilla wildeman
|
||||
tanner horner
|
||||
peter bosz
|
||||
@@ -22,8 +118,6 @@ georginio wijnaldum
|
||||
intercepted
|
||||
ulster
|
||||
rudy giuliani
|
||||
weer rotterdam
|
||||
weather
|
||||
benzine en diesel
|
||||
witsnuitdolfijn
|
||||
farioli
|
||||
@@ -36,7 +130,6 @@ miami f1
|
||||
shakira
|
||||
rave
|
||||
daghoroscoop
|
||||
weeronline
|
||||
wetter
|
||||
isack hadjar
|
||||
vakantiegeld aow netto
|
||||
@@ -88,7 +181,6 @@ militair
|
||||
emma heesters
|
||||
luik-bastenaken-luik
|
||||
luilakken koningsdag
|
||||
rusland
|
||||
car rental
|
||||
112 leiden
|
||||
taxi
|
||||
@@ -106,95 +198,3 @@ milan - juventus
|
||||
aryna sabalenka
|
||||
fortuna
|
||||
curacao
|
||||
atlético madrid - ath. bilbao
|
||||
digid solvinity
|
||||
baywatch
|
||||
boy kemper
|
||||
donyell malen
|
||||
twente - nec
|
||||
afc champions league
|
||||
wesley sonck
|
||||
arnold schwarzenegger
|
||||
devil wears prada
|
||||
jagiellonia białystok – górnik zabrze
|
||||
max verstappen redbull
|
||||
mvv - top oss
|
||||
energiecontract
|
||||
real betis - real madrid
|
||||
fc den bosch
|
||||
maarten van rossem
|
||||
jake paul
|
||||
financiën
|
||||
zonnepaneel
|
||||
xrp
|
||||
cyprus
|
||||
verdachte
|
||||
112 eerbeek
|
||||
golden earring
|
||||
sergiño dest
|
||||
david wilcock
|
||||
asiago
|
||||
shownieuws
|
||||
nijmegen
|
||||
keira knightley
|
||||
112 meldingen amsterdam
|
||||
dierenmishandeling
|
||||
112 amsterdam
|
||||
freek rikkerink
|
||||
poetin
|
||||
atalanta - lazio
|
||||
mr nobody against putin
|
||||
club brugge - mechelen
|
||||
frank hosmar
|
||||
barcelona - celta
|
||||
kees flodder
|
||||
burnley - manchester city
|
||||
lodewijk asscher
|
||||
vallende sterren
|
||||
guus meeuwis
|
||||
hoofddorp
|
||||
kaja kallas
|
||||
politiek
|
||||
stroomstoring amersfoort
|
||||
solvinity digid
|
||||
wout weghorst
|
||||
jamie kames
|
||||
bitvavo
|
||||
box 3
|
||||
ronde van de alpen
|
||||
matthias uhl
|
||||
taken film
|
||||
robot
|
||||
girona - real betis
|
||||
real madryt – deportivo alaves
|
||||
tbilisi
|
||||
southampton - bristol city
|
||||
vittoria guazzini
|
||||
oppo find x9 ultra
|
||||
real madrid - alavés
|
||||
الريال ضد ألافيس
|
||||
lecce - fiorentina
|
||||
pogoda jutro
|
||||
vierhouten
|
||||
weather tomorrow
|
||||
over mijn lijk 2026 overleden
|
||||
crystal palace - west ham
|
||||
f-16 fighting falcon
|
||||
klagenfurt
|
||||
italië
|
||||
ruud gullit
|
||||
perfil falso
|
||||
psg - lyon
|
||||
juventus - bologna
|
||||
troy parrott
|
||||
az - nec opstellingen
|
||||
caroline tensen
|
||||
asielbeleid
|
||||
philippe sandler
|
||||
keerbergen
|
||||
peer koopmeiners
|
||||
nederlands elftal
|
||||
pogoń szczecin – lech poznań
|
||||
stand premier league
|
||||
bulgarije
|
||||
chelsea - man utd
|
||||
|
||||
77
data/keywords/kw_NP.txt
Normal file
77
data/keywords/kw_NP.txt
Normal file
@@ -0,0 +1,77 @@
|
||||
timberwolves vs spurs
|
||||
nepal national cricket team
|
||||
ban vs pak
|
||||
usa vs nepal
|
||||
kuldip yadav ipl
|
||||
epl
|
||||
pati patni aur woh do review
|
||||
fa cup
|
||||
aston villa vs liverpool
|
||||
video videos
|
||||
neet ug
|
||||
real madrid
|
||||
al-ettifaq vs al-ittihad
|
||||
real madrid vs real oviedo
|
||||
points table ipl
|
||||
girona vs real sociedad
|
||||
valencia vs rayo vallecano
|
||||
naman dhir
|
||||
ryan rickelton
|
||||
arshdeep singh
|
||||
scotland vs usa
|
||||
copa do brasil
|
||||
mls
|
||||
today weather
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
weather kathmandu
|
||||
getafe vs mallorca
|
||||
deportivo alavés vs fc barcelona standings
|
||||
sai sudharsan
|
||||
share result
|
||||
ipo
|
||||
rcb vs kkr
|
||||
osasuna vs atlético madrid standings
|
||||
southampton vs middlesbrough
|
||||
osasuna vs atlético madrid
|
||||
ipl points table 2026
|
||||
real betis vs elche
|
||||
al-nassr vs al-hilal
|
||||
celta vs levante
|
||||
australia cricket team
|
||||
icc
|
||||
cricinfo
|
||||
lakers vs thunder
|
||||
scotland vs nepal
|
||||
rio ave vs sporting
|
||||
napoli vs bologna
|
||||
tottenham vs leeds
|
||||
al-taawoun vs al-ahli
|
||||
ashutosh sharma
|
||||
lafc vs houston dynamo
|
||||
from season 4 episode 4
|
||||
result
|
||||
psg vs stade brestois standings
|
||||
santos vs bragantino
|
||||
fc barcelona vs real madrid standings
|
||||
toulouse vs ol
|
||||
score live
|
||||
live
|
||||
808
|
||||
joshua van
|
||||
mothers day
|
||||
ufc
|
||||
real sociedad vs real betis
|
||||
lecce vs juventus
|
||||
vfl wolfsburg vs bayern munich standings
|
||||
galatasaray vs antalyaspor
|
||||
mohammed siraj
|
||||
khamzat vs strickland
|
||||
indonesia vs samoa
|
||||
levante vs osasuna
|
||||
al-hilal vs al kholood
|
||||
vipraj nigam
|
||||
anukul roy
|
||||
kartik tyagi
|
||||
dc vs kkr
|
||||
kathmandu news nepal news nepal weather kathmandu weather nepal economy nepali rupee exchange rate kathmandu traffic tribhuvan airport flights nepal tourism pokhara travel everest base camp travel nepal visa news kathmandu post himalayan times onlinekhabar ekantipur ratopati nepal government nepal rastra bank nepal telecom ncell nepal daraz nepal esewa khalti nepal news today breaking news nepal weather today kathmandu jobs नेपाल समाचार आजको समाचार काठमाडौं मौसम नेपाली रुपैयाँ विनिमय दर
|
||||
78
data/keywords/kw_PH.txt
Normal file
78
data/keywords/kw_PH.txt
Normal file
@@ -0,0 +1,78 @@
|
||||
donald trump
|
||||
okc vs spurs
|
||||
terrence shannon jr.
|
||||
harrison barnes
|
||||
imee marcos
|
||||
gina carano
|
||||
converge
|
||||
in the grey
|
||||
julius randle
|
||||
luke kornet
|
||||
temperature today
|
||||
monica elfriede witt
|
||||
fuel price next week
|
||||
iphone
|
||||
mid year bonus 2026
|
||||
google gmail 5gb storage test
|
||||
steve kerr
|
||||
brian keith hosaka
|
||||
sony xperia 1 viii camera
|
||||
capital1 solar spikers
|
||||
fifa world cup 2026
|
||||
marcos maidana
|
||||
dog
|
||||
comelec
|
||||
benjamin netanyahu
|
||||
valkyries vs sky
|
||||
subpoena
|
||||
wnba
|
||||
cat
|
||||
giants vs dodgers
|
||||
antoine huby
|
||||
gemini intelligence
|
||||
shohei ohtani
|
||||
eid al-adha
|
||||
angel canino
|
||||
ateneo de manila university
|
||||
athena imperial
|
||||
lunar eclipse
|
||||
swatch audemars piguet royal pop
|
||||
prc leris
|
||||
is google down
|
||||
alex eala rybakina
|
||||
leris prc
|
||||
google
|
||||
lebron james
|
||||
nba score today
|
||||
nba live score
|
||||
isaiah hartenstein
|
||||
nba live
|
||||
espn
|
||||
morocco
|
||||
boxing
|
||||
chelsea handler
|
||||
sabrina carpenter
|
||||
fitbit air
|
||||
los angeles lakers 2026 draft
|
||||
philippine peso
|
||||
swatch x audemars piguet royal pop
|
||||
starlink
|
||||
ronald dela rosa
|
||||
government service insurance system
|
||||
hantavirus infection
|
||||
disney adventure cruise ship
|
||||
pizza hut
|
||||
remarkably bright creatures
|
||||
nick smith jr.
|
||||
fabio wardley vs daniel dubois
|
||||
alexander volkov
|
||||
jessica sanchez
|
||||
wolves
|
||||
hantavirus map live
|
||||
mike conley
|
||||
bea alonzo and vincent co wedding
|
||||
de'aaron fox
|
||||
naz reid
|
||||
carter bryant
|
||||
hyun bin
|
||||
manila news philippines weather philippines economy cebu news davao news philippines traffic manila airport naia flights philippine peso rate bangko sentral ng pilipinas gma news abs cbn news philstar inquirer rappler philippines grab philippines lazada philippines shopee philippines balita ngayon panahon manila
|
||||
76
data/keywords/kw_SA.txt
Normal file
76
data/keywords/kw_SA.txt
Normal file
@@ -0,0 +1,76 @@
|
||||
ap x swatch
|
||||
usa vs nep
|
||||
مسلسل off campus
|
||||
bangladesh vs pakistan
|
||||
محمد باقر السعدي
|
||||
timberwolves vs spurs
|
||||
cavaliers vs pistons
|
||||
اسعار الذهب
|
||||
يلو
|
||||
هذا البحر سوف يفيض
|
||||
1
|
||||
x.
|
||||
météo
|
||||
shapoor zadran
|
||||
مالكوم
|
||||
دنيا سمير غانم
|
||||
barbara palvin
|
||||
عريس
|
||||
الرياض
|
||||
سوق مالية
|
||||
صحة
|
||||
العيد الاضحى
|
||||
فارس
|
||||
scotland vs usa
|
||||
pistons vs cavaliers
|
||||
ليونيل ميسي
|
||||
mls
|
||||
sony xperia 1 viii
|
||||
وزارة الموارد البشرية والتنمية الاجتماعية
|
||||
copa do brasil
|
||||
cbse class 12 result 2026
|
||||
بين
|
||||
وزارة
|
||||
ياسمين عبد العزيز
|
||||
gold price in india
|
||||
spurs vs timberwolves
|
||||
الفجر
|
||||
the boys
|
||||
بدرية طلبة
|
||||
غامبا أوساكا
|
||||
اليوم العالمي للتمريض
|
||||
nurses day
|
||||
زواج
|
||||
scotland vs nepal
|
||||
sara duterte
|
||||
العراق
|
||||
lakers vs thunder
|
||||
ترند اطلس الجمال الطبيعي
|
||||
مسابقة الملك عبد العزيز الدولية لحفظ القرآن الكريم
|
||||
الرد الايراني
|
||||
سارية السواس
|
||||
برنامج خادم الحرمين الشريفين للابتعاث الخارجي
|
||||
neymar
|
||||
جوعان بن حمد آل ثاني
|
||||
runway
|
||||
le havre vs marseille
|
||||
جواو كانسيلو
|
||||
mehidy hasan miraz
|
||||
vijay
|
||||
shan masood
|
||||
joshua van
|
||||
كامل الوزير
|
||||
وزير
|
||||
حمزة شيماييف
|
||||
thunder vs lakers
|
||||
google fitbit air
|
||||
متى عيد الاضحى 2026
|
||||
സൗദി അറേബ്യ
|
||||
ليبيا
|
||||
ufo files
|
||||
ufc
|
||||
76ers vs knicks
|
||||
levante vs osasuna
|
||||
ليفانتي ضد أوساسونا
|
||||
فهد المفرج
|
||||
riyadh news saudi arabia news jeddah news saudi weather riyadh weather saudi economy saudi riyal exchange rate riyadh traffic king khalid airport flights jeddah airport flights saudi tourism riyadh season alula travel mecca news medina news saudi visa news arab news saudi gazette saudi press agency sabq al riyadh saudi government sama saudi central bank stc saudi mobily zain saudi noon saudi amazon sa jarir bookstore hungerstation saudi riyadh jobs saudi real estate saudi news today breaking news saudi weather today أخبار السعودية الرياض الطقس سعر الريال السعودي
|
||||
@@ -1,8 +1,95 @@
|
||||
affordable housing
|
||||
bangladesh vs pakistan
|
||||
timberwolves vs spurs
|
||||
largo
|
||||
cavaliers vs pistons
|
||||
mental health
|
||||
woodlands checkpoint
|
||||
weather singapore
|
||||
nea
|
||||
mohamed salah
|
||||
product recall
|
||||
donald trump
|
||||
monica elfriede witt
|
||||
lottery
|
||||
ticketmaster
|
||||
chinese f&b brands singapore
|
||||
rebecca lim
|
||||
iceman
|
||||
pete hegseth
|
||||
norway missiles
|
||||
thucydides trap
|
||||
scarlett johansson
|
||||
karuppu
|
||||
fuel
|
||||
pistons vs cavaliers
|
||||
mls
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
vivian balakrishnan may day award
|
||||
deportivo alavés vs fc barcelona standings
|
||||
spotify 20
|
||||
goh yong siang
|
||||
dbs ocbc uob q1 earnings
|
||||
new zealand
|
||||
silent call
|
||||
googlebook
|
||||
jason collins
|
||||
spurs vs timberwolves
|
||||
air india
|
||||
nick teo mother's day post
|
||||
babymonster choom tour singapore
|
||||
lebron james
|
||||
jcd prabhakar
|
||||
ajay mitchell
|
||||
test
|
||||
nba scores
|
||||
lakers vs oklahoma city thunder match player stats
|
||||
royal caribbean
|
||||
iran war ceasefire
|
||||
birth rate
|
||||
selling singtel discounted shares
|
||||
the weeknd singapore
|
||||
bosco chun ho wang
|
||||
lafc vs houston dynamo
|
||||
victor wembanyama
|
||||
ponzi
|
||||
santos vs bragantino
|
||||
nba draft lottery
|
||||
aadhav arjuna
|
||||
water pipe burst
|
||||
swatch ap
|
||||
scdf
|
||||
china
|
||||
joshua van
|
||||
lakers vs thunder
|
||||
62nd baeksang arts awards
|
||||
hyun bin
|
||||
76ers vs knicks
|
||||
hantavirus map
|
||||
rome open
|
||||
ufc 328
|
||||
al-hilal vs al kholood
|
||||
mothers day 2026
|
||||
palace vs shakhtar donetsk
|
||||
ec mop
|
||||
thunder vs lakers
|
||||
canvas
|
||||
david attenborough
|
||||
iran war
|
||||
uefa
|
||||
job
|
||||
megatsunami
|
||||
hdb
|
||||
mark zuckerberg
|
||||
naval strike missile
|
||||
knicks vs 76ers
|
||||
police
|
||||
manchester united f.c.
|
||||
soccernet
|
||||
housing and development board
|
||||
dress code
|
||||
micron technology
|
||||
thunder vs lakers
|
||||
pistons vs cavaliers
|
||||
阿森纳 - 马德里竞技
|
||||
马来西亚
|
||||
hydrogen
|
||||
@@ -14,9 +101,6 @@ toto jackpot singapore
|
||||
anthony edwards
|
||||
dbs bank
|
||||
补贴
|
||||
ticketmaster
|
||||
spurs vs timberwolves
|
||||
knicks vs 76ers
|
||||
新加坡博彩公司
|
||||
kerala election results
|
||||
toto
|
||||
@@ -35,11 +119,9 @@ thomson-east coast line
|
||||
inter miami vs orlando city
|
||||
mothers day
|
||||
jet bridge
|
||||
mls
|
||||
celtics vs 76ers
|
||||
james seah
|
||||
8视界新闻
|
||||
lebron james
|
||||
jpmorgan chase
|
||||
singapore airlines ultra-long routes
|
||||
drunk driving
|
||||
@@ -57,7 +139,6 @@ timberwolves vs nuggets
|
||||
gardens by the bay
|
||||
weather forecast
|
||||
universal studios singapore
|
||||
nba scores
|
||||
lorna hajdini
|
||||
cancer
|
||||
lakers
|
||||
@@ -117,84 +198,3 @@ real betis vs real madrid
|
||||
anne hathaway
|
||||
michael jackson
|
||||
sai sudharsan
|
||||
madrid open
|
||||
amd
|
||||
gt vs rcb
|
||||
ijooz
|
||||
raghav chadha
|
||||
darren wang
|
||||
mukesh choudhary
|
||||
danish malewar
|
||||
allah ghazanfar
|
||||
peregrine falcon
|
||||
airasia flight
|
||||
arrest
|
||||
hao mart singapore
|
||||
real salt lake vs inter miami
|
||||
pistons vs magic
|
||||
krisflyer
|
||||
michael jackson biopic
|
||||
新加坡
|
||||
atalanta vs lazio
|
||||
伯恩利 - 曼城
|
||||
porto vs sporting
|
||||
cdl directors resign millennium copthorne
|
||||
tsla
|
||||
leverkusen vs bayern
|
||||
burnley vs man city
|
||||
elche vs atlético madrid
|
||||
psg vs nantes
|
||||
al-nassr vs al ahli
|
||||
changi
|
||||
rr vs lsg
|
||||
primary school
|
||||
alexandra eala
|
||||
tan su shan
|
||||
sundaresh menon
|
||||
moulin rouge musical singapore
|
||||
south korea
|
||||
step
|
||||
gamba osaka vs avispa fukuoka
|
||||
honor 600 pro
|
||||
china shipyards oil tanker orders
|
||||
coe
|
||||
real madrid vs alavés
|
||||
brighton vs chelsea
|
||||
nitish rana
|
||||
earth day
|
||||
michael movie
|
||||
kevin warsh
|
||||
srh vs dc
|
||||
chinese aircraft carrier liaoning
|
||||
andie chen
|
||||
jesseca liu wins best actress
|
||||
crystal palace vs west ham
|
||||
grok
|
||||
gemini
|
||||
claude ai
|
||||
gpt
|
||||
ai
|
||||
is chatgpt down
|
||||
strait of hormuz news
|
||||
mi vs gt
|
||||
psg vs lyon
|
||||
sporting vs benfica
|
||||
bayern munich
|
||||
pl
|
||||
bangkok weather
|
||||
starhub
|
||||
廖子妤
|
||||
曼城 - 阿森纳
|
||||
bayern vs vfb stuttgart
|
||||
英超
|
||||
chelsea vs man united
|
||||
perfect crown
|
||||
ayush mhatre
|
||||
sarfaraz khan
|
||||
napoli vs lazio
|
||||
tottenham vs brighton
|
||||
abhishek sharma
|
||||
tinie tempah
|
||||
wrexham vs stoke city
|
||||
sassuolo vs como
|
||||
the straits times
|
||||
|
||||
78
data/keywords/kw_TH.txt
Normal file
78
data/keywords/kw_TH.txt
Normal file
@@ -0,0 +1,78 @@
|
||||
ราชินี
|
||||
กฎหมาย
|
||||
lotto
|
||||
timberwolves vs spurs
|
||||
หวยออมสิน
|
||||
กยศ
|
||||
เวียดนาม
|
||||
มูรินโญ่
|
||||
เลขเด็ดไทยรัฐ
|
||||
ap x swatch
|
||||
กัมพูชา
|
||||
1
|
||||
ทอง
|
||||
การประปานครหลวง
|
||||
ชายแดน ไทย-กัมพูชา
|
||||
กรมควบคุมมลพิษ
|
||||
เลขเด็ด 16 พฤษภาคม 2569
|
||||
ดูคะแนนกพ
|
||||
classroom
|
||||
xiaomi 17 max
|
||||
ทหาร
|
||||
มารีน่า
|
||||
คริสเตียโนโรนัลโด
|
||||
บุรีรัมย์ยูไนเต็ด shopee cup
|
||||
ข่าวสด
|
||||
a-z
|
||||
cincinnati vs inter miami
|
||||
ชาวยิว
|
||||
ไฟฟ้า
|
||||
deportivo alavés vs fc barcelona standings
|
||||
ฝน
|
||||
openai
|
||||
cloudflare
|
||||
shell diesel
|
||||
shell gasoline
|
||||
คลิปทราย
|
||||
pubg
|
||||
ผลหวยลาว 12 พฤษภาคม 2569
|
||||
cpall
|
||||
aia
|
||||
ดูบาสสด
|
||||
nba
|
||||
มะเร็ง
|
||||
google
|
||||
test
|
||||
สีหศักดิ์ พวงเกตุแก้ว
|
||||
สุราษฎร์ธานี
|
||||
arne slot out
|
||||
วันพยาบาลสากล
|
||||
ลงทะเบียนบัตรสวัสดิการแห่งรัฐ
|
||||
เงินกู้
|
||||
ส้ม เช้ง สาม ช่า
|
||||
thaksin shinawatra
|
||||
ตลาดหลักทรัพย์
|
||||
วัน ที่ 2 มิถุนายน 2569 หยุด ไหม
|
||||
นักมวย
|
||||
อาฒยา ฐิติกุล
|
||||
มิสเวิลด์
|
||||
swatch x ap
|
||||
bangkok weather
|
||||
เจลีก
|
||||
ทักษิณ
|
||||
กรมการปกครอง
|
||||
ถนน
|
||||
13 พฤษภาคม 2569 วันอะไร
|
||||
happy mothers day
|
||||
ไวรัสฮันตาคือ
|
||||
roblox
|
||||
joshua van
|
||||
มายด์ ลภัสลัล
|
||||
ฟุตบอลโลก
|
||||
พี่ชายทรายสก็อต
|
||||
alex jimenez bournemouth
|
||||
วอลเลย์บอลหญิงเนชันส์ลีก
|
||||
ลำปาง
|
||||
ซาบีดา ไทยเศรษฐ์
|
||||
วันหยุด เดือนพฤษภาคม 2569
|
||||
bangkok news thailand news thailand weather bangkok weather thailand economy thai baht exchange rate bangkok traffic bts skytrain mrt bangkok suvarnabhumi airport flights thailand tourism bangkok hotels phuket travel chiang mai travel thai food near me grab thailand lazada thailand shopee thailand true dtac ais thailand bangkok post thairath khaosod thailand election thai government bank of thailand stock exchange thailand ข่าววันนี้ ข่าวด่วน กรุงเทพ อากาศวันนี้ ค่าเงินบาท
|
||||
96
data/keywords/kw_TR.txt
Normal file
96
data/keywords/kw_TR.txt
Normal file
@@ -0,0 +1,96 @@
|
||||
evrensel
|
||||
on numara sonuçları
|
||||
kurban bayramı'na kaç gün kaldı
|
||||
starbucks
|
||||
türkiye kadın milli voleybol takımı
|
||||
alime özge k
|
||||
malatya hava durumu
|
||||
diyarbakır hava durumu
|
||||
bayram ikramiyesi ne zaman yatacak
|
||||
nefes gazetesi
|
||||
yapı kredi
|
||||
işbankası
|
||||
ulusal staj programı
|
||||
19 mayıs gençlik ve spor bayramı
|
||||
gram altın
|
||||
ihh
|
||||
1
|
||||
19 mayıs
|
||||
halk bankası
|
||||
bim aktüel 15 mayıs
|
||||
rasim ozan kütahyalı
|
||||
kazakistan
|
||||
il dışı tayin
|
||||
gamze pamuk
|
||||
tayvan
|
||||
14 mayıs
|
||||
cem özdemir
|
||||
danıştay
|
||||
okulların kapanmasına kaç gün kaldı
|
||||
gaziemir su kesintisi
|
||||
denizli haber
|
||||
13 mayıs ne günü
|
||||
hbs
|
||||
içişleri bakanlığı
|
||||
yeşil alg
|
||||
takvim gazetesi
|
||||
mehmet ceyhan
|
||||
erzurum hava durumu
|
||||
simay kurt
|
||||
galatasaray mauro icardi
|
||||
jet yakıtı
|
||||
ajay mitchell
|
||||
hüseyin kürşat kırbıyık
|
||||
samsun haber
|
||||
19 mayıs tatil mi
|
||||
cerny
|
||||
survivor
|
||||
yasak
|
||||
konya hava durumu
|
||||
pl
|
||||
premier lig puan
|
||||
nba seçmeleri
|
||||
casusluk
|
||||
fikret orman
|
||||
şebnem ferah izmir konser
|
||||
son dakika haberleri
|
||||
yatırımcı
|
||||
11 mayıs
|
||||
darwin núñez
|
||||
okullar ne zaman kapanacak
|
||||
isveç
|
||||
akşam
|
||||
happy mother's day
|
||||
çılgın sayısal loto çekilişi
|
||||
erman toroğlu
|
||||
hasat
|
||||
halk tv
|
||||
alex pereira
|
||||
istanbul namaz vakitleri
|
||||
hava durumu afyon
|
||||
kırıkkale hava durumu
|
||||
šarūnas jasikevičius
|
||||
kırşehir hava durumu
|
||||
muğla hava durumu
|
||||
hava durumu istanbul
|
||||
kredi
|
||||
12 yargı paketi ne zaman çıkacak
|
||||
ga
|
||||
ibb
|
||||
honor 600 pro 512 gb
|
||||
ibrahim tatlıses baboş
|
||||
anneler günü ne zaman
|
||||
iran son dakika
|
||||
canlı altın
|
||||
baraj
|
||||
huawei watch fit 5 pro
|
||||
istanbul hava durumu
|
||||
okullar ne zaman tatil
|
||||
izmir deprem
|
||||
wilfried zaha
|
||||
izmir
|
||||
tüpraş
|
||||
bakanlık
|
||||
ankara hava
|
||||
hava durumu konya
|
||||
iphone
|
||||
@@ -1,3 +1,101 @@
|
||||
diaz 鬥雞
|
||||
新聞
|
||||
屍速禁區
|
||||
李灏宇
|
||||
stephon castle
|
||||
曾峻岳
|
||||
台灣
|
||||
英雄 聯盟
|
||||
swatch ap 聯名
|
||||
ap
|
||||
2408
|
||||
2603
|
||||
2368
|
||||
6414
|
||||
2464
|
||||
溫嵐
|
||||
中國 統一
|
||||
黃金
|
||||
繁榮
|
||||
醫院
|
||||
2344
|
||||
保羅沃克
|
||||
統測
|
||||
洛杉磯 快艇
|
||||
太陽光電
|
||||
golshifteh farahani
|
||||
股息
|
||||
銀行控股公司
|
||||
三星
|
||||
世足
|
||||
3661
|
||||
3044
|
||||
4977
|
||||
吳怡農
|
||||
中國國民黨副主席
|
||||
蔡壁如
|
||||
王愛琳
|
||||
南山人壽
|
||||
apple watch 高血壓
|
||||
臺中榮民總醫院
|
||||
google 當機
|
||||
住院醫師
|
||||
google
|
||||
ajay mitchell
|
||||
lebron james
|
||||
元大金
|
||||
nba
|
||||
test
|
||||
nba score
|
||||
nba直播
|
||||
3653
|
||||
3036
|
||||
2492
|
||||
賴士葆
|
||||
3443
|
||||
3006
|
||||
股本
|
||||
星巴克 買 一 送 一
|
||||
股價
|
||||
布蘭登·費雪
|
||||
羅明才
|
||||
緯創資通
|
||||
壽司郎
|
||||
安檢
|
||||
杜金龍
|
||||
韓國 瑜
|
||||
張榮興
|
||||
歸 化
|
||||
癌
|
||||
拓元
|
||||
蔣友青
|
||||
sk海力士
|
||||
5세대 실손보험
|
||||
會考
|
||||
101登高賽
|
||||
道奇 對 勇士
|
||||
timberwolves vs spurs
|
||||
徐國勇
|
||||
chris sale
|
||||
新應材
|
||||
google fitbit air
|
||||
股東
|
||||
謝金 河
|
||||
群聯
|
||||
星巴克買一送一
|
||||
exo 演唱會
|
||||
徐懷鈺
|
||||
光澤診所
|
||||
天弓三型防空飛彈
|
||||
國民 年金
|
||||
kylie jenner
|
||||
群創
|
||||
胡元輝
|
||||
徐熙娣
|
||||
壽司郎咖波
|
||||
美國國債
|
||||
聯合再生
|
||||
矽格
|
||||
宋成文
|
||||
teams
|
||||
軍 公教
|
||||
@@ -54,10 +152,8 @@ lck
|
||||
og anunoby
|
||||
白沙 屯 媽祖
|
||||
playstation
|
||||
星巴克買一送一
|
||||
psy
|
||||
70歲換駕照
|
||||
台灣
|
||||
email
|
||||
林逸欣
|
||||
張宇
|
||||
@@ -102,99 +198,3 @@ hito 流行音樂獎
|
||||
王苡丞
|
||||
遊戲
|
||||
chelsea đấu với leeds
|
||||
เชลซี พบ ลีดส์
|
||||
聯發科技
|
||||
詹姆士
|
||||
田麗
|
||||
token
|
||||
兵工廠
|
||||
魔術 對 活塞
|
||||
arsenal đấu với newcastle
|
||||
t.o.p.
|
||||
吸血鬼爬行者
|
||||
足總盃
|
||||
arsenal vs newcastle
|
||||
man city đấu với southampton
|
||||
消費券
|
||||
6187
|
||||
cpo概念股
|
||||
anaheim
|
||||
iu
|
||||
山口智子
|
||||
蔡依珊
|
||||
林岱安
|
||||
michael jackson 電影
|
||||
行動電源
|
||||
地震
|
||||
地震速報
|
||||
宋祖兒
|
||||
porter
|
||||
謝京穎
|
||||
德州儀器
|
||||
台新綜合證券
|
||||
希臘
|
||||
費城半導體
|
||||
mrvl
|
||||
狄鶯
|
||||
三星罷工
|
||||
00981a
|
||||
馬斯克
|
||||
辛耘
|
||||
宏碁股價
|
||||
0056
|
||||
2330
|
||||
雷霆 對 太陽
|
||||
0050股價
|
||||
006208
|
||||
景碩
|
||||
女警陳芊雯
|
||||
廢死聯盟
|
||||
西甲
|
||||
台灣積體電路製造
|
||||
高頻寬 記憶 體
|
||||
戴奧辛
|
||||
3665
|
||||
宋晟睿
|
||||
黃 甘霖
|
||||
劉家翔
|
||||
王耿豪
|
||||
王勝偉
|
||||
009816
|
||||
thời tiết ngày mai
|
||||
明天的天氣
|
||||
總部
|
||||
美光科技
|
||||
cpbl
|
||||
中華職棒
|
||||
中職
|
||||
黃甘霖
|
||||
6147
|
||||
earth day
|
||||
陳哲遠
|
||||
台鐵
|
||||
斯普拉遁 塗擊隊
|
||||
麥可傑克森
|
||||
神將彩券行
|
||||
米可白
|
||||
洪敬堯
|
||||
華邦電子
|
||||
柔美的細胞小將 3
|
||||
底特律老虎
|
||||
三 商 美邦
|
||||
川 普
|
||||
英雄聯盟
|
||||
聯電adr
|
||||
rklb
|
||||
amd stock
|
||||
宋仲基
|
||||
德甲
|
||||
塞爾提克 對 76人
|
||||
justin bieber 演唱會
|
||||
拜仁慕尼黑
|
||||
何潤東
|
||||
廖子妤
|
||||
英超
|
||||
許凱
|
||||
tottenham vs brighton
|
||||
長野縣
|
||||
交通安全
|
||||
|
||||
@@ -1,3 +1,98 @@
|
||||
daily record
|
||||
noah price
|
||||
b
|
||||
on
|
||||
ban vs pak
|
||||
restaurant
|
||||
timothee chalamet
|
||||
timberwolves vs spurs
|
||||
backrooms movie
|
||||
ap swatch watch
|
||||
randal kolo muani
|
||||
inquest
|
||||
james
|
||||
wade
|
||||
fa cup
|
||||
amazon driver cat theft elland
|
||||
simon dutton most wanted
|
||||
new dinosaur species
|
||||
ducks vs golden knights
|
||||
connections hint
|
||||
rs-28 sarmat
|
||||
jensen huang
|
||||
eric morecambe
|
||||
shabana mahmood
|
||||
sco vs usa
|
||||
p&o cruises
|
||||
nintendo switch 2
|
||||
scarlett johansson
|
||||
cuba
|
||||
belfast weather
|
||||
ted lasso
|
||||
weather liverpool
|
||||
met weather
|
||||
chongqing
|
||||
air india
|
||||
sydney sweeney
|
||||
met office weather
|
||||
golden knights vs ducks
|
||||
e
|
||||
sally nugent
|
||||
north korea
|
||||
audi q9
|
||||
ajay mitchell
|
||||
lebron james
|
||||
st johns
|
||||
st paulo
|
||||
strands hint
|
||||
rod stewart remarks on king
|
||||
rachel steven mafs australia
|
||||
mental health awareness week
|
||||
ushuaia
|
||||
mary berry bafta fellowship
|
||||
moroccan military us soldier recovery
|
||||
olivia rodrigo
|
||||
bet 365
|
||||
zack polanski ministry of justice
|
||||
weather manchester
|
||||
nationwide
|
||||
nrl
|
||||
wordle answer today
|
||||
tristan da cunha
|
||||
state pension
|
||||
arman tsarukyan
|
||||
cricinfo
|
||||
people's postcode lottery
|
||||
myanmar
|
||||
nurseries
|
||||
fitbit air tracker
|
||||
national lottery results
|
||||
sports
|
||||
betway
|
||||
natwest
|
||||
taxi
|
||||
ps5
|
||||
wwe backlash 2026
|
||||
darwin nunez
|
||||
pga tour
|
||||
reform policies 2026
|
||||
iplayer
|
||||
bb
|
||||
wandsworth
|
||||
bbc new
|
||||
sun
|
||||
wordle hint
|
||||
guardian uk
|
||||
daily echo
|
||||
yvonne gonzalez rogers musk case
|
||||
dp world tour
|
||||
nikkei 225
|
||||
do i need my polling card to vote
|
||||
mothers day 2026
|
||||
the sun uk
|
||||
bbc radio 4
|
||||
airport
|
||||
jamie vardy
|
||||
connections today
|
||||
henry cavill
|
||||
scottish sun
|
||||
@@ -9,37 +104,30 @@ pizza
|
||||
postcode lottery
|
||||
daredevil born again
|
||||
ryan reynolds
|
||||
bbc radio 4
|
||||
steam controllers
|
||||
man utd news
|
||||
connections nyt
|
||||
wren kitchens
|
||||
emmerdale spoilers
|
||||
time
|
||||
bb
|
||||
ukraine russia war
|
||||
kerala election result
|
||||
starbucks
|
||||
star wars day
|
||||
who won the snooker last night
|
||||
daily record
|
||||
sports
|
||||
eswatini
|
||||
mcdonald's
|
||||
election commission of india
|
||||
funeral director
|
||||
restaurant
|
||||
southampton marathon 2026
|
||||
jet2.com
|
||||
lewis hamilton ferrari 2026 season
|
||||
ipswich town football
|
||||
on
|
||||
nationwide building society
|
||||
savings
|
||||
nursery school
|
||||
nba scores
|
||||
katie price
|
||||
lebron james
|
||||
anne boleyn
|
||||
beyond paradise kris marshall
|
||||
nba schedule
|
||||
@@ -52,7 +140,6 @@ mark allen snooker delay
|
||||
accuweather
|
||||
severn trent water
|
||||
yorkshire water
|
||||
met office weather
|
||||
rangers f.c.
|
||||
anglian water
|
||||
edinburgh weather
|
||||
@@ -86,7 +173,6 @@ liverpool weather
|
||||
todays weather
|
||||
playstation plus
|
||||
manchester weather
|
||||
wordle hint
|
||||
everton f.c.
|
||||
dvla
|
||||
snooker results
|
||||
@@ -112,89 +198,3 @@ stock market
|
||||
napoli
|
||||
alex de minaur
|
||||
tigers vs hull fc
|
||||
edinburgh vs sharks
|
||||
mark williams snooker
|
||||
alex sinclair israeli police detention
|
||||
st. johnstone vs raith rovers
|
||||
mo farah
|
||||
newcastle vs bristol
|
||||
tbilisi
|
||||
connor storrie
|
||||
georgia
|
||||
stephen bunting
|
||||
great british menu 2026
|
||||
ravi eastenders
|
||||
salford city fc
|
||||
national grid
|
||||
mass effect
|
||||
salford city vs bromley
|
||||
real salt lake vs inter miami
|
||||
provinces of the pantheon
|
||||
mls
|
||||
russell brand
|
||||
john phelan
|
||||
hung cao
|
||||
pistons vs magic
|
||||
jerry bruckheimer
|
||||
st. george's day
|
||||
asiago
|
||||
framework laptop 13 pro
|
||||
boro
|
||||
interactive investor
|
||||
mint
|
||||
believe me itv
|
||||
amanda bynes
|
||||
strasbourg vs nice
|
||||
chase bank
|
||||
jak jones
|
||||
chase
|
||||
rodri
|
||||
christopher trybus
|
||||
lsg vs rr
|
||||
pension
|
||||
hebden bridge
|
||||
sandra bullock practical magic
|
||||
rolls-royce share price drop
|
||||
invincible season 5
|
||||
josé mourinho
|
||||
chris wakelin
|
||||
jimmy bullard adam thomas
|
||||
aer lingus flight cancellations
|
||||
sam west
|
||||
oxford united
|
||||
liam delap
|
||||
wba
|
||||
реал мадрид – алавес
|
||||
coppa italia
|
||||
girona vs real betis
|
||||
marcus rashford
|
||||
الريال ضد ألافيس
|
||||
supreme leader of iran
|
||||
oscar isaac
|
||||
xrp ledger
|
||||
pablo
|
||||
is tane leaving home and away
|
||||
julie andrews
|
||||
danny boyle
|
||||
nina eastenders
|
||||
john stones
|
||||
amazon vega os fire tv
|
||||
porto vs tondela
|
||||
santos vs fluminense
|
||||
martin brundle lost f1 seat
|
||||
keegan bradley
|
||||
antoni kowalski
|
||||
kezia dugdale
|
||||
car
|
||||
beef netflix
|
||||
juventus vs bologna
|
||||
losc vs nice
|
||||
david szalay
|
||||
the killer
|
||||
joe cole
|
||||
lille fc
|
||||
simon cowell
|
||||
pl
|
||||
frank lampard everton
|
||||
nottingham forest fixtures
|
||||
everton manager
|
||||
|
||||
@@ -1,3 +1,99 @@
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
lorde
|
||||
arnold allen
|
||||
strong acid subnautica 2
|
||||
lluvia
|
||||
bitcoin
|
||||
kospi
|
||||
idris elba
|
||||
famous basketball players
|
||||
outlander finale
|
||||
billboard top 100
|
||||
usc baseball
|
||||
tanner scott
|
||||
dodger standings
|
||||
elle kennedy
|
||||
super mario galaxy movie boxoffice
|
||||
jill kargman
|
||||
gta 6 pre order
|
||||
icc
|
||||
star citizen
|
||||
习近平
|
||||
fifa world cup 2026
|
||||
ca lottery
|
||||
jaire alexander
|
||||
bernadette peters
|
||||
spokane weather
|
||||
ashley judd
|
||||
jg quintel
|
||||
michael rapaport
|
||||
mookie betts
|
||||
giants game today
|
||||
shea langeliers
|
||||
iran missiles
|
||||
sf giants
|
||||
kash patel fbi director
|
||||
nba playoffs bracket
|
||||
warriors
|
||||
skip bayless
|
||||
nba free agents 2026
|
||||
michael jordan
|
||||
nba finals
|
||||
lakers box score
|
||||
hachimura
|
||||
nba mvp
|
||||
nba live
|
||||
dram stock
|
||||
the boys season 5 episode 7
|
||||
united flight 579 diversion
|
||||
homicide
|
||||
frontier airlines hits person
|
||||
weather forecast texas
|
||||
tim burton
|
||||
alfredo adame
|
||||
seven
|
||||
priyanka chopra
|
||||
russia ukraine war
|
||||
julio cesar chavez
|
||||
ufc post fight press conference
|
||||
apac
|
||||
tenerife
|
||||
aipac
|
||||
white house card ufc
|
||||
terence crawford
|
||||
humberto cruz
|
||||
neymar
|
||||
canelo álvarez
|
||||
kendrick lamar
|
||||
ben affleck
|
||||
la county fair 2026
|
||||
mark zuckerberg
|
||||
yaroslav amosov
|
||||
udonis haslem
|
||||
xiaodi you
|
||||
jennifer meyer
|
||||
alexander volkov
|
||||
pablo escobar
|
||||
zelensky
|
||||
blue shield
|
||||
jordan walker
|
||||
del monte
|
||||
riley o'brien
|
||||
kim petras
|
||||
ufo
|
||||
michael gandolfini
|
||||
bruno mars
|
||||
ronda rousey
|
||||
love island
|
||||
mississippi tornado warning
|
||||
sean manaea
|
||||
chris stapleton
|
||||
trump's hands
|
||||
ca governor race polls
|
||||
caro claire burke
|
||||
oregon state baseball
|
||||
iphone 16 pro
|
||||
@@ -9,7 +105,6 @@ samsung stock
|
||||
heather watson
|
||||
los angeles angels
|
||||
chris brown
|
||||
nathan lane
|
||||
jaafar jackson met gala 2026
|
||||
rachel zegler
|
||||
amanda bynes
|
||||
@@ -31,7 +126,6 @@ floyd mayweather
|
||||
wsl
|
||||
whitecaps - la galaxy
|
||||
air jordan 11 space jam
|
||||
julio cesar chavez
|
||||
budapest
|
||||
usyk
|
||||
dmitry bivol
|
||||
@@ -65,7 +159,6 @@ jack eichel
|
||||
apple iphone 18 pro max
|
||||
lena dunham
|
||||
vegas knights
|
||||
skip bayless
|
||||
acura
|
||||
qatar airways
|
||||
charles barkley
|
||||
@@ -105,96 +198,3 @@ corinthians vs vasco
|
||||
christian walker
|
||||
where to watch new york yankees vs houston astros
|
||||
gladiator ii
|
||||
hurricanes vs senators
|
||||
jalen duren
|
||||
keegan akin
|
||||
billy schrauth
|
||||
caleb durbin
|
||||
thunder vs suns
|
||||
max bredeson
|
||||
wednesday, season 3
|
||||
demonte capehart
|
||||
karoline leavitt maternity leave
|
||||
alex de minaur
|
||||
rafael jodar
|
||||
adam levine face
|
||||
howard frankland bridge
|
||||
vibrio vulnificus new york waters
|
||||
stade brestois - lens
|
||||
moustapha thiam
|
||||
us asylum seeker border reopening
|
||||
sunderland vs nottm forest
|
||||
leicester city vs millwall
|
||||
brandon marsh
|
||||
psv vs pec zwolle
|
||||
daniel merida aguilar
|
||||
william byron
|
||||
eve plumb
|
||||
mall of louisiana
|
||||
real oviedo vs villarreal
|
||||
real oviedo - villarreal
|
||||
call of duty: black ops 7
|
||||
tarik skubal
|
||||
cubs game today
|
||||
mike repole
|
||||
okc thunder
|
||||
atlanta braves
|
||||
mlb scores today
|
||||
braves standings
|
||||
kevin mckidd
|
||||
dan vladar
|
||||
mls standings
|
||||
dodgers - giants
|
||||
jon ossoff
|
||||
ozzy survivor
|
||||
braves score
|
||||
washington nationals
|
||||
alex bregman
|
||||
peter lambert
|
||||
darrell sheets
|
||||
ludwig kaiser
|
||||
edina shooting
|
||||
atalanta - lazio
|
||||
barcelona vs celta vigo
|
||||
rivian r2
|
||||
pick 4
|
||||
aoc
|
||||
cleveland browns
|
||||
nintendo switch gamecube games
|
||||
lsg vs rr
|
||||
spirit
|
||||
atlanta fire
|
||||
deshaun watson
|
||||
good morning america
|
||||
pittsburgh
|
||||
strands answers
|
||||
scientist
|
||||
mark cuban pharmacy
|
||||
inter milan
|
||||
lens vs toulouse
|
||||
david james
|
||||
andy weir
|
||||
noah kahan tiny desk concert
|
||||
jennifer garner 54th birthday photos
|
||||
troy baker
|
||||
real madrid - alavés
|
||||
girona - real betis
|
||||
girona vs real betis
|
||||
arc raiders
|
||||
schd etf dividend yield
|
||||
deportación
|
||||
lecce - fiorentina
|
||||
valley forge high school
|
||||
betty yee
|
||||
seth trimble
|
||||
bill belichick
|
||||
winter storm
|
||||
jim parsons
|
||||
kings vs avalanche
|
||||
suns vs thunder
|
||||
wolf
|
||||
santos - fluminense
|
||||
mets - cubs
|
||||
alexander manninger
|
||||
santos vs fluminense
|
||||
disclosure day
|
||||
|
||||
@@ -1,7 +1,105 @@
|
||||
擎天崗
|
||||
mưa đá
|
||||
bh media
|
||||
timberwolves vs spurs
|
||||
đá hoài ân
|
||||
quyền linh
|
||||
phòng cháy chữa cháy
|
||||
cặp đôi
|
||||
thuế quan
|
||||
kim thư
|
||||
cảnh sát giao thông
|
||||
cổ tức
|
||||
trần ngọc vàng
|
||||
trung nam hải
|
||||
bạc
|
||||
ngược đường ngược nắng tập 28
|
||||
sun group
|
||||
nam nha trang
|
||||
sói lửa
|
||||
đánh giá năng lực tphcm
|
||||
cướp
|
||||
ca sĩ
|
||||
pin điện
|
||||
gia ca phe hom nay
|
||||
dầu mỏ
|
||||
kevin warsh
|
||||
nga
|
||||
xe đầu kéo
|
||||
dương hoàng yến
|
||||
mb bank
|
||||
tàu chở dầu
|
||||
giải bóng đá vô địch quốc gia việt nam
|
||||
phương tiện bay không người lái
|
||||
công ty tnhh cây xanh công minh
|
||||
mourinho
|
||||
mỹ phẩm
|
||||
thanh niên
|
||||
mười hai con giáp
|
||||
chiến lược
|
||||
đèn giao thông
|
||||
ukraina
|
||||
chết
|
||||
bộ quốc phòng
|
||||
abc
|
||||
đi bộ
|
||||
hàn quốc
|
||||
lakers
|
||||
sân vận động thiên trường
|
||||
eileen wang
|
||||
cổ đông
|
||||
cháy quán karaoke
|
||||
phường rạch dừa
|
||||
psi scott
|
||||
lisa
|
||||
cổ phiếu
|
||||
trợ cấp
|
||||
hồ ngọc hà
|
||||
ngọc trinh
|
||||
lê huỳnh bảo ngọc
|
||||
mỹ tâm
|
||||
tập đoàn fpt
|
||||
giải vđqg nhật bản
|
||||
quần đảo trường sa
|
||||
câu lạc bộ bóng đá bournemouth
|
||||
bị điện giật
|
||||
neymar
|
||||
joshua van
|
||||
happy mother's day
|
||||
tập đoàn đức long gia lai
|
||||
khoáng sản
|
||||
đại tá
|
||||
cristiano ronaldo jr
|
||||
u17 việt
|
||||
bách hóa xanh
|
||||
nga ukraine
|
||||
nghệ
|
||||
câu lạc bộ bóng đá west ham united
|
||||
9 tháng 5
|
||||
thực phẩm
|
||||
công an thành phố cần thơ
|
||||
strasbourg đấu với rayo
|
||||
crystal palace đấu với shakhtar
|
||||
quỳnh kool
|
||||
bích trâm
|
||||
vinhomes
|
||||
giá vàng ngày 8 5 2026
|
||||
hanta virus
|
||||
dgc
|
||||
công nhân
|
||||
ngân hàng thương mại cổ phần đầu tư và phát triển việt nam
|
||||
park bo gum
|
||||
tốc độ
|
||||
âm lịch
|
||||
lương trần mỹ cẩm tập 1
|
||||
chú rể
|
||||
lãi suất ngân hàng
|
||||
trường thpt chuyên vĩnh phúc
|
||||
đỗ thị hà
|
||||
tín dụng
|
||||
dông
|
||||
tập đoàn vingroup
|
||||
cảnh sát
|
||||
giải vđqg nhật bản
|
||||
tuyên án
|
||||
gyokeres
|
||||
nguyễn thị kim tiến
|
||||
@@ -53,7 +151,6 @@ dự án
|
||||
huỳnh hiểu minh
|
||||
nhiệt độ tphcm
|
||||
venezuela
|
||||
vinhomes
|
||||
học bổng
|
||||
giáo sư
|
||||
denver nuggets
|
||||
@@ -93,7 +190,6 @@ nanaimoteuthis
|
||||
cảng
|
||||
vneid
|
||||
sri lanka
|
||||
công nhân
|
||||
hội đồng giám mục việt nam
|
||||
an ninh kinh tế
|
||||
kfc
|
||||
@@ -102,99 +198,3 @@ juventus
|
||||
milan đấu với juventus
|
||||
villarreal đấu với celta
|
||||
osasuna vs sevilla
|
||||
galatasaray
|
||||
michael jackson
|
||||
sevilla
|
||||
polymarket
|
||||
mật ngữ kỷ
|
||||
osasuna đấu với sevilla
|
||||
atlético madrid đấu với ath. bilbao
|
||||
erling haaland
|
||||
lịch thi đấu man city
|
||||
toulouse đấu với monaco
|
||||
mc vs
|
||||
đông anh
|
||||
al ahli
|
||||
man city
|
||||
chung cư
|
||||
napoli
|
||||
sunderland đấu với nottm forest
|
||||
betis đấu với real madrid
|
||||
napoli đấu với cremonese
|
||||
leipzig đấu với union berlin
|
||||
sunderland
|
||||
mẫu iphone 18
|
||||
oppo find x9 ultra
|
||||
xem phim
|
||||
andoni iraola
|
||||
stuttgart đấu với freiburg
|
||||
levante – sevilla
|
||||
giao dịch tài chính
|
||||
rayo đấu với espanyol
|
||||
levante đấu với sevilla
|
||||
bong ma hanh phuc
|
||||
aryna sabalenka
|
||||
mason nguyễn
|
||||
marcus rashford
|
||||
hà nội
|
||||
salt lake đấu với inter miami
|
||||
hung cao
|
||||
neymar
|
||||
cầu phú mỹ
|
||||
nhac
|
||||
wordle
|
||||
날씨
|
||||
giá cà phê hôm nay
|
||||
premier league standings
|
||||
mls
|
||||
phạm nhật vượng
|
||||
cristiano roland
|
||||
burnley vs man city
|
||||
bayern munich
|
||||
atalanta đấu với lazio
|
||||
barcelona đấu với celta
|
||||
psg – nantes
|
||||
leverkusen đấu với bayern
|
||||
elche – atlético madrid
|
||||
bryan mbeumo
|
||||
al nasr
|
||||
trực tiếp bóng đá hôm nay
|
||||
vtv3
|
||||
vtv3 trực tiếp
|
||||
tv
|
||||
vtv
|
||||
vtv6
|
||||
360
|
||||
lê khánh
|
||||
ô tô
|
||||
lê phương
|
||||
trực tiếp bóng đá u17 hôm nay
|
||||
inter milan
|
||||
chelsea
|
||||
girona đấu với betis
|
||||
real madrid đấu với alavés
|
||||
brighton vs chelsea
|
||||
brighton đấu với chelsea
|
||||
ath. bilbao đấu với osasuna
|
||||
pep guardiola
|
||||
zelvia đấu với shabab al-ahli
|
||||
cầu thủ
|
||||
lecce vs fiorentina
|
||||
fiorentina
|
||||
crystal palace đấu với west ham
|
||||
afc champions league
|
||||
eduardo camavinga
|
||||
vissel kobe
|
||||
gemi
|
||||
idp
|
||||
bảo hiểm y tế
|
||||
crystal palace vs west ham
|
||||
sporting lisbon
|
||||
psg vs lyon
|
||||
ca sĩ
|
||||
juventus đấu với bologna
|
||||
gladbach đấu với mainz
|
||||
twitch
|
||||
psg đấu với lyon
|
||||
ligue 1
|
||||
trận đấu ngoại hạng anh
|
||||
|
||||
422
data/map.json
422
data/map.json
@@ -18,6 +18,10 @@
|
||||
{
|
||||
"id": "Tokyo",
|
||||
"name": "Tokyo (东京)"
|
||||
},
|
||||
{
|
||||
"id": "Osaka",
|
||||
"name": "Osaka (大阪)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -40,6 +44,210 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "PH",
|
||||
"name": "Philippines (菲律宾)",
|
||||
"keyword_file": "kw_PH.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Manila",
|
||||
"name": "Manila (马尼拉)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "TH",
|
||||
"name": "Thailand (泰国)",
|
||||
"keyword_file": "kw_TH.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Bangkok",
|
||||
"name": "Bangkok (曼谷)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "KH",
|
||||
"name": "Cambodia (柬埔寨)",
|
||||
"keyword_file": "kw_KH.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "PhnomPenh",
|
||||
"name": "Phnom Penh (金边)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "MM",
|
||||
"name": "Myanmar (缅甸)",
|
||||
"keyword_file": "kw_MM.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Yangon",
|
||||
"name": "Yangon (仰光)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "LA",
|
||||
"name": "Laos (老挝)",
|
||||
"keyword_file": "kw_LA.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Vientiane",
|
||||
"name": "Vientiane (万象)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ID",
|
||||
"name": "Indonesia (印度尼西亚)",
|
||||
"keyword_file": "kw_ID.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Jakarta",
|
||||
"name": "Jakarta (雅加达)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "IN",
|
||||
"name": "India (印度)",
|
||||
"keyword_file": "kw_IN.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Delhi",
|
||||
"name": "Delhi (新德里)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "MN",
|
||||
"name": "Mongolia (蒙古)",
|
||||
"keyword_file": "kw_MN.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Ulaanbaatar",
|
||||
"name": "Ulaanbaatar (乌兰巴托)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NP",
|
||||
"name": "Nepal (尼泊尔)",
|
||||
"keyword_file": "kw_NP.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Kathmandu",
|
||||
"name": "Kathmandu (加德满都)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "BD",
|
||||
"name": "Bangladesh (孟加拉)",
|
||||
"keyword_file": "kw_BD.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Dhaka",
|
||||
"name": "Dhaka (达卡)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "AE",
|
||||
"name": "United Arab Emirates (阿联酋)",
|
||||
"keyword_file": "kw_AE.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Dubai",
|
||||
"name": "Dubai (迪拜)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "SA",
|
||||
"name": "Saudi Arabia (沙特阿拉伯)",
|
||||
"keyword_file": "kw_SA.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Riyadh",
|
||||
"name": "Riyadh (利雅得)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "KR",
|
||||
"name": "South Korea (韩国)",
|
||||
@@ -74,6 +282,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "MO",
|
||||
"name": "Macau (澳门)",
|
||||
"keyword_file": "kw_MO.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Macau",
|
||||
"name": "Macau (澳门)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "VN",
|
||||
"name": "Vietnam (越南)",
|
||||
@@ -152,6 +377,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "TR",
|
||||
"name": "Turkey (土耳其)",
|
||||
"keyword_file": "kw_TR.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Istanbul",
|
||||
"name": "Istanbul (伊斯坦布尔)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "DE",
|
||||
"name": "Germany (德国)",
|
||||
@@ -261,6 +503,16 @@
|
||||
"name": "United States (美国)",
|
||||
"keyword_file": "kw_US.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "AZ",
|
||||
"name": "Arizona (亚利桑那州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Phoenix",
|
||||
"name": "Phoenix (凤凰城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "CA",
|
||||
"name": "California (加州)",
|
||||
@@ -269,12 +521,66 @@
|
||||
"id": "Los_Angeles",
|
||||
"name": "Los Angeles (洛杉矶)"
|
||||
},
|
||||
{
|
||||
"id": "Ontario",
|
||||
"name": "Ontario (安大略)"
|
||||
},
|
||||
{
|
||||
"id": "San_Jose",
|
||||
"name": "San Jose (圣何塞)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "CO",
|
||||
"name": "Colorado (科罗拉多州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Boulder",
|
||||
"name": "Boulder (博尔德)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "FL",
|
||||
"name": "Florida (佛罗里达州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Miami",
|
||||
"name": "Miami (迈阿密)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "GA",
|
||||
"name": "Georgia (佐治亚州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Atlanta",
|
||||
"name": "Atlanta (亚特兰大)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "Hawaii",
|
||||
"name": "Hawaii",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Honolulu",
|
||||
"name": "Honolulu (檀香山)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "IA",
|
||||
"name": "Iowa (爱荷华州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Council_Bluffs",
|
||||
"name": "Council Bluffs (康瑟尔布拉夫斯)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "IL",
|
||||
"name": "Illinois (伊利诺伊州)",
|
||||
@@ -285,6 +591,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "KS",
|
||||
"name": "Kansas (堪萨斯州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Kansas_City",
|
||||
"name": "Kansas City (堪萨斯城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NC",
|
||||
"name": "North Carolina (北卡罗来纳州)",
|
||||
@@ -295,6 +611,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NJ",
|
||||
"name": "New Jersey (新泽西州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Newark",
|
||||
"name": "Newark (纽瓦克)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NV",
|
||||
"name": "Nevada (内华达州)",
|
||||
@@ -305,6 +631,26 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NY",
|
||||
"name": "New York (纽约州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "New_York",
|
||||
"name": "New York (纽约)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "OH",
|
||||
"name": "Ohio (俄亥俄州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Columbus",
|
||||
"name": "Columbus (哥伦布)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "OR",
|
||||
"name": "Oregon (俄勒冈州)",
|
||||
@@ -315,26 +661,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "UT",
|
||||
"name": "Utah (犹他州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Salt_Lake_City",
|
||||
"name": "Salt Lake City (盐湖城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "WA",
|
||||
"name": "Washington (华盛顿州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Seattle",
|
||||
"name": "Seattle (西雅图)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "TX",
|
||||
"name": "Texas (得克萨斯州)",
|
||||
@@ -350,12 +676,12 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "IA",
|
||||
"name": "Iowa (爱荷华州)",
|
||||
"id": "UT",
|
||||
"name": "Utah (犹他州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Council_Bluffs",
|
||||
"name": "Council Bluffs (康瑟尔布拉夫斯)"
|
||||
"id": "Salt_Lake_City",
|
||||
"name": "Salt Lake City (盐湖城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -370,52 +696,12 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "OH",
|
||||
"name": "Ohio (俄亥俄州)",
|
||||
"id": "WA",
|
||||
"name": "Washington (华盛顿州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Columbus",
|
||||
"name": "Columbus (哥伦布)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NY",
|
||||
"name": "New York (纽约州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "New_York",
|
||||
"name": "New York (纽约)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "FL",
|
||||
"name": "Florida (佛罗里达州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Miami",
|
||||
"name": "Miami (迈阿密)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NJ",
|
||||
"name": "New Jersey (新泽西州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Newark",
|
||||
"name": "Newark (纽瓦克)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "GA",
|
||||
"name": "Georgia (佐治亚州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Atlanta",
|
||||
"name": "Atlanta (亚特兰大)"
|
||||
"id": "Seattle",
|
||||
"name": "Seattle (西雅图)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
40
data/regions/AE/Default/Dubai.json
Normal file
40
data/regions/AE/Default/Dubai.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"region_name": "UAE (Dubai)",
|
||||
"google_module": {
|
||||
"base_lat": 25.2048,
|
||||
"base_lon": 55.2708,
|
||||
"lang_params": "hl=en-AE&gl=AE",
|
||||
"valid_url_suffix": "ae"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://u.ae/",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://gulfnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://www.khaleejtimes.com/",
|
||||
"https://www.centralbank.ae/",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://www.thenationalnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://u.ae/",
|
||||
"https://www.centralbank.ae/",
|
||||
"https://gulfnews.com/",
|
||||
"https://www.khaleejtimes.com/",
|
||||
"https://www.thenationalnews.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-06/man-fighting-removal-to-nauru-loses-high-court-challenge/106646446",
|
||||
"https://www.abc.net.au/news/2026-05-06/wagga-river-camp-resident-ask-for-open-mind-after-baby-death/106648194",
|
||||
"https://www.abc.net.au/news/2026-05-06/tim-pictons-alleged-attacker-avoids-jail-over-separate-charge/106648008",
|
||||
"https://www.abc.net.au/news/2026-05-06/adelaide-36ers-coach-mike-wells-quits/106648724",
|
||||
"https://www.abc.net.au/news/2026-05-06/womens-state-of-origin-game-two-team-lists/106648716",
|
||||
"https://www.abc.net.au/news/2026-05-06/commercial-fishing-ban-in-gulf-st-vincent-extends/106647212",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/brisbane-river-zip-line-proposal/106647348",
|
||||
"https://www.abc.net.au/news/2026-05-06/freshwater-turtles-thriving-near-broken-hill-outback-lake/106584786",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/ses-hq-wyong-central-coast-destroyed-by-fire/106647498",
|
||||
"https://www.abc.net.au/news/2026-05-06/child-protection-workers-lose-their-jobs-five-year-old-girl-nt/106647714",
|
||||
"https://www.abc.net.au/news/2026-05-06/jury-retires-greyhound-bruce-highway-bus-crash-trial-townsville/106642338",
|
||||
"https://www.abc.net.au/news/2026-05-06/inland-rail-cancellation-reactions/106646490",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/keysborough-secondary-college-teacher-principal-stabbing/106648548",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/influencers-reveal-what-life-is-like-on-hantavirus-cruise/106646542",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/concerns-about-victorian-road-repairs-despite-budget-funding/106445376",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://my.gov.au/"
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/tim-pictons-alleged-attacker-avoids-jail-over-separate-charge/106648008",
|
||||
"https://www.abc.net.au/news/2026-05-06/commercial-fishing-ban-in-gulf-st-vincent-extends/106647212",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/adelaide-36ers-coach-mike-wells-quits/106648724",
|
||||
"https://www.abc.net.au/news/2026-05-06/keysborough-secondary-college-teacher-principal-stabbing/106648548",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/womens-state-of-origin-game-two-team-lists/106648716",
|
||||
"https://www.abc.net.au/news/2026-05-06/jury-retires-greyhound-bruce-highway-bus-crash-trial-townsville/106642338",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/child-protection-workers-lose-their-jobs-five-year-old-girl-nt/106647714",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/inland-rail-cancellation-reactions/106646490",
|
||||
"https://www.abc.net.au/news/2026-05-06/freshwater-turtles-thriving-near-broken-hill-outback-lake/106584786",
|
||||
"https://www.abc.net.au/news/2026-05-06/influencers-reveal-what-life-is-like-on-hantavirus-cruise/106646542",
|
||||
"https://www.abc.net.au/news/2026-05-06/man-fighting-removal-to-nauru-loses-high-court-challenge/106646446",
|
||||
"https://www.abc.net.au/news/2026-05-06/ses-hq-wyong-central-coast-destroyed-by-fire/106647498",
|
||||
"https://www.abc.net.au/news/2026-05-06/wagga-river-camp-resident-ask-for-open-mind-after-baby-death/106648194",
|
||||
"https://www.abc.net.au/news/2026-05-06/brisbane-river-zip-line-proposal/106647348",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/concerns-about-victorian-road-repairs-despite-budget-funding/106445376",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.bunnings.com.au/"
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.ato.gov.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-06/concerns-about-victorian-road-repairs-despite-budget-funding/106445376",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/commercial-fishing-ban-in-gulf-st-vincent-extends/106647212",
|
||||
"https://www.abc.net.au/news/2026-05-06/brisbane-river-zip-line-proposal/106647348",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/inland-rail-cancellation-reactions/106646490",
|
||||
"https://www.abc.net.au/news/2026-05-06/wagga-river-camp-resident-ask-for-open-mind-after-baby-death/106648194",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/tim-pictons-alleged-attacker-avoids-jail-over-separate-charge/106648008",
|
||||
"https://www.abc.net.au/news/2026-05-06/freshwater-turtles-thriving-near-broken-hill-outback-lake/106584786",
|
||||
"https://www.abc.net.au/news/2026-05-06/adelaide-36ers-coach-mike-wells-quits/106648724",
|
||||
"https://www.abc.net.au/news/2026-05-06/influencers-reveal-what-life-is-like-on-hantavirus-cruise/106646542",
|
||||
"https://www.abc.net.au/news/2026-05-06/jury-retires-greyhound-bruce-highway-bus-crash-trial-townsville/106642338",
|
||||
"https://www.abc.net.au/news/2026-05-06/ses-hq-wyong-central-coast-destroyed-by-fire/106647498",
|
||||
"https://www.abc.net.au/news/2026-05-06/keysborough-secondary-college-teacher-principal-stabbing/106648548",
|
||||
"https://www.abc.net.au/news/2026-05-06/womens-state-of-origin-game-two-team-lists/106648716",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/man-fighting-removal-to-nauru-loses-high-court-challenge/106646446",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/child-protection-workers-lose-their-jobs-five-year-old-girl-nt/106647714"
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.coles.com.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-06/freshwater-turtles-thriving-near-broken-hill-outback-lake/106584786",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/tim-pictons-alleged-attacker-avoids-jail-over-separate-charge/106648008",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/adelaide-36ers-coach-mike-wells-quits/106648724",
|
||||
"https://www.abc.net.au/news/2026-05-06/womens-state-of-origin-game-two-team-lists/106648716",
|
||||
"https://www.abc.net.au/news/2026-05-06/jury-retires-greyhound-bruce-highway-bus-crash-trial-townsville/106642338",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/inland-rail-cancellation-reactions/106646490",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/child-protection-workers-lose-their-jobs-five-year-old-girl-nt/106647714",
|
||||
"https://www.abc.net.au/news/2026-05-06/ses-hq-wyong-central-coast-destroyed-by-fire/106647498",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/concerns-about-victorian-road-repairs-despite-budget-funding/106445376",
|
||||
"https://www.abc.net.au/news/2026-05-06/brisbane-river-zip-line-proposal/106647348",
|
||||
"https://www.abc.net.au/news/2026-05-06/influencers-reveal-what-life-is-like-on-hantavirus-cruise/106646542",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/man-fighting-removal-to-nauru-loses-high-court-challenge/106646446",
|
||||
"https://www.abc.net.au/news/2026-05-06/keysborough-secondary-college-teacher-principal-stabbing/106648548",
|
||||
"https://www.abc.net.au/news/2026-05-06/wagga-river-camp-resident-ask-for-open-mind-after-baby-death/106648194",
|
||||
"https://www.abc.net.au/news/2026-05-06/commercial-fishing-ban-in-gulf-st-vincent-extends/106647212",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.ato.gov.au/"
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-06/jury-retires-greyhound-bruce-highway-bus-crash-trial-townsville/106642338",
|
||||
"https://www.abc.net.au/news/2026-05-06/concerns-about-victorian-road-repairs-despite-budget-funding/106445376",
|
||||
"https://www.abc.net.au/news/2026-05-06/influencers-reveal-what-life-is-like-on-hantavirus-cruise/106646542",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/adelaide-36ers-coach-mike-wells-quits/106648724",
|
||||
"https://www.abc.net.au/news/2026-05-06/ses-hq-wyong-central-coast-destroyed-by-fire/106647498",
|
||||
"https://www.abc.net.au/news/2026-05-06/womens-state-of-origin-game-two-team-lists/106648716",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/wagga-river-camp-resident-ask-for-open-mind-after-baby-death/106648194",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/freshwater-turtles-thriving-near-broken-hill-outback-lake/106584786",
|
||||
"https://www.abc.net.au/news/2026-05-06/keysborough-secondary-college-teacher-principal-stabbing/106648548",
|
||||
"https://www.abc.net.au/news/2026-05-06/child-protection-workers-lose-their-jobs-five-year-old-girl-nt/106647714",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/inland-rail-cancellation-reactions/106646490",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/man-fighting-removal-to-nauru-loses-high-court-challenge/106646446",
|
||||
"https://www.abc.net.au/news/2026-05-06/tim-pictons-alleged-attacker-avoids-jail-over-separate-charge/106648008",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-06/commercial-fishing-ban-in-gulf-st-vincent-extends/106647212",
|
||||
"https://www.abc.net.au/news/2026-05-06/brisbane-river-zip-line-proposal/106647348"
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.commbank.com.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
35
data/regions/BD/Default/Dhaka.json
Normal file
35
data/regions/BD/Default/Dhaka.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"region_name": "Bangladesh (Dhaka)",
|
||||
"google_module": {
|
||||
"base_lat": 23.8103,
|
||||
"base_lon": 90.4125,
|
||||
"lang_params": "hl=en-BD&gl=BD",
|
||||
"valid_url_suffix": "com.bd"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.thedailystar.net/news/bangladesh/news/noab-hikes-newspaper-price-tk-2-jul-25-3076201",
|
||||
"https://www.thedailystar.net/news/bangladesh/politics/news/ecs-dialogue-parties-runs-snag-3075346",
|
||||
"https://www.thedailystar.net/",
|
||||
"https://bangladesh.gov.bd/",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/wasfia-first-bangladeshi-conquer-k2-3076981",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/need-1-week-assess-situation-3076976",
|
||||
"https://www.thedailystar.net/youth/education/campus/news/cu-admin-identifies-2-molesters-3076956",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/you-cannot-remain-silent-3076231",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/yet-start-mega-projects-consider-putting-them-hold-3076221",
|
||||
"https://www.bdnews24.com/",
|
||||
"https://www.bb.org.bd/",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/power-crisis-may-worsen-3075341",
|
||||
"https://www.thedailystar.net/news/bangladesh/crime-justice/news/cu-sexual-assault-fingers-pointed-bcl-men-3076216",
|
||||
"https://www.thedailystar.net/rohingya-influx/news/rohingya-genocide-case-proceed-3076971",
|
||||
"https://www.prothomalo.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://bangladesh.gov.bd/",
|
||||
"https://www.bb.org.bd/",
|
||||
"https://www.thedailystar.net/",
|
||||
"https://www.prothomalo.com/",
|
||||
"https://www.bdnews24.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cbc.ca/news/world/russia-internet-vpn-9.7188353?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/former-governors-general-expense-account-9.7188412?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/ottawa/alto-rail-ottawa-montreal-route-property-map-9.7188144?cmp=rss",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.cbc.ca/news/entertainment/tracker-leaving-vancouver-california-tax-credit-9.7188156?cmp=rss",
|
||||
"https://www.cbc.ca/radio/asithappens/wisconsin-emt-heart-attack-9.7188630?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/rubio-hegseth-iran-strait-hormuz-blockade-9.7188754?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/louse-arbour-governor-general-carney-analysis-9.7188709?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/assault-charge-white-house-correspondents-dinner-suspect-9.7188774?cmp=rss",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.cbc.ca/news/business/telecommunications-workers-restrictions-artificial-intelligence-9.7189209?cmp=rss",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/sports/hockey/pwhl/pwhl-playoffs-montreal-victoire-minnesota-frost-may5-9.7188085?cmp=rss",
|
||||
"https://www.canadapost-postescanada.ca/",
|
||||
"https://www.cbc.ca/news/indigenous/red-dress-day-vigil-parliament-hill-9.7188743?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/canada-c17-fleet-us-sustainment-services-9.7188694?cmp=rss",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.cbc.ca/news/politics/order-of-canada-terminations-9.7201491?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/vancouver-bc-hot-weather-records-9.7188997?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/trump-xi-china-summit-analysis-9.7201162?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/saskatchewan/sask-may-long-weekend-weather-warning-9.7201543?cmp=rss",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.cbc.ca/news/entertainment/drake-mohabir-ice-projection-9.7201638?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/us-lee-gilley-toronto-flight-italy-9.7199144?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/kars4kids-ad-banned-false-advertising-9.7201634?cmp=rss",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/police-vehicle-ramming-crash-vancouver-west-end-9.7200915?cmp=rss",
|
||||
"https://www.td.com/",
|
||||
"https://www.cbc.ca/news/health/hantavirus-human-transmission-9.7188555?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/edmonton/elections-alberta-voter-data-centurion-project-ndp-ucp-9.7189167?cmp=rss"
|
||||
"https://www.cbc.ca/news/politics/carney-smith-energy-announcement-mou-9.7200652?cmp=rss",
|
||||
"https://www.cbc.ca/news/health/hantavirus-ontario-testing-9.7201203?cmp=rss",
|
||||
"https://www.cbc.ca/news/entertainment/harvey-weinstein-rape-trial-mistrial-new-york-9.7201187?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/bc-attorney-general-intimate-partner-violence-9.7201972?cmp=rss",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/politics/military-information-operation-covid-19-9.7199707?cmp=rss",
|
||||
"https://www.cbc.ca/news/indigenous/itac-itbc-indigenous-tourism-9.7201224?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/israel-lebanon-ceasefire-9.7201450?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/windsor/gordie-howe-bridge-opening-negotiations-trump-windsor-detroit-9.7201921?cmp=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.canada.ca/en.html",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.cbc.ca/news/indigenous/red-dress-day-vigil-parliament-hill-9.7188743?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/former-governors-general-expense-account-9.7188412?cmp=rss",
|
||||
"https://www.cbc.ca/news/entertainment/tracker-leaving-vancouver-california-tax-credit-9.7188156?cmp=rss",
|
||||
"https://www.canadapost-postescanada.ca/",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.cbc.ca/news/world/russia-internet-vpn-9.7188353?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/louse-arbour-governor-general-carney-analysis-9.7188709?cmp=rss",
|
||||
"https://www.cbc.ca/news/health/hantavirus-human-transmission-9.7188555?cmp=rss",
|
||||
"https://www.cbc.ca/radio/asithappens/wisconsin-emt-heart-attack-9.7188630?cmp=rss",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/vancouver-bc-hot-weather-records-9.7188997?cmp=rss",
|
||||
"https://www.cbc.ca/news/business/telecommunications-workers-restrictions-artificial-intelligence-9.7189209?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/rubio-hegseth-iran-strait-hormuz-blockade-9.7188754?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/edmonton/elections-alberta-voter-data-centurion-project-ndp-ucp-9.7189167?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/assault-charge-white-house-correspondents-dinner-suspect-9.7188774?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/ottawa/alto-rail-ottawa-montreal-route-property-map-9.7188144?cmp=rss",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/world/trump-xi-china-summit-analysis-9.7201162?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/canada/saskatchewan/sask-may-long-weekend-weather-warning-9.7201543?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/carney-smith-energy-announcement-mou-9.7200652?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/military-information-operation-covid-19-9.7199707?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/order-of-canada-terminations-9.7201491?cmp=rss",
|
||||
"https://www.cbc.ca/news/entertainment/drake-mohabir-ice-projection-9.7201638?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/kars4kids-ad-banned-false-advertising-9.7201634?cmp=rss",
|
||||
"https://www.canadapost-postescanada.ca/",
|
||||
"https://www.cbc.ca/news/entertainment/harvey-weinstein-rape-trial-mistrial-new-york-9.7201187?cmp=rss",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/police-vehicle-ramming-crash-vancouver-west-end-9.7200915?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/bc-attorney-general-intimate-partner-violence-9.7201972?cmp=rss",
|
||||
"https://www.td.com/",
|
||||
"https://www.cbc.ca/sports/hockey/pwhl/pwhl-playoffs-montreal-victoire-minnesota-frost-may5-9.7188085?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/canada-c17-fleet-us-sustainment-services-9.7188694?cmp=rss"
|
||||
"https://www.cbc.ca/news/health/hantavirus-ontario-testing-9.7201203?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/us-lee-gilley-toronto-flight-italy-9.7199144?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/windsor/gordie-howe-bridge-opening-negotiations-trump-windsor-detroit-9.7201921?cmp=rss",
|
||||
"https://www.cbc.ca/news/indigenous/itac-itbc-indigenous-tourism-9.7201224?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/israel-lebanon-ceasefire-9.7201450?cmp=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.canada.ca/en.html",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.tagesschau.de/inland/spahn-fraktionschef-union-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/unicredit-commerzbank-uebernahme-rekordgewinn-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/ukraine-kriegsverlauf-gady-100.html",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/meta-alterskontrolle-eu-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/deutsche-post-dhl-hauptversammlung-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/rumaenien-misstrauensvotum-parlament-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/investigativ/ndr/grauer-star-behandlung-kosten-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/mietwucher-berlin-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-dow-geldanlage-128.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/urlaub-nachzahlungen-kerosinpreise-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/wein-krise-deutschland-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-koalition-reaktionen-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/project-freedom-usa-hormus-iran-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/wahlkreise-zuschnitt-usa-100.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-russland-waffenruhe-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.obi.de/",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.dwd.de/"
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.obi.de/",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/wahlkreise-zuschnitt-usa-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/mietwucher-berlin-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/project-freedom-usa-hormus-iran-100.html",
|
||||
"https://www.tagesschau.de/inland/spahn-fraktionschef-union-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-russland-waffenruhe-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.tagesschau.de/investigativ/ndr/grauer-star-behandlung-kosten-100.html",
|
||||
"https://www.tagesschau.de/ukraine-kriegsverlauf-gady-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/meta-alterskontrolle-eu-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/deutsche-post-dhl-hauptversammlung-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/urlaub-nachzahlungen-kerosinpreise-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-koalition-reaktionen-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/unicredit-commerzbank-uebernahme-rekordgewinn-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/wein-krise-deutschland-100.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.obi.de/",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/rumaenien-misstrauensvotum-parlament-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-dow-geldanlage-128.html",
|
||||
"https://www.arbeitsagentur.de/"
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.tagesschau.de/ausland/europa/rumaenien-misstrauensvotum-parlament-100.html",
|
||||
"https://www.ebay.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-dow-geldanlage-128.html",
|
||||
"https://www.tagesschau.de/ausland/europa/meta-alterskontrolle-eu-100.html",
|
||||
"https://www.tagesschau.de/inland/spahn-fraktionschef-union-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-russland-waffenruhe-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/urlaub-nachzahlungen-kerosinpreise-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr/grauer-star-behandlung-kosten-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-koalition-reaktionen-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tum.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/project-freedom-usa-hormus-iran-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/unicredit-commerzbank-uebernahme-rekordgewinn-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.spiegel.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/wahlkreise-zuschnitt-usa-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/wein-krise-deutschland-100.html",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.bahn.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/mietwucher-berlin-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/ukraine-kriegsverlauf-gady-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tum.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/deutsche-post-dhl-hauptversammlung-100.html"
|
||||
"https://www.ebay.de/",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.arbeitsagentur.de/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.dwd.de/",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/project-freedom-usa-hormus-iran-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/deutsche-post-dhl-hauptversammlung-100.html",
|
||||
"https://www.tagesschau.de/inland/spahn-fraktionschef-union-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-dow-geldanlage-128.html",
|
||||
"https://www.tagesschau.de/ausland/europa/rumaenien-misstrauensvotum-parlament-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/mietwucher-berlin-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/meta-alterskontrolle-eu-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/unicredit-commerzbank-uebernahme-rekordgewinn-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-koalition-reaktionen-100.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-russland-waffenruhe-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/wahlkreise-zuschnitt-usa-100.html",
|
||||
"https://www.obi.de/",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/urlaub-nachzahlungen-kerosinpreise-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr/grauer-star-behandlung-kosten-100.html",
|
||||
"https://www.tagesschau.de/ukraine-kriegsverlauf-gady-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/wein-krise-deutschland-100.html",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.stepstone.de/"
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://elpais.com/salud-y-bienestar/2026-05-05/gabriel-rabinovich-bioquimico-mi-sueno-es-no-tener-que-decirle-a-ningun-paciente-que-no-hay-nada-que-hacer.html",
|
||||
"https://elpais.com/espana/madrid/2026-05-05/una-hora-de-tregua-politica-en-madrid-por-el-aniversario-de-la-muerte-de-tierno-galvan-hagamos-un-ejercicio-de-concordia.html",
|
||||
"https://elpais.com/icon/2026-05-06/aitor-ruibal-no-compro-lo-de-no-me-mojo-porque-soy-futbolista-no-te-mojas-porque-no-quieres-lios.html",
|
||||
"https://elpais.com/salud-y-bienestar/2026-05-06/bitacora-del-mv-hondius-de-ushuaia-a-canarias-diario-de-a-bordo-de-un-brote-de-hantavirus.html",
|
||||
"https://elpais.com/sociedad/2026-05-06/que-esto-no-salga-en-los-periodicos-la-iglesia-pide-perdon-a-la-victima-que-denuncio-al-obispo-de-cadiz-y-le-exige-silencio.html",
|
||||
"https://www.santander.es/",
|
||||
"https://elpais.com/espana/madrid/2026-05-15/5-planes-gratis-en-madrid-del-15-al-22-de-mayo-un-desfile-de-coches-de-epoca-y-el-dia-de-los-museos.html",
|
||||
"https://elpais.com/ideas/2026-05-13/rasputin-el-monje-curandero-que-fascino-a-los-zares-y-abrio-la-puerta-al-fin-del-imperio-ruso.html",
|
||||
"https://cincodias.elpais.com/companias/2026-05-16/la-guerra-amenaza-a-las-empresas-del-private-equity-con-exceso-de-deuda-tras-los-casos-de-pronovias-goiko-y-amara.html",
|
||||
"https://www.zara.com/es/",
|
||||
"https://elpais.com/deportes/2026-05-05/jon-rahm-y-el-circuito-europeo-firman-la-paz.html",
|
||||
"https://elpais.com/deportes/futbol/2026-05-06/bayern-y-psg-alcanzan-una-cumbre-insolita-en-la-champions.html",
|
||||
"https://www.elcorteingles.es/",
|
||||
"https://elpais.com/economia/negocios/2026-05-03/a-la-caza-del-teletrabajador-tramposo-estas-son-las-herramientas-que-usan-las-empresas-para-detectar-a-los-impostores.html",
|
||||
"https://elpais.com/videos/2026-05-04/videos-de-ajedrez-korchmar-un-desconocido-inmortal-ucranio.html",
|
||||
"https://elpais.com/tecnologia/2026-05-05/fin-del-misterio-la-caja-sorpresa-escondia-el-coche-de-siempre-y-el-del-futuro.html",
|
||||
"https://www.agenciatributaria.es/",
|
||||
"https://www.renfe.com/",
|
||||
"https://elpais.com/opinion/2026-05-05/hermana-y-maestra.html",
|
||||
"https://cincodias.elpais.com/companias/2026-05-06/las-electricas-rechazan-los-expedientes-sancionadores-a-las-nucleares-alegando-que-cumplian-las-normas-del-csn.html",
|
||||
"https://elpais.com/ciencia/2026-05-05/en-memoria-del-tigre-del-genoma-doctor-j-c-venter-1947-2026.html",
|
||||
"https://elpais.com/espana/galicia/2026-05-16/la-hibernacion-del-pazo-de-meiras-salas-prohibidas-a-la-espera-de-un-plan-de-consenso-que-no-llega.html",
|
||||
"https://elpais.com/babelia/2026-05-16/la-hora-del-cuento.html",
|
||||
"https://elpais.com/eps/2026-05-14/claves-para-salir-del-bucle-mental-y-empezar-a-vivir.html",
|
||||
"https://administracion.gob.es/",
|
||||
"https://elpais.com/tecnologia/2026-05-15/sam-altman-es-mentiroso-o-musk-un-celoso-el-gran-juicio-de-la-ia-queda-visto-para-sentencia.html",
|
||||
"https://www.amazon.es/",
|
||||
"https://elpais.com/sociedad/2026-05-06/sira-rego-vamos-a-ser-el-primer-pais-del-mundo-que-elimine-por-ley-el-uso-del-falso-sindrome-de-alienacion-parental.html",
|
||||
"https://elpais.com/gastronomia/el-comidista/2026-05-05/marineras-la-receta-de-la-tapa-mas-redonda-de-espana.html",
|
||||
"https://administracion.gob.es/"
|
||||
"https://elpais.com/espana/catalunya/2026-05-16/comuns-exige-a-illa-destinar-650-millones-de-euros-mas-para-politicas-de-vivienda-en-los-presupuestos.html",
|
||||
"https://www.renfe.com/",
|
||||
"https://elpais.com/internacional/2026-05-16/el-sector-petrolero-de-iran-resiste-la-presion-por-el-cierre-estadounidense-de-ormuz.html",
|
||||
"https://www.agenciatributaria.es/",
|
||||
"https://elpais.com/tecnologia/2026-05-15/carissa-veliz-filosofa-la-ia-presenta-las-predicciones-como-hechos-y-eso-tiene-implicaciones-eticas-profundas.html",
|
||||
"https://www.santander.es/",
|
||||
"https://elpais.com/planeta-futuro/2026-05-13/el-alivio-imposible-de-los-pacientes-quemados-durante-los-ataques-en-gazano-entra-nada-desde-enero-estamos-asfixiados.html",
|
||||
"https://elpais.com/cultura/2026-05-15/shakira-presenta-dai-dai-la-cancion-oficial-del-mundial-con-mencion-a-espana-y-a-iniesta-este-va-a-ser-mi-cuarto-el-mas-especial.html",
|
||||
"https://elpais.com/sociedad/lgtb/2026-05-16/el-asesinato-de-sonia-rescalvo-la-mujer-trans-que-puso-nombre-a-los-delitos-de-odio-en-espana-nos-obligo-a-entender-que-hay-violencias-que-no-son-neutras.html",
|
||||
"https://elpais.com/economia/2026-05-16/la-ia-entra-en-la-maleta-con-cautela-la-uso-pero-para-organizar-viajes-largos-prefiero-un-profesional.html",
|
||||
"https://elpais.com/cultura/2026-05-11/aparece-en-paises-bajos-un-cuadro-robado-por-los-nazis-al-coleccionista-judio-goudstikker.html",
|
||||
"https://www.elcorteingles.es/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://administracion.gob.es/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cdiscount.com/",
|
||||
"https://www.sorbonne-universite.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/sports/20260506-ligue-des-champions-arsenal-finale-premi%C3%A8re-fois-depuis-2006",
|
||||
"https://www.france24.com/fr/europe/20260505-trump-attaque-nouveau-pape-l%C3%A9on-xiv-qui-lui-r%C3%A9pond-par-message-de-paix",
|
||||
"https://www.amazon.fr/",
|
||||
"https://www.impots.gouv.fr/",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260505-br%C3%A9sil-un-petit-avion-s-%C3%A9crase-contre-un-immeuble-faisant-trois-morts",
|
||||
"https://www.credit-agricole.fr/",
|
||||
"https://www.service-public.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/dans-la-presse/20260506-biennale-de-venise-l-obsc%C3%A9nit%C3%A9-de-l-art-apolitique",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260505-alg%C3%A9rie-christophe-gleizes-renonce-%C3%A0-son-pourvoi-en-cassation-pour-une-possible-gr%C3%A2ce",
|
||||
"https://www.france24.com/fr/%C3%A9missions/info-ou-intox/20260505-iran-emirats-arabes-unis-regain-de-tensions-et-d-intox",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260505-france-des-lyc%C3%A9ens-pr%C3%A9parent-un-bac-option-drones-une-premi%C3%A8re-qui-int%C3%A9resse-l-arm%C3%A9e",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-de-l-argent-europ%C3%A9en-pour-acheter-am%C3%A9ricain-le-r%C3%A9armement-de-l-union-europ%C3%A9enne-est-enclench%C3%A9",
|
||||
"https://www.amazon.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-450-millions-d-europ%C3%A9ens-l-union-europ%C3%A9enne-investit-elle-pour-ses-citoyens-version-int%C3%A9grale",
|
||||
"https://www.france24.com/fr/%C3%A9missions/journal-de-l-afrique/20260515-madagascar-les-concertations-nationales-sur-la-refondation-d%C3%A9buteront-le-3-juin",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260515-roukiata-ouedraogo-black-tax-identit%C3%A9-diaspora-le-rire-comme-miroir-des-africains",
|
||||
"https://www.france24.com/fr/%C3%A9missions/info-ou-intox/20260515-la-crise-de-l-hantavirus-une-gigantesque-mise-en-sc%C3%A8ne-de-l-espagne-intox",
|
||||
"https://www.sorbonne-universite.fr/",
|
||||
"https://www.france24.com/fr/culture/20260515-festival-de-cannes-palme-d-or-d-honneur-pour-john-travolta-ic%C3%B4ne-du-cool-hollywoodien",
|
||||
"https://www.france24.com/fr/%C3%A9missions/au-c%C5%93ur-de-l-info-l-invit%C3%A9/20260515-marc-julienne-le-r%C3%A9%C3%A9quilibrage-du-rapport-avec-les-etats-unis-c-est-un-tour-de-force-de-la-chine",
|
||||
"https://www.france24.com/fr/europe/20260515-roi-suisse-autoproclame-jonas-lauwiner-terrains-proprietes",
|
||||
"https://www.france24.com/fr/france/20260515-affaire-patrick-bruel-animatrice-flavie-flament-accuse-de-viol-et-annonce-porter-plainte",
|
||||
"https://www.cdiscount.com/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-450-millions-d-europ%C3%A9ens-l-union-europ%C3%A9enne-investit-elle-pour-ses-citoyens-version-courte",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-l-europe-quelle-puissance-g%C3%A9opolitique-version-courte",
|
||||
"https://www.sncf.com/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/le-d%C3%A9bat/20260505-iran-%C3%A9tats-unis-la-tr%C3%AAve-tient-elle",
|
||||
"https://www.france24.com/fr/france/20260505-rima-hassan-jeanluc-m%C3%A9lenchon-main-dans-la-main-sur-un-yacht",
|
||||
"https://www.france24.com/fr/sports/20260506-ligue-des-champions-michael-olise-gaucher-providentiel-bayern-munich",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260505-arm%C3%A9nie-emmanuel-macron-interpr%C3%A8te-la-boh%C3%A8me-avec-le-premier-ministre",
|
||||
"https://www.france24.com/fr/%C3%A9co-tech/20260505-rencontre-paris-ministres-g7-parlent-commerce-droits-douane-etats-unis-union-europeenne-industrie-minerais",
|
||||
"https://www.france24.com/fr/%C3%A9missions/journal-de-l-afrique/20260505-tchad-l-attaque-d-une-base-militaire-attribu%C3%A9e-au-groupe-djihadiste-boko-haram",
|
||||
"https://www.france24.com/fr/sports/20260505-prix-marc-vivien-foe-trois-finalistes-2026",
|
||||
"https://www.france24.com/fr/info-en-continu/20260506-bouteilles-fruits-et-l%C3%A9gumes-emball%C3%A9s-le-plastique-toujours-omnipr%C3%A9sent-en-grandes-surfaces"
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260515-ukraine-un-convoi-de-l-onu-pris-pour-cible-par-des-drones",
|
||||
"https://www.credit-agricole.fr/",
|
||||
"https://www.france24.com/fr/moyen-orient/20260515-en-direct-moyen-orient-iran-donald-trump-perdre-patience-liban-israel-ormuz",
|
||||
"https://www.france24.com/fr/%C3%A9missions/actuelles/20260515-faire-ou-ne-pas-faire-d-enfants-telle-est-la-question",
|
||||
"https://www.france24.com/fr/moyen-orient/20260516-moyen-orient-direct-cessez-le-feu-liban-isra%C3%ABl-frappes-iran-trump-etats-unis",
|
||||
"https://www.service-public.fr/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.service-public.fr/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.hku.hk/",
|
||||
"https://www.hsbc.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E4%B8%AD%E5%9C%8B%E7%85%99%E7%81%AB%E5%B7%A5%E5%BB%A0%E7%88%86%E7%82%B8-%E9%87%8021%E6%AD%BB61%E5%82%B7-030502985.html",
|
||||
"https://hk.news.yahoo.com/%E5%BB%89%E7%BD%B2%E6%8B%98%E6%89%BF%E8%BE%A6%E5%95%86%E6%9D%B1%E4%B8%BB%E5%8F%8A%E6%B3%95%E5%9C%98%E4%B8%BB%E5%B8%AD%E7%AD%897%E4%BA%BA-%E6%B6%89%E8%B2%AA%E6%B1%A1%E5%9C%96%E5%A5%AA%E5%A4%A7%E7%B6%AD%E4%BF%AE%E5%B7%A5%E7%A8%8B-%E8%98%87%E6%95%AC%E8%8F%AF%E5%A0%B1%E9%81%93-050523997.html",
|
||||
"https://hk.news.yahoo.com/%E7%89%9B%E6%B1%A0%E7%81%A3%E6%8E%83%E7%AE%A1%E7%AC%8F%E8%AA%98%E8%9A%8A%E5%99%A8%E6%8C%87%E6%95%B8%E9%AB%98%E6%96%BC10-%E9%A3%9F%E7%92%B0%E7%BD%B2-4%E6%9C%88%E5%B9%B3%E5%9D%87%E6%B0%A3%E6%BA%AB%E9%9B%A8%E9%87%8F%E9%AB%98-200000496.html",
|
||||
"https://hk.news.yahoo.com/%E5%8D%B0%E5%B0%BC%E9%A6%96%E5%AD%A3%E7%B6%93%E6%BF%9F%E5%B9%B4%E5%A2%9E5-6-%E5%84%AA%E6%96%BC%E6%94%BF%E5%BA%9C%E9%A0%90%E6%9C%9F-053502708.html",
|
||||
"https://yahoo-news.com.hk/BBCChineseNews/41570/?yptr=yahoo",
|
||||
"https://hk.news.yahoo.com/%E5%A4%A7%E9%B3%B4%E5%A4%A7%E6%94%BE-%E7%9B%A7%E5%AF%B5%E8%8C%82%E6%8C%87%E7%9C%8B%E9%96%80%E8%97%A5%E5%B0%91%E4%BA%86%E4%BA%BA%E5%8F%96-%E8%AA%8D%E7%82%BA%E5%8F%AF%E6%B8%9B%E5%B0%91%E6%B5%AA%E8%B2%BB-%E6%A5%8A%E4%BD%A9%E8%A9%A9%E5%A0%B1%E9%81%93-231456456.html",
|
||||
"https://hk.news.yahoo.com/m-%E5%8D%9A%E7%89%A9%E9%A4%A8%E8%88%87%E5%B7%B4%E9%BB%8E%E9%BE%90%E6%AF%94%E5%BA%A6%E8%97%9D%E8%A1%93%E4%B8%AD%E5%BF%83%E9%81%94%E6%88%90%E9%95%B7%E6%9C%9F%E5%90%88%E4%BD%9C-112426881.html",
|
||||
"https://www.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%E7%BE%8E%E6%93%8A%E6%B2%89%E4%BC%8A%E6%9C%97%E8%88%B9%E9%9A%BB-%E4%B8%AD%E6%9D%B1%E6%88%B0%E7%88%AD%E6%9C%80%E6%96%B0%E7%99%BC%E5%B1%95-%E6%AC%A1%E7%9C%8B-043503677.html",
|
||||
"https://hk.news.yahoo.com/%E4%B8%AD%E6%9D%B1%E6%88%B0%E7%88%AD%E5%8D%87%E6%BA%AB-%E6%BE%B3%E6%B4%B2%E8%A8%AD10%E5%84%84%E5%85%AC%E5%8D%87%E7%87%83%E6%96%99%E5%84%B2%E5%82%99%E6%87%89%E5%B0%8D-032002052.html",
|
||||
"https://hk.news.yahoo.com/%E4%BC%8A%E6%9C%97%E5%90%A6%E8%AA%8D%E5%87%BA%E5%8B%95%E9%A3%9B%E5%BD%88%E5%92%8C%E7%84%A1%E4%BA%BA%E6%A9%9F%E6%94%BB%E6%93%8A%E9%98%BF%E8%81%AF-215001317.html",
|
||||
"https://www.police.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%E8%87%AA%E7%94%B1%E8%A8%88%E7%95%AB%E6%89%8D%E5%95%9F%E5%8B%95-%E5%A4%A9-%E5%B7%9D%E6%99%AE%E5%AE%A3%E5%B8%83%E6%9A%AB%E5%81%9C%E8%8D%B7%E8%8E%AB%E8%8C%B2%E6%B5%B7%E5%B3%BD%E8%AD%B7%E8%88%AA%E8%A1%8C%E5%8B%95-002005854.html",
|
||||
"https://www.hko.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%E8%90%8A%E6%AF%94%E9%8C%AB%E6%B1%BD%E8%BB%8A%E6%92%9E%E4%BA%BA%E6%A1%882%E6%AD%BB20%E5%A4%9A%E5%82%B7-%E5%BE%B7%E5%9C%8B%E7%95%B6%E5%B1%80%E5%B1%95%E9%96%8B%E8%AA%BF%E6%9F%A5-003501152.html",
|
||||
"https://www.mtr.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E6%B3%B0%E5%9C%8B%E6%89%B9%E5%87%86%E8%88%89%E5%82%B5122%E5%84%84%E7%BE%8E%E5%85%83-%E5%9B%A0%E6%87%89%E4%B8%AD%E6%9D%B1%E5%8D%B1%E6%A9%9F%E8%A1%9D%E6%93%8A-080501492.html",
|
||||
"https://hk.news.yahoo.com/%E9%A6%99%E6%B8%AF%E5%AE%B6%E5%BA%AD%E5%B9%B8%E7%A6%8F%E6%8C%87%E6%95%B86-09%E5%88%86-%E8%BC%83%E5%85%A9%E5%B9%B4%E5%89%8D%E5%9B%9E%E5%8D%87-52%E8%90%AC%E4%BA%BA%E8%99%95-%E5%AE%B6%E5%85%A7%E5%AD%A4%E5%B3%B6-200000517.html",
|
||||
"https://hk.news.yahoo.com/%E7%BE%85%E9%A6%AC%E5%B0%BC%E4%BA%9E%E8%A6%AA%E6%AD%90%E7%9B%9F%E7%B8%BD%E7%90%86-%E9%81%AD%E4%B8%8D%E4%BF%A1%E4%BB%BB%E6%A1%88%E7%BD%B7%E9%BB%9C-130502524.html",
|
||||
"https://hk.news.yahoo.com/%E7%B4%85%E7%A3%A14%E8%BB%8A%E4%B8%B2%E7%87%92%E6%B3%A2%E5%8F%8A1%E8%BB%8A-%E5%8D%97%E4%BA%9E%E9%90%B5%E9%A8%8E%E5%A3%AB%E8%AE%8A%E3%80%8C%E4%B8%89%E6%96%87%E6%B2%BB%E3%80%8D-1%E5%8F%B8%E6%A9%9F%E6%B6%89%E9%85%92%E9%A7%95%E8%A2%AB%E6%8D%95-010953947.html",
|
||||
"https://www.police.gov.hk/",
|
||||
"https://www.hktvmall.com/",
|
||||
"https://hk.news.yahoo.com/%E4%BF%84%E7%83%8F%E7%9B%B8%E7%B9%BC%E5%96%AE%E6%96%B9%E9%9D%A2%E5%AE%A3%E5%B8%83%E5%85%A9%E5%A4%A9%E5%81%9C%E7%81%AB-055003888.html"
|
||||
"https://hk.news.yahoo.com/%E5%A4%A9%E6%B0%B4%E5%9C%8D%E5%A5%B3%E9%90%B5%E9%A8%8E%E5%A3%AB%E6%92%9E%E8%B2%A8%E8%BB%8A%E5%BE%8C%E6%98%8F%E8%BF%B7%E9%80%81%E9%99%A2-145530545.html",
|
||||
"https://hk.news.yahoo.com/%E5%8A%A0%E6%8B%BF%E5%A4%A7%E6%93%AC%E5%BB%BA%E6%96%B0%E6%B2%B9%E7%AE%A1-%E7%9B%BC%E6%93%B4%E5%A4%A7%E5%B0%8D%E4%BA%9E%E6%B4%B2%E5%8E%9F%E6%B2%B9%E5%87%BA%E5%8F%A3-043501508.html",
|
||||
"https://hk.news.yahoo.com/%E6%97%85%E7%99%BC%E5%B1%80-4%E6%9C%88%E8%A8%AA%E6%B8%AF%E6%97%85%E5%AE%A2%E4%BA%BA%E6%AC%A1%E7%B4%84422%E8%90%AC-%E6%8C%89%E5%B9%B4%E5%8D%87-%E6%88%90-051625724.html",
|
||||
"https://hk.news.yahoo.com/%E8%91%89%E5%8A%89%E6%B7%91%E5%84%80-%E4%B8%AD%E7%BE%8E%E5%85%83%E9%A6%96%E6%9C%83%E9%9D%A2%E6%9C%89%E5%8A%A9%E7%A9%A9%E5%AE%9A%E5%85%A9%E5%9C%8B%E9%97%9C%E4%BF%82-023123226.html",
|
||||
"https://hk.news.yahoo.com/%E9%9D%92%E9%A6%AC%E7%AE%A1%E5%88%B6%E5%8D%80%E8%81%B7%E5%93%A1%E8%BB%8A%E7%A6%8D%E4%BA%A1-%E9%81%8B%E8%BC%B8%E7%BD%B2%E4%BF%83%E7%87%9F%E8%BE%A6%E5%95%86%E5%BC%95%E5%85%A5%E6%8E%AA%E6%96%BD%E6%8F%90%E5%8D%87%E5%AE%89%E5%85%A8-101826172.html",
|
||||
"https://hk.news.yahoo.com/%E6%9C%AC%E6%B8%AF%E9%A6%96%E5%AD%A3%E7%B6%93%E6%BF%9F%E5%A2%9E%E9%95%B75-9-%E5%85%A8%E5%B9%B4%E5%A2%9E%E9%95%B7%E9%A0%90%E6%B8%AC%E7%B6%AD%E6%8C%812-5-%E8%87%B33-110326892.html",
|
||||
"https://hk.news.yahoo.com/%E5%B7%9D%E6%99%AE-%E4%B8%AD%E5%9C%8B%E6%9C%89%E6%84%8F%E8%B3%BC%E8%B2%B7%E7%BE%8E%E5%9C%8B%E7%9F%B3%E6%B2%B9%E8%88%87%E9%BB%83%E8%B1%86-063502369.html",
|
||||
"https://www.hku.hk/",
|
||||
"https://hk.news.yahoo.com/%E5%A4%A9%E6%B0%A3%E5%A0%B1%E5%91%8A-%E5%A4%9A%E9%9B%B2%E6%9C%89%E5%B9%BE%E9%99%A3%E9%A9%9F%E9%9B%A8-%E6%9C%80%E9%AB%98%E6%B0%A3%E6%BA%AB%E7%B4%8427%E5%BA%A6-234534810.html",
|
||||
"https://hk.news.yahoo.com/%E5%8F%83%E9%99%A2-%E8%87%B4%E6%B1%BA%E8%AD%B0-%E6%94%BF%E5%BA%9C%E9%97%9C%E9%96%80%E6%9C%9F%E9%96%93-%E8%AD%B0%E5%93%A1%E8%96%AA%E6%B0%B4%E6%9A%AB%E6%99%82%E6%89%A3%E4%BD%8F-070503532.html",
|
||||
"https://hk.news.yahoo.com/2027%E5%85%AC%E7%9C%BE%E5%81%87%E6%9C%9F17%E6%97%A5-%E5%B9%B4%E5%88%9D%E5%9B%9B%E7%82%BA%E8%A3%9C%E5%81%87-121113186.html",
|
||||
"https://www.hsbc.com.hk/",
|
||||
"https://www.mtr.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E6%BC%81%E8%BE%B2%E7%BD%B2%E6%8E%A8%E6%9C%AC%E5%9C%B0%E6%BC%81%E8%BE%B2%E7%94%A2%E5%93%81%E6%96%B0%E7%B5%B1-%E5%93%81%E7%89%8C-%E8%AC%9D%E5%B1%95%E5%AF%B0-%E6%9C%89%E5%8A%A9%E6%9C%AC%E5%9C%B0%E8%BE%B2%E7%94%A2%E5%93%81%E5%BB%BA%E4%BF%A1%E8%AD%BD-011623189.html",
|
||||
"https://hk.news.yahoo.com/%E5%AE%8F%E7%A6%8F%E8%8B%91%E6%B3%95%E5%9C%98%E5%89%8D%E5%A7%94%E5%93%A1%E6%B1%9F%E7%A5%A5%E7%99%BC%E8%88%87%E5%A6%BB%E8%A2%AB%E6%8D%95%E5%87%86%E4%BF%9D%E5%80%99%E6%9F%A5-%E6%B1%9F-%EF%BC%9A-%E4%BB%8A%E5%BE%8C%E4%B8%8D%E5%86%8D%E5%9B%9E%E6%87%89%E5%82%B3%E5%AA%92%E6%8F%90%E5%95%8F-012248344.html",
|
||||
"https://hk.news.yahoo.com/%E9%9B%B2%E7%AB%AF%E5%B0%8D%E8%AB%87-%E6%9D%BE%E5%B1%B1%E6%B9%96%E6%9D%90%E6%96%99%E5%AF%A6%E9%A9%97%E5%AE%A4%E5%89%AF%E4%B8%BB%E4%BB%BB%E4%BB%98%E7%91%A9-%E5%88%86%E4%BA%AB%E7%A7%91%E6%8A%80%E6%88%90%E6%9E%9C%E8%BD%89%E5%8C%96%E6%A8%A1%E5%BC%8F-%E4%BD%95%E5%98%89%E9%A7%BF%E5%A0%B1%E9%81%93-022723582.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.hk/",
|
||||
|
||||
40
data/regions/ID/Default/Jakarta.json
Normal file
40
data/regions/ID/Default/Jakarta.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"region_name": "Indonesia (Jakarta)",
|
||||
"google_module": {
|
||||
"base_lat": -6.2088,
|
||||
"base_lon": 106.8456,
|
||||
"lang_params": "hl=id-ID&gl=ID",
|
||||
"valid_url_suffix": "co.id"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.antaranews.com/berita/5569467/restoran-jepang-terdampak-penangguhan-visa-pekerja-asing",
|
||||
"https://www.setneg.go.id/",
|
||||
"https://www.antaranews.com/berita/5569395/prabowo-berkeliling-melihat-museum-marsinah-di-nganjuk",
|
||||
"https://www.antaranews.com/berita/5569447/virus-penjaga-kehidupan-terapi-fag-di-tengah-resistensi-antibiotik",
|
||||
"https://www.antaranews.com/berita/5569535/perjuangan-tirto-adhi-soerjo-sang-jurnalis-pribumi",
|
||||
"https://www.antaranews.com/",
|
||||
"https://www.antaranews.com/berita/5569417/kapal-induk-prancis-tiba-di-laut-arab-untuk-kemungkinan-misi-di-hormuz",
|
||||
"https://www.antaranews.com/berita/5569443/prabowo-sebut-peristiwa-pembunuhan-marsinah-seharusnya-tidak-terjadi",
|
||||
"https://www.kominfo.go.id/",
|
||||
"https://www.antaranews.com/berita/5569453/prabowo-akui-sedih-saat-dapat-laporan-pejabat-lakukan-penyelewengan",
|
||||
"https://www.antaranews.com/foto/5569536/serangan-udara-israel-di-gaza-tewaskan-tujuh-warga-palestina",
|
||||
"https://www.kompas.com/",
|
||||
"https://www.antaranews.com/berita/5569504/diplomat-tertinggi-china-sebut-pertemuan-xi-trump-sukses",
|
||||
"https://www.antaranews.com/berita/5569440/mewaspadai-ancaman-logam-berat-di-balik-pangan-yang-tampak-sehat",
|
||||
"https://www.antaranews.com/berita/5569456/as-lebanon-dan-israel-perpanjang-gencatan-untuk-kemajuan-negosiasi",
|
||||
"https://www.antaranews.com/berita/5569451/mengenal-pendekatan-tcm-untuk-cegah-stroke-sejak-usia-muda",
|
||||
"https://www.antaranews.com/berita/5569400/kapal-induk-prancis-bergerak-ke-laut-arab-dekati-selat-hormuz",
|
||||
"https://www.antaranews.com/berita/5569487/prabowo-tegaskan-tidak-anti-mekanisme-pasar-bebas",
|
||||
"https://www.antaranews.com/berita/5569444/trump-minta-china-dan-taiwan-tenangkan-diri-redakan-ketegangan",
|
||||
"https://www.bi.go.id/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.setneg.go.id/",
|
||||
"https://www.bi.go.id/",
|
||||
"https://www.kominfo.go.id/",
|
||||
"https://www.antaranews.com/",
|
||||
"https://www.kompas.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
40
data/regions/IN/Default/Delhi.json
Normal file
40
data/regions/IN/Default/Delhi.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"region_name": "India (Delhi)",
|
||||
"google_module": {
|
||||
"base_lat": 28.6139,
|
||||
"base_lon": 77.209,
|
||||
"lang_params": "hl=en-IN&gl=IN",
|
||||
"valid_url_suffix": "co.in"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://timesofindia.indiatimes.com/india/from-semiconductors-to-water-whats-on-pm-modis-netherlands-agenda/articleshow/131130956.cms",
|
||||
"https://timesofindia.indiatimes.com/sports/cricket/ipl/ipl-2026/ipl-2026-as-a-smart-bowler-you-keep-repeating-what-works-how-gujarat-titans-hard-length-strategy-is-overwhelming-teams/articleshow/131122036.cms",
|
||||
"https://timesofindia.indiatimes.com/world/us/i-could-tell-them-i-dont-want-any-students-but-trump-on-accepting-500000-chinese-students-in-us/articleshow/131119733.cms",
|
||||
"https://www.rbi.org.in/",
|
||||
"https://timesofindia.indiatimes.com/world/us/snakes-everywhere-120-burmese-python-eggs-discovered-in-floridas-everglades/articleshow/131127620.cms",
|
||||
"https://timesofindia.indiatimes.com/city/noida/multiple-antemortem-injuries-chilling-details-in-noida-woman-dowry-death-case-retd-judge-gets-pre-arrest-bail/articleshow/131130367.cms",
|
||||
"https://timesofindia.indiatimes.com/entertainment/tamil/movies/news/karuppu-box-office-collections-day-1-suriya-and-trisha-krishnan-starrer-opens-strong-worldwide-rs-20-66-crore-start/articleshow/131129943.cms",
|
||||
"https://www.india.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/business/international-business/adanis-set-to-settle-us-fraud-case-with-18m-payment/articleshow/131127861.cms",
|
||||
"https://www.pib.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/technology/tech-news/anthropic-employees-refused-to-sell-their-shares-heres-the-one-number-that-explains-why/articleshow/131131123.cms",
|
||||
"https://www.thehindu.com/",
|
||||
"https://timesofindia.indiatimes.com/world/rest-of-world/after-donald-trumps-beijing-visit-taiwan-detects-8-chinese-naval-vessels-one-ship-in-its-territorial-water/articleshow/131130315.cms",
|
||||
"https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/dhurandhar-2-ott-release-netizens-reveal-biggest-changes-to-ranveer-singhs-raw-and-undekha-version-after-theatrical-release/articleshow/131129727.cms",
|
||||
"https://timesofindia.indiatimes.com/india/energy-defence-ties-get-a-boost-as-modi-meets-uae-president/articleshow/131127619.cms",
|
||||
"https://timesofindia.indiatimes.com/india/jobless-cockroaches-attack-the-system-cji-surya-kant/articleshow/131127870.cms",
|
||||
"https://timesofindia.indiatimes.com/city/bhopal/bhojshala-a-temple-rules-mphc-quashes-asi-order-allowing-namaz-at-11th-century-site/articleshow/131126810.cms",
|
||||
"https://timesofindia.indiatimes.com/city/lucknow/lu-teacher-offers-to-leak-exam-paper-to-girl-student-in-exchange-of-favours/articleshow/131127214.cms",
|
||||
"https://timesofindia.indiatimes.com/",
|
||||
"https://timesofindia.indiatimes.com/world/us/2-great-countries-donald-trump-hails-meeting-with-xi-as-g-2-moment/articleshow/131130294.cms"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.india.gov.in/",
|
||||
"https://www.rbi.org.in/",
|
||||
"https://www.pib.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/",
|
||||
"https://www.thehindu.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
33
data/regions/JP/Default/Osaka.json
Normal file
33
data/regions/JP/Default/Osaka.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"region_name": "Japan (Osaka)",
|
||||
"google_module": {
|
||||
"base_lat": 34.6937,
|
||||
"base_lon": 135.5023,
|
||||
"lang_params": "hl=ja&gl=JP",
|
||||
"valid_url_suffix": "co.jp"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.yahoo.co.jp/pickup/6580362?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580359?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580366?source=rss",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580371?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580372?source=rss",
|
||||
"https://www.nhk.or.jp/",
|
||||
"https://www.jnto.go.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580367?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580374?source=rss",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580364?source=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://www.nhk.or.jp/",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.jnto.go.jp/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,22 +8,22 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://www.amazon.co.jp/",
|
||||
"https://www.u-tokyo.ac.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6579009?source=rss",
|
||||
"https://www.jreast.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6579008?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580371?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580364?source=rss",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6578993?source=rss",
|
||||
"https://www.amazon.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580372?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580367?source=rss",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.mhlw.go.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6578991?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6578987?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6578996?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6578997?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580359?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580366?source=rss",
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://www.smbc.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6579007?source=rss",
|
||||
"https://www.japan.go.jp/"
|
||||
"https://www.jreast.co.jp/",
|
||||
"https://www.u-tokyo.ac.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580374?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580362?source=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.japan.go.jp/",
|
||||
|
||||
35
data/regions/KH/Default/PhnomPenh.json
Normal file
35
data/regions/KH/Default/PhnomPenh.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"region_name": "Cambodia (Phnom Penh)",
|
||||
"google_module": {
|
||||
"base_lat": 11.5564,
|
||||
"base_lon": 104.9282,
|
||||
"lang_params": "hl=en-KH&gl=KH",
|
||||
"valid_url_suffix": "com.kh"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.khmertimeskh.com/",
|
||||
"https://www.nbc.gov.kh/",
|
||||
"https://www.akp.gov.kh/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/50/87405/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/13/41/87384/",
|
||||
"https://www.phnompenhpost.com/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/45/87404/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/11/87391/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/12/57/87381/",
|
||||
"https://www.gov.kh/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/49/87397/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/44/87406/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/23/87392/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/13/59/87388/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/58/87403/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.kh/",
|
||||
"https://www.akp.gov.kh/",
|
||||
"https://www.nbc.gov.kh/",
|
||||
"https://www.khmertimeskh.com/",
|
||||
"https://www.phnompenhpost.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,19 +8,19 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.naver.com/",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR202605061413403Cy",
|
||||
"https://www.snu.ac.kr/",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260506144518ZSk",
|
||||
"https://www.kbstar.com/",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260506120317oou",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260506114454137",
|
||||
"https://www.korea.kr/",
|
||||
"https://www.hometax.go.kr/",
|
||||
"https://www.daum.net/",
|
||||
"https://www.coupang.com/",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260506120430SB5",
|
||||
"https://www.kakao.com/"
|
||||
"https://www.korea.kr/",
|
||||
"https://www.naver.com/",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260516102355FW1",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH202605161438584mO",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH202605161111040mT",
|
||||
"https://www.kakao.com/",
|
||||
"https://www.hometax.go.kr/",
|
||||
"https://www.snu.ac.kr/",
|
||||
"https://www.daum.net/",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260516132659AyQ",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH202605161124463nw"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.korea.kr/",
|
||||
|
||||
40
data/regions/LA/Default/Vientiane.json
Normal file
40
data/regions/LA/Default/Vientiane.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"region_name": "Laos (Vientiane)",
|
||||
"google_module": {
|
||||
"base_lat": 17.9757,
|
||||
"base_lon": 102.6331,
|
||||
"lang_params": "hl=en-LA&gl=LA",
|
||||
"valid_url_suffix": "la"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://www.laotel.com/",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://www.vientianetimes.org.la/",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://kpl.gov.la/",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://www.bol.gov.la/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://www.mof.gov.la/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://kpl.gov.la/",
|
||||
"https://www.vientianetimes.org.la/",
|
||||
"https://www.bol.gov.la/",
|
||||
"https://www.mof.gov.la/",
|
||||
"https://www.laotel.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
38
data/regions/MM/Default/Yangon.json
Normal file
38
data/regions/MM/Default/Yangon.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"region_name": "Myanmar (Yangon)",
|
||||
"google_module": {
|
||||
"base_lat": 16.8409,
|
||||
"base_lon": 96.1735,
|
||||
"lang_params": "hl=en-MM&gl=MM",
|
||||
"valid_url_suffix": "com.mm"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://www.cbmm.gov.mm/",
|
||||
"https://www.mmtimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://www.irrawaddy.com/",
|
||||
"https://www.moi.gov.mm/",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.moi.gov.mm/",
|
||||
"https://www.cbmm.gov.mm/",
|
||||
"https://www.mmtimes.com/",
|
||||
"https://www.irrawaddy.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
38
data/regions/MN/Default/Ulaanbaatar.json
Normal file
38
data/regions/MN/Default/Ulaanbaatar.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"region_name": "Mongolia (Ulaanbaatar)",
|
||||
"google_module": {
|
||||
"base_lat": 47.8864,
|
||||
"base_lon": 106.9057,
|
||||
"lang_params": "hl=mn-MN&gl=MN",
|
||||
"valid_url_suffix": "mn"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://www.gov.mn/",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://news.mn/",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://www.mongolbank.mn/",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://montsame.mn/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.mn/",
|
||||
"https://www.mongolbank.mn/",
|
||||
"https://montsame.mn/",
|
||||
"https://news.mn/"
|
||||
]
|
||||
}
|
||||
}
|
||||
39
data/regions/MO/Default/Macau.json
Normal file
39
data/regions/MO/Default/Macau.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"region_name": "Macau (澳门)",
|
||||
"google_module": {
|
||||
"base_lat": 22.1987,
|
||||
"base_lon": 113.5439,
|
||||
"lang_params": "hl=zh-HK&gl=MO",
|
||||
"valid_url_suffix": "com.mo"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://macaudailytimes.com.mo/security-guard-investigated-for-damaging-shop-light-fixture.html",
|
||||
"https://macaudailytimes.com.mo/mgto-receives-long-standing-membership-award-at-pata-summit.html",
|
||||
"https://macaudailytimes.com.mo/trump-offers-platitudes-while-xi-warns-of-possible-confrontation-during-meeting.html",
|
||||
"https://macaudailytimes.com.mo/ai-reshaping-broadcasting-betting-and-sports.html",
|
||||
"https://macaudailytimes.com.mo/macao-water-warns-public-over-fake-bill-payment-sms-scam-links.html",
|
||||
"https://macaudailytimes.com.mo/govt-rolls-out-expanded-happy-family-month-extends-reach-to-hengqin.html",
|
||||
"https://www.macau.gov.mo/",
|
||||
"https://www.dsat.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/economy-remains-stable-despite-external-uncertainties-association.html",
|
||||
"https://www.umac.mo/",
|
||||
"https://macaudailytimes.com.mo/lrt-ridership-grows-steadily-with-80-jump-in-passengers.html",
|
||||
"https://www.ctm.net/",
|
||||
"https://www.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/thai-and-portuguese-culinary-reunion-a-critical-reckoning.html",
|
||||
"https://macaudailytimes.com.mo/two-time-macau-winner-at-risk-of-missing-gp.html",
|
||||
"https://www.macaudailytimes.com.mo/",
|
||||
"https://www.bocmacau.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.mo/",
|
||||
"https://www.macau.gov.mo/",
|
||||
"https://www.dsat.gov.mo/",
|
||||
"https://www.bocmacau.com/",
|
||||
"https://www.umac.mo/",
|
||||
"https://www.ctm.net/",
|
||||
"https://www.macaudailytimes.com.mo/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cimbclicks.com.my/",
|
||||
"https://shopee.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMixwFBVV95cUxNMEZHa1pQejFZZkdYMDdHWnUwR1JWX096OEJrSXV0NTNmM3NPRmtOd1dlZ1JnUjhzc2kxLUhRTkwyaGNlczFnYkNMNFpsYzk5dU95bEZxb1B2U2NRdElWMUgxRWM5MmhYQkRCMnZQc2s1aVRsSTZKODkwVkNaSWE5c0NTNjJvRmtpUkZ4Y0NqNVFManBGWVVJQ1BaZnlRQlpWU05PQ21uWWstUFNqazdzakdoem1XYk1FTHZKYVBjekt2NkhFaU93?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiwgFBVV95cUxNT19xeGhodmNYNGF0dG4wNS1XYlhOanZRU290WTl0bjY0Z0Q5UmI3ZXlPbE5rc0xuZ0dTVEV4NUd1VVNpb1NNckQ1VVNLU2o1WTRQTGtZZ2IwV25ub2FCeE91TGxzaXlxcjVoeF9yTmR6ZnZvM0RYVk1MdGxHcEZlQzdURHJBMzVDTWVhMWNfU2hqU1RfWUxERjk2dUlUSWl6ekhpSDl1QjFhNEdIYmxweTkxNHVxbHhaRkZ2cUh5N1ZMQQ?oc=5",
|
||||
"https://www.maybank2u.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMifEFVX3lxTE84djc0U2xCQnNEX2lkY3JNXzc4VkRTaW1OUGs1S0d1bTQ1U0hXdDlrZHV0ZVNydmVkMTJqWVB2ajl0aTB0N2phWFhOU3I0WERRR0w3MEVwc2VfNzlLRGZkSVNsQjlHMEtFRW51MjVDaVB0eTZNdTJRYkxLNmU?oc=5",
|
||||
"https://www.lazada.com.my/",
|
||||
"https://www.malaysia.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMi7gFBVV95cUxPbFFXSWdnNW1jTGFGcVhCczFyLUZ6amNjQUFiUy1OdUEzRUgtVTVheEl5a3dlQ1psSTZwbmZGTU1OWnlENVpucDZEbTRhOUhSRVBBb21MZXhYM3Y2V1FEM0tzUUtxQ0ZVM3hxVUpNWEQ4RjE0b1V0dmFlQlYxUHJ4MURWVlF2R1E2VDdUSGNfUE5HSGc2RjVQcmVkdDBhSW9ZR3Q3Wm1vTWs5eTZha2ptdmRlUGF6SFYweFRMMlVZOU9ETV9MNmFaZzZVcDJiZFFrS3dBVXV5b2h5Sm1FdnhFWG12Y1BEbUU2UF9EcjhR0gHzAUFVX3lxTFBfUUpOT1RWQXNBcHJzYXlqMWZqZmFJZkVrZzdmb0t4N3hKUVFfNWstSVI2bVgyYkd6N09LbmpSdS13QWZkTGVENWloUXUzanpkTEtDMlp4ZWFoT2IxZzFwV29BbkpTOFkxcHhYMDJTVTMtX2ZvWEpjQzFuaThuOWVBVkJ5Z05HMFA4WU03UDNLYWtkclRaTGZxMlREdlFxREc5VnFIeEVNZmtMVTk4eFFnUndQTDBWUFIxYjlvMGJWa2NCVm10SjdWTWhBUkdpZVJJeEpRRnNxQ2xLSUxLTGhsQjhZeVRQX2lMSTY1bVY1V3FsOA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitAFBVV95cUxNZ2lhN0hQbElyZFNXXzVkb2FSdU5ad0ZLcDhUazFyNHMycHV6cUVZVjVicThZem9FeVhoMzNTYU93WmlsRDNmWjlrMHRqQVA1cUQ3TVNwTEV6aFlXWGltdjhFNnV3Rk9FV2dJcFl6cTZZMDVhN2xsVUV1YlZ3TlBCMGhPLW4yYzJRdVZwMndoTTVFUDgzRDNlYWd6bVJUUWEtZFVSQzBxdnM5dkJ0QjdIa3VORlQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMixgFBVV95cUxPWUtMUi1kYkRtdnVwdEt0YjFQWWxQTldhVGhGa3N1MVZpSnExVkRuZzllMzdxaHJHWHlqUWtzN2NwUlNLOUZqeVpNMURvaTZvX0tla09qNU5aT1BXekVrdmktUkJMMWJpd2oyQjV2d2pISkdUb21rS3dEaWt4cHIxbHJTbktlTGNhYS1jdUhIdTNFY1U2NjY4aFJQWUlxLXlyaURMdHV6dFJSYndfMm9QaWFGWWRIWlhwaVdRcVV0cmlZc2NYUmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPQUdQbDJ3T2o5OW9PTjhDUktLWVV1ZWFiNFpnRUxXdjUxcTdQbkREbmxQLUZjTnVsMDdaRThlRnYxYV9zVGVYRTNWb1dBYlRGVlY0TUs1dDZkSzgwMGhZZHVDM1BKVkN4Vjk1ek1GQ2ZLTEdpNEo0cEc2ZFd2R2drWDNWZnZvQWJLZTY0XzZYM0NleGVJ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi-wFBVV95cUxPalE0dHo4aWNDWi1feklPaDQyVE1EN1Zzd0lVVE1nMUN4Rm5UZlNvX0FBSVZSeVpJRnk4cWltX09ERDhDdUxyX1VVZ0d4QzI2bWRQUndTRTUzRDVudkhRZTl6YjNCSkFnV1IxWHhKMzlJSHNiU1FITGlOVnVPTGtmUXlSS2VxdEY4ZkNUQzhmandIczJnRHc3dWhoc0F3Y0FhamVmMmJqbFlTeUh4R2poMDNoS2JPMnJIaVdBSGFPd294NUtMQnV2MnV2YTlDOXVvcXMzSTkzOEhxdWV0YVgwS1FOM0FwR25iQWM3dTRhR2JqMGJlcGRuSzZUYw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi3AFBVV95cUxOb19TdVhmSFgxcTh2dUFfUGdvYkRseVo2dWowWGlmamlRalFycDNRaVZvMGlVU09DbHBNdENGbmhjVTBEN2E2OE1YSFd0Qnl2Y2lhaHYwQ0JkMER5bHhqWDdWbVpfTlJjVlZZZjhKYm04cWJET0xsUXM0bS05MmdKY00xVzJraGNScERpOTYxZmlJWnlKbUluVmxuYl9wZG1ZcTNwS2NnN1BBdjNsQ252X2V4VzNaUUZMdWFVNzY1Q2RPWXJhRUUtM1lFQnFuY1QzeHBvSzBlNk9mdGNF0gHiAUFVX3lxTE1GVlZ5MHZyaUxMNjhQXzBfZ1NGME5aWlMxWVZuZS0xeUI1aGRtbzZsQ1p2eFlZRHpaRFFPMU1yWV9PUVM3aVdYNnlPdGZJajk4Q1AxRlYzX09FT1BNS2oxYndNWWlLYnpja2dOWWlQTlQ5Tk5oeWxRTm0zbDFXSlFCRF9HV2VvNUJEdERnYWZTRVNZeHBoMHk2UGxTcklQbmVIVTNzTk1HQVVlOVlQbzA4LVIxdHFrM0lkTWI5VEhNcTc3U1RhQlQ0WFJUY2xVWUtsM0ViYTlVbVlzdVlyN0h1UHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQTGFveWRZYTg0RWdWYlVQTEMyV0ZsZE1wZEJnTkZaQ2sxN2tJZVdmSjVVSTV3emY0VG54bk8wUTI1c1Q2cE5nRkFSS2ZsU3NRSGxYMTdYNVhMNzN5VUxIWS1JNXc3LXpoWmszOEFsdXVCcjZ6U19YXzlfTUtlUFdGUFJmTUJfUG1TZmVESjRqUV9ZVEZjZGJtZFhMMVlsVkJLTl9jRmQyZ2c0NHFlYWhMU0FQRHUtR0ptbHc?oc=5",
|
||||
"https://um.edu.my/",
|
||||
"https://www.pos.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMirwFBVV95cUxPTUZLV1d4elRUWTgxZHEtY1NyUTBpbFMxNDVmbGFwd3RiS3ZWQnpkb3NMRU1kM0ZXWnVFYml6bG5Nb2RMNm1JUGd5bDFNTXdIMXZiVGktbVZQLTg1anQ2Q0IzazVyZVhSSnF4V2VGZHYzVUl6UjhVT011TTYycUwxSzZQWjVBNVRieGVWeGdFdnlsaDk5aGtyRVd6ZVlnS1lSdUlFdktGVFVxZXR5QnBv0gG0AUFVX3lxTE43RUM3ZG9aaEFLNGRjOEU2VkhmMzhtcUwwUXJiT0F3d2ltV0VzSTZnRVJwaVBrYTkxRHF2aXRWSHlLd3BPVGlEQ205dEdmTjJaQ0NXTTVpODd5SEdOTVhHWm9NRHZBcHNIVlg3dDRldHBUZ0tZLVVta0ZOaVVuaWd3UHFKMTdnQWhnLUtmR2pLMVNFd2JfU0dsVDB0ZE9yUG1FZ09seG5JTGlCWGlSdTdRNktpQQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi7wFBVV95cUxNT1lSSHUyOEVtWTVGMEVPRWxWc0UwTTdldmtVM1h1Z1RSTFMza2FuOXc3c0NLU3BydlBHV0tnbGNNNUxJdFZYLWlRdDJDMkd4N3FlQWRXdGo3UEN3c1VuWkNTeW95a2hYWlRzNGRvUVdCekRLWDFaR29pakQ5T2xzTlc2aXZwOUxKU0JMMEg4MjAwdW1XTnEzTkFhblkyLVJuYjk2XzBUT3BwZU1rTDdLc1ptRmlBZUFsS05IbzdSWTdnYnh6UEJCdy0zemM5Q0J5NXVud0pCWFRDWWdnWFRqSFd3dGpVZTk3bWFrSk1tQQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxOclJVVEJMVGItdzlGdlhXR0hBbjEwb3gyb0ZJVVhoWm5qV3pRRVFmcm1tSjBqcFlCZkNEQktMUFBZbU5sTnV1MnU4bmItSVhJNTdNcFI2c0tPZk40VTk0dVVTVHNyRGtmMlc0cXdCcjdaOFBxWlAzbDB1UWtSMHhoUUZWWVpfYkZQWElTRVZYQ3hFeHd1Z2puT2pDSTVBT1A5M2Y4YVF3UHY2NlJzV21NVHgzQ0JNZk95NGpZRnBOWkNzZ2l1aHJkS2hBTmtsTFBvRnFCSk1ieVVTejRnRERsTy1IbWdEaXJWV01IQzZnUFFjT1k?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxPRVpVbzdpUm9OdE9oQ0FnUXJCVTQ5Mi1WOVJJTFVfdFM4bzI0bVZWajRMZTM0RktfTHVKeldmaDhLQThndWE4QXg5ZjF4ZmlpbU9QMEItNWIyem5ySHNaSC0yYkpKcGhmRWZDXy0zVWpaUFRZSHJuRjFwUGJqMFNQUmZ3T1oyQlJ2S1FsVU8tMXhIbWNUT3lVNmdmcWt5ZzBELUpaSHlaS2JfWllfVXlaakFKZndWRVh5TFZ1clhZbjRnSkFXeWdvNVh5azg?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinwFBVV95cUxQS1E5UEN4dW5pT2JPQWlZV1E0QUl0QnNpZWVvYTdwVkVsM291eGhvak1yMEZfTDFpeHRaX3BnZG43LVFQSDh0N2pJWjFPeHlVaXkybnVsa1Jnb2xUN3hQU2MtaFN4MldyczFmWERqZFdnM2xhQXk1R242Mkg3MHBYb2J0Tnlxd1RQREFacDd4M2hwbkZPVFAtNVUzUDN4YVE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiigFBVV95cUxNQ2trY05pWVFaQWs5bElVZ3dmZTAtX2l3LXVMcUF5cGkyeExrQW9tcGZreWw0bFY1enQ1TFlScDBNazlRc3BodWFlRjNQOF9vUDNtTEdLNHBETkVkWHlaajU2TkNGc3NsSW1FUGhkQnF3NEpfX3F0eEJnbnFMZE9uWWdlQ2VJel9yYVE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi5AFBVV95cUxQNjE1bzhhUlEycnN6SFZka3lpR2hKSjJKazJsVjJxTEV4SnYyNWRGeENrWjlGR0lReTB4ZWNRRkhiTnBVeGZLMWwyM21TQS0wYU15ZFlxMlc5YjJKX2dicFZIN2xBX0tEMEtHOVRVLTJSamNldFRVcmZLT01IZlFxblZGU0p1OTlLdDk0NmZvaHVUVXlCMFZMNmlmckVDaGE4emt0ZkZ1SkxHcFBLNlR5TVpxR2lrZDdwY0NuYlQ3bmwxUXRaV043Z2dMWE9VYkg3UE4yZENyUzZsWWx5UVRYWWtwMWw?oc=5",
|
||||
"https://www.thestar.com.my/",
|
||||
"https://www.pos.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE1MUkh4TlFmZTd4LUJLUnNCNnd2cklwd1hpc04tNnZyVHNGLXVrVUQ2ckt6UHRqcmJBdmFXQ0tGdy1ZTDhKMTdVM3FQQWhqbkpW?oc=5",
|
||||
"https://shopee.com.my/",
|
||||
"https://www.lazada.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMid0FVX3lxTE9vTlNMb3dKS1M5eThadDY5cGVra2VGZnBDeHBld0U4LWlxcTNsaUR6dU9RNTVvdXNTcEVFdFFCdlVOUzJic0RNamVXTHlLeXRiWVVQaUtSZmQxbVRXYVJQeXdXUnh5SUp6Znd0VVp2RkRMaHR5Q013?oc=5",
|
||||
"https://www.hasil.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMimwFBVV95cUxNaTNDNnFtdVFEcDNJOFZIdmJScGJ5RmVVQlpSekFPSk1zN3pRU2xycXlqYjVYeFRQYkRHTG85Z213QzRpOFZfZnNzUmFLcWhwREdYRjh3TURJX3ZIQnlPYnBOLVkwaWw2U0NnSzlJMzdSdVFvV0htSnRhQnlxdUtLU3RPQk1mLXZqWDY4VGdpVG1ZZlVwU2ROaE8ydw?oc=5",
|
||||
"https://www.kwsp.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMiYkFVX3lxTE9YcW9JZ1U4UG52RC1XVGQ3eWtVdHA2R1BPNmNRYkVMOExHZndINm5vTWkzNzZwZW9DUVBfZlZJVklESVNMU2tlLVpPZ0p6QVZCQlFjamduQ2toS3NUVFVaaGhR?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiigFBVV95cUxNTHNYT1d6SkdVVGI0M1I1REQ2S09WaFNMYlNSQzNxYktVUDVZc3hYWklkakk3RUVlZjlGQVR5M2ppLS1Pd3NrUWRhSXkyNGpXRFZBVjIxTk5rU2ZiaGRTazI3WXEzYlowSGpka0NDS3hYYkV3VU5QTzBfdlUyZEJoMHUzejltYXlyZ0HSAYYBQVVfeXFMUG5lLVJFSHVNdnJqS2x5dTFCYk1yT2hhZDVCSWJJbHpzakxqNTAwTGpsX3lESE1MN1BrMjFoODJnNkNESk9qT1dXWUFpbXQ2OVBSRFVfTU5XOG8tNXNTdVBWMEUwR1dKLWFlSF9xOXhWX0pidGxkMEFZZ1c2QVI0enY2QW03TkE?oc=5"
|
||||
"https://www.malaysia.gov.my/",
|
||||
"https://um.edu.my/",
|
||||
"https://news.google.com/rss/articles/CBMiswFBVV95cUxNSFJNcVpXSHljdHFuNzlGSUplcUFvYnBLQWwxdmdKVHFsSnE4RWRSMTJHWlBfX3Nwc3JuV0I0ak5uSUlrbWhlcVBqa1dkbUJ6ZnRsenFTeXBSSWNWRDFkM3h1RlVaVjY1SXNpLWpkTDBfU2MwLUtpMGhUQm5YTmFvbDZPMFlXN3dLbHl4TDBZYTNhM25hV2RmczBqM3VSdVpMeVJINVVlUXg1bVdsejRnNVhZSQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMixwFBVV95cUxOaUhIbXhubHlvbkFJaFdiSGJEUmY4NXRpMEl0cDhGYlJnQzJwV1psVFlrUGxkNWtyTWY0dXdtbWVNeTExT1JJUVBaSUlfU3IwTjByZHBNRmJ1ZkJxR2NmYXZ2clAyQUM5WHd5d1loRHpZTVdpcWpBQ213cnNSeHBxRnp0OWlMUkRiM1Z0XzhXNmttWXhCTFJ1anNXa3RDYzNlVTQ4U0h0ZEUyYlJhWDZVOFZaU0xuS2dBTE5Nb256cXAxQVhEZjNB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi5AFBVV95cUxQU0pOcmNHWFlrWnpfdHQxTXM4dHg2eVQ0WklUSnpVR3lOaEN0eDRxOFlFUW91SllZcm0yMk5vUnVSems2YzBvUWhpSUdDdkdiRURyZk5FQnFLNkRBMmd5ZmVKcTlIQ0FTU2I2SFdmdWxsOEN1T082S19lMEdDSGpVMXlLVGxHd01BYkdaQTV4RG5pV1kzdXdiOTVTbDFpdnRhQ3M0emlTYVEyMDZXbXRHVE5aUG9HRHNmX1dxRGJwakY3eWRYOUJ5X2FTb21lalBuX1ZnS0pXTDFJblJsdzh4RnJvVm7SAeoBQVVfeXFMTzVoX1J6dWJTdHRpX2hRSFZRMHdyY1pEbG1ESGI1bDdIZm5YX3gtM2g0STU5S1EtbmNqT1RCTWllYjVfc0ZxZlg0VDFfZkMtWG5ycHFxLTNfaFZXck1lZ0JUNnZ5cElyVG9heGQ1RXo5cWtsYWdPaEFmTXJOMmZzdG45MjJlb0JsMXFnYXR6WWV2Uk5lTkIyVk5DcU5DOTB6VWloT0E1Y1J3NENZcmxNQVcyaW5DY3haOTdOMmpNZEMtWUdncWIta1pXa1RJdzY5NFIzU3hoU0pNcHV5Rko4SnlYYUhMYmJIVWRn?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTFBScFRTRDVZR1A1d05sbVEwS0lxOXcwU0dNZWxqX2ZFbThhV3hNWmxtdzg2UjltQU90VWh4ZjdLYlVtZUZXenh0OGNfTzJoZ3RL?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiXkFVX3lxTE1aQ3RxT1ZvYWE4Y21GbzZxRnlHUWhtSWh1U21lYUw0bGg1VHNDbGxZUmZrejBUNjVUNUtVVXA2RDlzVG5keTlaZ0hwdWc4bUNWRXNsUHJ1bTJZc2xjS0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE5OTElGem00WTVUb09xdWswcGdIeXh4UzBQYlNqN3hFZHJ2YzliTlJ3QnVmZDRYaTdHVVFaLXN2VGw5aVE2cTZnUlJTMFZZQTZoZDQ0ZGlVSHU3am1fbHhJ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipgFBVV95cUxQTzlKZUJ4ZnNjTnhBb2hyZ3doUnFBSF83X1FZcW8xV1A0QndrLXpUcE5RbklualpmbkFmVXZTMUZ2dFNWd1ZvUnB0QlpHOUxJUDZCOV9yR0tObDlhblVuVFJaSWQ2RDVmZjhuRERYbnZqVTVRNDJVSU0yYkJheXJLUEJlajV1QjlPRTFTT2VueUp2dFdKcjJFbU1tQ0NESnphMzVpNWpR?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMirwFBVV95cUxNWk5nZ2tVNUluOGFNZEJ5VG5oYk8wbWZSSGhTY3JCVm93c3NFcWxEVlFkXy02dUs3M1dsY1lBRzVJRl9BQkF2VWpqTHRMcE1KMDhRS1AxazQybEZ0NnhJZzBMMTlLUW03VWQ3X3hxRzdpdGpUVG5xTkI4RlpyX2ZBZ0ZwS2VHSFMwLWZNeTJ6WkY2RnAxZlRRWnRCZTFMMHJZcjJxdHBjYnJRYk43eFRB?oc=5",
|
||||
"https://www.maybank2u.com.my/",
|
||||
"https://www.cimbclicks.com.my/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.malaysia.gov.my/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://punchng.com/court-frees-ex-hos-oyo-ita-in-n570m-money-laundering-case/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/epl-clubs-battle-for-dele-bashiru/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/portable-challenges-davido-zlatan-after-carter-efe-defeat/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/nigerian-passport-climbs-global-ranking-slips-in-visa-free-access/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://guardian.ng/",
|
||||
"https://www.vanguardngr.com/",
|
||||
"https://www.airtel.com.ng/",
|
||||
"https://www.mtn.ng/",
|
||||
"https://punchng.com/edun-charges-nigerian-boxers-ahead-ghana-bout/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/akpom-joins-ipswich-permanently/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/adeshina-bags-texas-tech-student-athlete-award/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/trump-says-us-nigerian-forces-kill-senior-is-leader/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.konga.com/",
|
||||
"https://www.vanguardngr.com/2026/05/of-leadership-and-apprenticeship-by-muyiwa-adelina/",
|
||||
"https://www.vanguardngr.com/2026/05/us-nigerian-forces-kill-isis-fighters-in-sokoto-trump/",
|
||||
"https://www.jumia.com.ng/",
|
||||
"https://punchng.com/njc-suspends-two-judges-recommends-elevation-of-12/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.punchng.com/",
|
||||
"https://punchng.com/fintech-oversubscribes-debut-cp-raises-n6-89bn/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/era-of-impunity-gone-says-ig-disu/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/nigerian-born-politician-elected-uk-partys-leader/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/tinubu-arrives-in-lagos-after-international-engagements/",
|
||||
"https://punchng.com/before-stardom-with-kayode-solomon-eludiwura-kay-wonder/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/nfvcb-classifies-304-films-in-2026-records-growth-over-same-period-in-2025/",
|
||||
"https://punchng.com/anambra-bans-security-operatives-from-wearing-masks/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.nairaland.com/",
|
||||
"https://punchng.com/iran-creates-authority-to-control-strait-of-hormuz/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/11th-nass-senate-blocks-ex-govs-uzodimma-from-principal-offices/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.airtel.com.ng/",
|
||||
"https://www.firstbanknigeria.com/",
|
||||
"https://punchng.com/unity-cup-chelle-rates-3sc-midfielder-ayobami/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/gunners-end-lookmans-ucl-dream/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://guardian.ng/",
|
||||
"https://www.gtbank.com/",
|
||||
"https://punchng.com/egbunike-backs-ogazi-for-more-records/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/oyebanji-labels-oyebode-football-tourney-talent-pipeline/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/leverkusen-coach-hails-tellas-quality/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.jumia.com.ng/"
|
||||
"https://punchng.com/police-intercept-stolen-vehicle-in-kano/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/",
|
||||
"https://punchng.com/i-cant-eat-when-united-lose-baba-esu/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/two-security-guards-bag-life-imprisonment-for-serial-rape-of-minor/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/nigeria-grants-rwandans-30-day-visa-free-entry/",
|
||||
"https://punchng.com/inflation-hits-15-69-as-food-transport-costs-surge/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.mtn.ng/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.jumia.com.ng/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.belastingdienst.nl/",
|
||||
"https://nos.nl/l/2613239",
|
||||
"https://www.ing.nl/",
|
||||
"https://nos.nl/l/2613252",
|
||||
"https://nos.nl/l/2613279",
|
||||
"https://www.bol.com/",
|
||||
"https://nos.nl/l/2613278",
|
||||
"https://nos.nl/l/2613237",
|
||||
"https://nos.nl/l/2613274",
|
||||
"https://nos.nl/l/2613263",
|
||||
"https://nos.nl/l/2613276",
|
||||
"https://www.rijksoverheid.nl/",
|
||||
"https://www.marktplaats.nl/",
|
||||
"https://www.buienradar.nl/",
|
||||
"https://nos.nl/l/2613270",
|
||||
"https://nos.nl/l/2613232",
|
||||
"https://nos.nl/l/2613261",
|
||||
"https://nos.nl/l/2613243",
|
||||
"https://nos.nl/l/2613233",
|
||||
"https://nos.nl/l/2614493",
|
||||
"https://nos.nl/l/2614500",
|
||||
"https://nos.nl/l/2614498",
|
||||
"https://nos.nl/l/2614459",
|
||||
"https://www.ns.nl/",
|
||||
"https://nos.nl/l/2613272",
|
||||
"https://nos.nl/l/2613275"
|
||||
"https://nos.nl/l/2614499",
|
||||
"https://www.ing.nl/",
|
||||
"https://www.rijksoverheid.nl/",
|
||||
"https://nos.nl/l/2614483",
|
||||
"https://www.bol.com/",
|
||||
"https://www.belastingdienst.nl/",
|
||||
"https://nos.nl/l/2614484",
|
||||
"https://nos.nl/l/2614501",
|
||||
"https://nos.nl/l/2614482",
|
||||
"https://nos.nl/l/2614477",
|
||||
"https://nos.nl/l/2614465",
|
||||
"https://nos.nl/l/2614490",
|
||||
"https://nos.nl/l/2614475",
|
||||
"https://www.buienradar.nl/",
|
||||
"https://www.marktplaats.nl/",
|
||||
"https://nos.nl/l/2614495",
|
||||
"https://nos.nl/l/2614489"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.rijksoverheid.nl/",
|
||||
|
||||
40
data/regions/NP/Default/Kathmandu.json
Normal file
40
data/regions/NP/Default/Kathmandu.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"region_name": "Nepal (Kathmandu)",
|
||||
"google_module": {
|
||||
"base_lat": 27.7172,
|
||||
"base_lon": 85.324,
|
||||
"lang_params": "hl=en-NP&gl=NP",
|
||||
"valid_url_suffix": "com.np"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://www.nrb.org.np/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://kathmandupost.com/",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://thehimalayantimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://nepal.gov.np/",
|
||||
"https://www.onlinekhabar.com/",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://nepal.gov.np/",
|
||||
"https://www.nrb.org.np/",
|
||||
"https://kathmandupost.com/",
|
||||
"https://thehimalayantimes.com/",
|
||||
"https://www.onlinekhabar.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
36
data/regions/PH/Default/Manila.json
Normal file
36
data/regions/PH/Default/Manila.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"region_name": "Philippines (Manila)",
|
||||
"google_module": {
|
||||
"base_lat": 14.5995,
|
||||
"base_lon": 120.9842,
|
||||
"lang_params": "hl=en-PH&gl=PH",
|
||||
"valid_url_suffix": "com.ph"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxPMndQRHFQWXBNTGpVOVJtV1JaYXI1RVJrWnV0THlYSS1wUVFlNGxBWVRIZm51enRIVUVNU3I3c0U5N09ORnRQVnZXa0U0bEx6OHVaVFpkMmczaVk0TzJlZjJoTWtPWkhReW9TbkNnSFI1RGd2bFdGalpBZ29IMzR2Y3RtZDNnY3ZQZmpTR2tMLTh2cmc1N1c3RDVxOHM0cmE4bEJlZlR3SdIBrgFBVV95cUxNR214V3JkQnNlZDlmXzZmd193R21jRmZMTHRWaVpiY2Nhb21PWGRXTlhYaGpxRXFmWXZQLU9wZXVRWHRLVFA4a1dabFFjLU1LNWFyZFA2LTZyelNVNGJhRXpUa2pBV1JUbmxtX2RLckNHY1pXUXItM0dRanJfQ004LWxZdTBXOHBBSVRPYUY2YzhadHBXVTZvMFloY3ItR0Z5NG5TbnlUNmNBZk5Wbnc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTFBGNHJCZTBIekY0M3J2QXdiaHVzV202M04zUktqRmM4TWNhZ0ZaelJoc282Sk90REZuQkpXcHdMbnpGQkRLbjJfTDVHWFhqWnlM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPWkNua0xCbEVYeWQ0dkQ1czNQNHhmaVdiRnNueU1UMXN1dS14S3hocDEtTjM2SGpXUWtCRmJ3UWpRcjFCOC1wSUtRcmduLTNMZ3p4NlE0MWlTWHdpS1RpbTM3RVpSckFGakhLUkd0SzVPdktnZkhfd0hheVRQQmhjT1czTlBHMlZkeGR2a2RoU09STjNoQzQybEdBUTdNZ9IBowFBVV95cUxOdUtFNkVSOGJ3UTFLV2pDRGFYXzE4MEx1NTRmOFB2ak1DWVoxU0szLXFVSEs0aWVWTjlnS1l6TmZ0bXQ5NTY2MEJnbDZTVlFtTzdBVGhBMFdhTUM3cHk3SDVqTmh6WXo5NnZ3ck5Rd2VTTXNNUzg1eUw0SDIxYlFNTTRWVFAxeVJUVmJZMzBwcXUtUmxhX3NHMDRrZTNwb1o1RHk4?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiogFBVV95cUxNNklqeGxGcC1HN3JTNThGQm5WY1NwMjRwTmw3UDJ2aXNQTmJiTlJFRmJEV3g5U2Y3Smt5eFZkRE9fZF9oWldaVUZtWGdjclY4OENsTGJfRkJRdk9JYnZlMnJUd0NXOEdUM2FneWVVVE80NDFqaGFjVkpMMnpYak12alVSMnc5UzA3U0lRSzUxSjNkanJEWmpXc1lOdk5JNmRXZ0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimwFBVV95cUxPdVZJbnF2Z3BMS0RVWmhEMC1HYUdEZEVHN3hkME5aMFlSNUlWWk5NdTh2NkkxMllaUnVkcDMxOEZHQ0ZNRm5fX1FDYWQ2ZXRNdWxSdl9JcFg1WUctT3dtVkJhNllnQ0dmZXZ3WWlqS3A5Z1pDbi1mTHYza2duRmZ3MWtDX2hYN1hMUG9MeXNmY25oektFdG1EZnRfMA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxOcldQNmhQeHFPNmo0Tl8wNXJheU9OemdfMk9NbmpobHRETFNpaW5XSU9yUFM0YVR1SHNUM2RodV82Qnl5dy1IZFBRSFpHblRSVk9Gb1dvU0EweW4wTWk5SThfdTBPM2dMMkY0ZlBSRFMxb01IUzlrSnpOTFhvN1pkbkU0bmI1RW5LQ1pnUmdmYTZMREpBSjdVTVRyUmXSAaIBQVVfeXFMT1N5S1c4cFh0Z2Y2TXY4V0JwOHZMZFJzMXBpTlV3WG1SZ2c5SnBsUnpNVkpxbGVOSW1zTWhlUVZUcUpxbHc2ci1NdHpRY21uUml4Y1VLM2dnczhSbHZfclBROEIzeWZ4bVRxajRLaVNZMXJNLWFSeHNiV0F3VFRCMmx5SExaUlRFc1hudm14Szl2MGg5dXJlNUtSOWNZQ3BtTG1n?oc=5",
|
||||
"https://www.bsp.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMi4AFBVV95cUxNUGRiVi1lSXFHc2xCZU9XQ1VJU2dpaVVuVU9ZYzl5NHhXOE80MEdhWDdKRFZYaml5NmhLTndmNkNGdWNka2g4cFNIa0JQZWh5OEVoZ1J2eEtfOVVHZ0pPNE04UUFlNXBpeUtSNjcyQ0JZSTVLbUdZdjdmVldRZDZCdzU1MDFPeTlUSWJ6ZVVfREVNTzdjbXNzbnNLdndZSTFtcjFBUFFiUDJxX2lsRVV2QVEzdHVzT2hpWllldFpUMUxTSXk4Y01Vaks4ZnZ5by12TEpCMmhfYUhhY2hHVHlabw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxPclF4Q1FxNHhxamlRTmRyOHZDcWNNMGc1ODJyZUVld2hiWnh2UUhWRjlmU1dib3lhMGZuRVFVN3FUY2lGWFp2U3pjU0Fkb0d3bzVzQ3BVSTdaSlFYaG9Lbjk2WVRrV2h1ZWsycVRaY1FfR284UU1nWTRQbEN1MkZ4NGdSOTA?oc=5",
|
||||
"https://www.pna.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxNYUc3QWRvV3dOUEc3R1lLbXlnWkNnV3l0aTBtOE45OWc4MUhKU3V5eUNkZXFBT2IxZXJSTWtJMWFCUVpfclBlZHdvdlBVX0wzNmRaMUp6Sk9uY2lzZGZJTkhFMFEzVFh2WjhGeUp6WDB4ZzlkYTdHdjZMcE1KUFJTX3Q1cElEb09DUVBGbFRtRUxwT08xbTJ6Wlg1bV96UmZfUkhCRWtKONIBrAFBVV95cUxNczMyUEl0d0FBV2VvSzA5RWFpRWVDcmtLNDRqQ19qMnJlSFVpbFhkZGxaZm83aTJTcmlQMmdIWE9iZHhTamZJUnRxUUp6clJZN1VzbjlyR0Z3Z0dwTjR3SHpSQ1BVN3VFVEpuT0FHVDJrUEdqMW5yNnZrcTJoMG1kUld4Qk5sbUUyZnh6Ynhndk9vOVVFYzcwelhhVko2Z1JiR1VFU0JELTluYnk5?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxNRUtqdTZXOEkxZ2ZGeWxlUWY4Q3pUNFFybE5MbzgwYl8tendyUXFMZk5lU2RrRjV5a1dybFRFR3JDVlpLdXVNMXRxb2RhVUExdEVmaHVxU2E0cUJDdXdSNHlYdDJZbHBJMmgxQm1JTHk5YUFoUTk1MWR4czR0X0xCQlY2cW5oZ21RdlZ4eFpfODFVTFhMazlIM09ZdGVTTU5XeGk5ZNIBqgFBVV95cUxOQUVHdEpwSFJlbEJmekZPdFBRNkMzVnZaek1RUXpBXzFHYVcybU0tNjE0WTN0U2dQUXJyWTNBWFIxS3EwZEoxNkc5dUwyYzM1YjZ4SjRnek04VjRIc1BGRzdDVHgwUDJCaWwwQlphX3VjcGRBekNnbC1Veml1TWxXa0x6MUN1QWxZaXEtVC1vWGZrblhrSHUtdGJHUEQ5VkNpLWdUVU01dGJOdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxQR29PSEVDd2ZUMTZfVm5VamVrcEtGdjQ0VXQ4QXdsYnFTRVpOQ3lGLUVHRkZCNFpJNGI1TFl4MFBVaVlIYWUwdkYxWHZxRFhXQUtCei1GU0FoM1V4S09XSnQ1ZVVxek5DTmNWendsbGJQOWZqa29FcW5VcFlqOFcyQmZMUnBBYWM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMifEFVX3lxTE9OajZROThJd1lUZEdpSmZUSlpuTk1rbGRPNEUtWDlOYWtWdFFycGpvQ0Y4MHBOVnNOT3lxN2V6QWx6Z2RkNHVrc0ZJbmZ2dUU1emYtNVhSTFpPQ3JoeG44NE1NSzhmdnZmaHlFVHUtV3dGQTh2Tlo0c3ZEM2U?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxOQ1BaY1dkZlZZaDlWb3ZOU1dLYWhDZmpST082UGFHSU5oa2pvNzhUMWJXemVNYlV3ODNYN0JXYlpJdEhzY1IzcXd5djVwRXR4dUI3ODZZX0k0dWtZb2hjWlQ4TUNsMHplM0xxT3FiRXRFbGdnY1BpNWZrNmkxUnlvZE4xUC1qcURIb2Z4al9DeEdIdjliSHhzUFMwa2VhRTNBUmR0UFdQaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNNGtzMXBvVWNNOGNPQVZDU1dJSjlJbERWMEJpRERLUmx3UFhNd3lJWUdyRU51OHJmYktZSHQ5N2w2Mm10YzJwS205T1UwcnkzUDlMaEk2X09mN3ZUQUQ4dkZ5a2hhYTZPb1U3alhSYVY3NXdjamVfeV91d203X3R2UFFoOWhpRkRocTNQYlpfcEF4YVkwalpMTHdiWnrSAaIBQVVfeXFMTVhIZW1qX09KbFFFMWVxeFJGeVFOSlpoRXJIMnVscW12eVA2QXZVWGUyY0RpaF9WUHNFemNQNXk5SkFnOUxPWEE4U2hzUkQ5UFRnUy1ZWFR6UmQtXzRkVkJPenJibEltdlZnUEhtOGxrazNjcXNFdjdxS0xfVGlFZFh3U09KTGt1UjBxX3FIU1R1ZllIcUl5SWtfbS0wLTVZSlBn?oc=5",
|
||||
"https://www.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMi0gFBVV95cUxOU0h1OWNYV0dFMmoyd0lmOTR6T0JCZEpRbWtQRlZhY3dkalZZY0hQbVpIdFlkeDBsYllGbHUyOXZPSlhLekNSVWU4VWRGU2tpUjZSeWpFekhvSFF6Qk5VN3BGNWJzaVlDMElvV2x4TzhxTlgxQnJ1MlRBQmQ5S1NfTmlFLWV3bk0ybGEwampUR3VuNU0tbkFpZjA3ZWlXY0lNcllMYnNoVVY0cU1EZ00wVHVGTm5iQkpQOU15WW1vSi15SjRUajZ0X0p4Z21hWDZUSmfSAdcBQVVfeXFMUGdsaVhtdEYzR1dxUlBUeklrQ3BDQkpBRVA2bEZidU9zUF9TZlNjNjc3R2Nlcld1aklMWjdTY1hYQmdFNWNxUWJMUUJGTFM3NkttcDZCS2dCMWFkMkwyY3FjRzl5Wko5QUM2a3c1cDM4U29lMGxxWXkwcjBNNFlPZ3IweE9BaFlmYlFQLVVXTlpud0JrZ1B3QUpMR1FJY004MUtsZHNDT0VFS015WHZtSFNDdmxhUVhNRnRtVUQxOUpmTUkyNjBMXzZ6ejhzNm4tUnRZT2pWVzQ?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.ph/",
|
||||
"https://www.pna.gov.ph/",
|
||||
"https://www.bsp.gov.ph/"
|
||||
]
|
||||
}
|
||||
}
|
||||
40
data/regions/SA/Default/Riyadh.json
Normal file
40
data/regions/SA/Default/Riyadh.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"region_name": "Saudi Arabia (Riyadh)",
|
||||
"google_module": {
|
||||
"base_lat": 24.7136,
|
||||
"base_lon": 46.6753,
|
||||
"lang_params": "hl=ar-SA&gl=SA",
|
||||
"valid_url_suffix": "com.sa"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.spa.gov.sa/",
|
||||
"https://www.my.gov.sa/",
|
||||
"https://news.google.com/rss/articles/CBMimgJBVV95cUxPLWsycWI0Tmh3SllzdTZFbjVWbUdRV0VlS1lpODRZT180a290aXQ4OURzLUNIWjlsdl8tbjBndFBMcHo2Sk5ZS3FqSXVBMlRHVi1JYVpkNGhkMnhUN0E4V3EyeWJwVUpJYmFjS3FrOUo4dDlSaFh6b1Q2UzhvQlRrVm9RSDJZdUtnbXpIZC1ESEc3aTBYZlhsQXczS3Fma2FXd1BoRHcyWWJCSU1zdGo2NVZSWUZfeWY2ZXJ5a2Uyc1lkYWhUVi0wakNORzdRemFlMC12TkRJWUdjNmh6N1BncG5EeTVDSnRBODZ2MlVmcHF6NVd0T3NoZGhmQlVCZGJrZTk0Yzl5ZUktTjlwYW9wNjQ3SDNaRU5RQ1E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTFBvTmxSTEo5bUYyTVNTZHlKUVF5WUZrc3RENWJNWmNQVmpKaWJBY05Gd0VpSFZEdHZnNmNYNGpwdmZpRXh1YWdockdpd2l5NVN6Q19iSG1zTW1HRWvSAVRBVV95cUxOaUhHcG1KTzRwQTItcnZCcVBxdTdrSjVrc3c3WVo4eHFNOGRqVGlxOVNyNGV6cUk2anhqSk8wWDcxaE9yQjdXMlZaVFdIQzloWFZpZXk?oc=5",
|
||||
"https://www.arabnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE8yR2F3SUtUREg1RkotTzZyX2pXQW43OFZhZFlwNmloaFFJckxzSUZzM2o5YkNnWV9BZUxtNmhKS3N3QVkyWGRkek5YTWg2clNhVWJZLVl0TnpUTnNFdlZF0gFUQVVfeXFMTU5WNjlsTm9XczNjRkt6TEY2Um1yVXVzWktUUEtfNHFrbk5BbWh6S3JBTU9KZHJIMW1NTkZDUG5wbW8tWG9GeWltSlhPOXE2cFpTdXhO?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi-gNBVV95cUxPbG8yTUFPSUxLSVJGVXJOdXBEOGFnNjIzTjU0RkJ3aV8wQlRaWXo3RW9hSFN6YVUydTY4Nk9YaGRfRW52dEFyYjlEb3FycjFhdnZTNGlGalF4YnNYNkJvbndkYXRPUWYxRGpXcVR4ajdfdHdTLURldEZQZThJUUdnZmZ5QUpSdHdUWGJxcEhReUJCVHZFUVd1Q2pSaS16YmdXUUtWX1EyQ3c0aUp2eU51V1F0Y2hGTVZnRi1ma0tjbnhZZUxuM19yUkpraHlBVHpLYnFXLVhId0gtZHNJV1dEdGRlSEZDSVljbGg4UmFKTHozSHpzbzFidjg0dWM3Vmtwd3BfWDhxX3FSWnNPM1BKSk9DcGlsb2JZdWQ3QzAyTVlUcWFoeWJGaUxTZk9TLWg4Z0llUHRDNjM1N1dPeFNXdGNjSDFMZFNmT2xPd1BmQm50M0lqQ21VNXk1a1c2OXFfdWdxWVc3bUVUaU5zWkJxaEE5QlkxLThfRGhzVXlYaU1IVGdYOEVBaXplVVJFOVpDV3FaMHZnU09TWGJHaVh4YVlVcDZwaUxGLVp6WnExM3hNMEFCZzd0NlhpUlI4dVczZ21GTk9fUVhkcFpvQjJvWER0YmVOQ0lJcTZkY2JYSDcxQ3dLNG5YaUkzanFCOGQzZ1Z1dXR5UWE2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimgNBVV95cUxPRFd6T3RsajZ1NDJQYW8xTm9SWEV5SUtKZGJab2UtSkpObUplbXd1b1pPeDZycW5yMjNISG1BYUU3M3ZSbEE3RDVNWEtwYU5iemNSLWVqMWU2Um4tOFFVcjljS0NjWGhaSnRkSng1NllmakFUZC1qVkh4TEZSamlUa2JHMldza3ZLWVFZUFo2Z2tLNzZCRjBXcEpYYy1TSVczdGNJcUlBSzJfeUtLVjNYMm0wczVSZEZlYjBSeUVSMU40Q25SdlJ5RFJMY24wb1YtSmhKR1daNEhqRWRScEhaYm1JdnNEa2NHOTY2eUtOOXNybWktdGk5VFhvV05sSjh6U0xoVHVmYk5fbjZIdzJjbUtfSkFSRzNHUXBkSmxSbzlaUC1Ia2o0UGhBU3hWTV9VX2tUOVpFT0x2TmRmT3pRMUZ0dU13ZVVEeW0welhGZjNucElKaF9IMzdZcVN2cHdhU2puSWpMamJ0Nk1QamJaNHFXUjQ1SVRONWRtNC1pcmU5Z3FnZmxrTGE2WWtuRTZQa21WUzRUNy1XZ9IBnwNBVV95cUxPelpuVHhsaXZUTmtuX1NIbng0aUs1b1czTVEyODdPenA1WWxucXEwc0d4V2xRcTFVTDFxZ04zczJzVXUxT1hoNVljRDJSUHdDd1NwWVItbUZpLUlBdVBESXZiWENPY1hXR2lROXBiZXdxU1dDb21jaTRFNlM0d1FYdVFyRnY2YzN0RFVRZENVcnJiWkZFUVZLMlVWdmRiRlVHVHJObUd0Smc0SjhYbVdqWUEzNS1PWGhma2I2bTFzOXZkMXYwMHNUUDFnLXhMUk9RdG13OXJqV0tIUGp1cTdFUTFqSkRoRklBVE1ldEdrOEhxTGk4ZFJWRHcxQ2NSdTBfMUcyUVFEdDNJTDV5Ni1ySXlCd24ydWR0UmlqTEhDMkRtMjNfMDE5N1pEbkYzSjlBYlE5VEF6Q2xFRkM5bFRFaE9NMWxTNlk5TVcweklBSDE3SWlJeUZlR0JmZWxhRzhkb0dhejA0azBraG5NbmJEUVhWRkFxZzhBUE1PbHV4UjFHeDBDaU1wa0xVcFJRX0tIS3djR0NWUURFVkNNUUo0?oc=5",
|
||||
"https://www.saudigazette.com.sa/",
|
||||
"https://news.google.com/rss/articles/CBMiugVBVV95cUxOMFB0WW9TTUVfRURqbXhuaHo4Z3hGbUxDWFR0R0d6MUxjanoxaFBMYzJadE10V2NzakpwQkltVnhhcHl0VmVVMVRwMUhXU0hEN0k2RDdRVF95Wi0tUWZQQi1lNDBKeFRoam5wZE5rcHFLSWtTaUdLbTJnTmJUUWREZ0FKYUpWQVlFREE2SWotbXp6U1VGSFQta0F1cTYyM3pfd0hmSEJOVmxQZklQdjVPaUo1YjBEWGVjTVNNekJJX0xhckk0VUc3YzU5Sld5ajBqYlFvcHhWZDhSSkg3LWhiWml1NzlUSmhDZFV0VGpkaEJKdVZsUXBJNi1EbkNuOWp4TVdNOUgzYmFDdmtiMWdGZUdXcDJXeGRscHVBTlRpdTVEamtmUjBnNGtkSXV2enoybXFWVldXVlFjUHl4LTJqdE9aZ1pHSzhTd2htUW5vbkJSbnZUdXJqWFRESGRka0U5XzdCbm1FWm5nMjQtaUx3NHh3LVFhRlgzYWJTcWpxRzJUcmNIQUszbjEyVzhQQUw3RDhEVFZXci1VcVgtcjd6aXB6THN6UUJyWEZvbTRHYXNuVU5aNVlXcm9BSHNfVDNkUS1KNVZlZU1pek9EN1FCYUppb2xZZGxzVU10SlI4ZnluQnJ1THZtemd0YnlRNXByU2FRWWFBSkZmQ1pyQ3M4TGhlV25uMnA2RnFrMlk4bXhlcWI4VXc1cU1IalhVWmJnbjNPamVSOGtiRmNNS09hRW5GQ29qQWJOVzZSN0JfYS1ZOGJDVWVDUmVQaDVjU1YwTGZGaldhSTJucUVIS1lqaWF3Q00zczJablhlZ0Nxb2lERjNTZlo4WFpjM056eFl6OVNYVTNyWVBjUDl2ZEhwSzJkVkhFT1d5STFUWlB1WkRFaFZCS0JRdWIxcktJRkhaaFlIQXA5YVdnQdIBU0FVX3lxTE5kbC16d1lwbkd6WkI0a0hCaVl2aDVlRnN4ZkotbDMzWHVwSElIVk1Nam5RWmx4MFRiOWpEbnRPaTdRenRYc0FGckREa01POUpkc3lr?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiwANBVV95cUxOX0Q2eGR6SHpuS1FBczdvb1ItZEctaEdBWE1oYTJiWl9GLTRsYmItYTNnSGowVXJIYkJROV9weGh1MkQwaXVadGZ1c2Y3WFBZMlVGLWRaVGszNER0U1N6ZGhVb2FsV3pfbEpiNmsxLUhDSDhDOHdTWmw2MnpFTTg1S1dQczlFbFV4cUhXM0VraVpSUk9hVG5PYzVQb280QTY1amEzeTJEYjEtRUdfT1RoTXBoQTc2V0lmQmpaeWI3aUZ2dnk1QnlCNXU4ZkxfYjNJNzgtWVN3bTVmbHRQUnRqbmZaOEVTOGY5eUtNMzFTbll3RG5CZGJBcG01Yi1hZjdHRW1PajlweVZDZ1BqNFFfYTlmLU1rcWdKMUVzUFM1blMzQmJOREFISzZTcDduR2ZuZXJQeEZzdWdvdFFnTUJoTmFZODMyTEk0Um56ODM1eWZzZEVOMFRQS1JCSGtuNkI0YmNMQlVGbnl1d0pnQUVycjVWQUxWWTc1eTdtaG5uanFscU43YzYzZEJ1UE5ZU2picWwxNEdhbGliX252ZUtrRE52YUZHTVdFYUlTc0l3WkZOdXJoeEZ0Xy10bWttWDdO0gHGA0FVX3lxTE01UkN4MFdwcERYNFdCMnN1ZG5OUFJLZk5BQmpQUlZBWENwblVnbzBwaVRtaEUxZHFGb2FiY2FybWhSNTFIU2NmWnJrUUtJbGRRbkI0NUlZOUxrM0tjTjFlc3VNcGdESFBmU09yLVlLOHZUTHYzV1g2eDNfZHMwSUxVYmJBN0IxRWZDaWhia3Mxd0gwaFh6S2prZV9OYTBYbnJ0V2xIaW9zWGN4QmlFdmZjVHJzaDZndFlpUkc4SmxKVkxGYm9ZcS1COTNrWUwxRWdVNHlETUF0TVdIN1UzRXdzcGVmbWJJbHZWbjlMZnMzOEtxZk1GYjM3aEdZWHcyWUwxWDlLMXhZYWVwRkdCYVlWOHdqdlg5Y1RBWkx0OW55LUo1ZXhTLTlLVjYtNTVxUkhOQzlXSWdnZDYyLVFJaUYzRkMxNHZ6NDFVOFU2MGZUQWRfbENvblpUWnZUejVnQlRiUzhleWwzMDRUM0VIQmdWVmM3ZmlMQ2taaWRITTN6V25xSlRob1RVRzVXbEtJOUtvSVQteUJZOXRIbGl1RGVpbl9WQVFMcU80Rkk5TWkwRWtjU0xJV0xGTGlOa21qN3oxbXY5T0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6gRBVV95cUxORW1sNU52Nk8xbWU4NEZzUnJCR0g4Q0xRc1JUWWNkY2hnbjZ6bUJPMG5kYVVlQkFxZkFqLVRkTE5reW92VVBOTHdTRkw4cXZzQ0pEZGlhempmUW1XVGIxOFNzWkdZYzliMTY2Ry1veDRUdmFfWDFjeDdqNVJ1NlF0dmwzWkRfSlE5T1FueHZFUGtMRG41ZG8wSjVOQTZtUS1XcnhHYklWOGtGMVJBRDRibjhsMXdVb25rZVMzRU5jVEFQenR2dDVsYW5qNGVCLWxMaFZwSXl0NU0yNWJHM0hsTXlsRnR5MTRzc2wxWHJFRTVLTm85bVNnS2JibkRBZ3puZG9wdTNVVUlrUHBWaXVtQ2c4MXE0SXFhZVdncFhJTHRrdmVNb204WWNkR29way1tTnAwR3pjanUyVHRvN2JRc0lRNkdtcG9EVjRDU2pSUGl1dTd3UU5tbXU3dWcxdThNOVNQVk5BS2I0bldXRzFGY2VWQmZwNnpVUmRkSXVMNWQyVEFNTUIzb1M4aFZaVEdDaHlUc1dxVlk2a19CV012Z1U5UWJZOG1BNGRjU3BPSHA2QThvZkpCWDMtZEVsT2M4dGM5dGlDTnNURE5HZmV2dXVNSnc1UkZjcmJjYnMtejdIdlpOS1F2UXBtVGNzR29mbVpvQWhJZzVubUhsYXlXYzhtYVJVMlpWdmQ0aDRDc2szdmtmbldmWDJuU3RldzVKWFNLTG5qemRlTnU5aTRUV2lfdjJKbmRDeDNoajJkbmd4RDNBWUZiWlMyLS1Db2FkbFRrclB2QmFxOEh1Q29vdlhkQnRHMDZmR0HSAVNBVV95cUxOb1czZ2hycThOczMwVm1Cd0tEQk9iTWVpTVVTTkdzVGZUeWplRi1KTWRSekdZT0tnSGNNcGZONDE1TU16WlZpOVIyVXpqRUplTG14OA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimARBVV95cUxNdHZaVmtRTzBFbW1nVV96MTRVUEkzQ0FzR2thd05sRHRMSmZnZEVDQTlORHk1NXZyNlVDbHFnbmRuOXBBNmUzSnF4SjZGZDVUaks1azNMRTZqZWVlc2pqOTI3N2ljUnVONTBHaEk0V29jSHpKWlV3Sl83ei1LLWFEZVpJTXp1bjRpUjd3R2llZFRkak1lNTNLd2kxUE1aRXc0di1FMGxlcDE2ZjRTeTlHTU42bnRXc2UyeTN1bDdDWTF0TW9jY0R0VnB0T1NfNGd3TDJxX2wyQ0NHT3lYXzExZk4zaXlYWnZRcE5WenFsaWctai0wUDA3cld6dG41TDlhYWlFRTI1aWZ5S0VhaGJfczM4ZWw2VDZhY3BWSXROaXpQOG1OT0pwOUVnWXlaaWNBa19EUGtTcTlQZGtrUEU2RmQtSXFxX01jZ0NHV0ZwMjduNEJrX0hsY1BLWllwTkJOYnM4RzZIR1VzdVdzYklOejN1SWwzZzlvM0lGLWhzbTRMRWJYOVREUWVDNmxtMVQ3VzhrZG1DUGM0dU5zSFFQTHY2N21rUWh5U3lVejVrMVNPa1puQ1JCZWVuajVPbl9xUDJldW5DSTZvUUFUdjViQ0JsaVNVdURnWjh4YWpDTUlLaXh6dWNkRzVHdlBrNWlxdDJZX1ViZlhrWU5JOFNUVWZSazVuYTFqNVd4Q2NLUVZ5Q3JxT3BWZ9IBngRBVV95cUxQUzNQVnZmdnJYS2JjMjR5dWYxa3lVLWNLdDZVWXEyenV5eHhZaF9fOGZvc1dUVGJvTjdLU3k5ei1HTFVCUUxmNDhPVGpNVHJjODlscjJ5aVBUNFZmQjdJUjF6N1NuR2VQWndldnlpcmpuckxPWDRuOEFHV1NxbGx3YVJsWUd5aVRvUHBpMzg2WTBTN0VDQWlWVllCUTRYcG5nQXB5U1FVUjJNWVNibTd6bU11Z1FRS2gtU0hja1I2eWk0ZjI1aG91bVlQY0l2UGk0d0tIY0hxVU05WmNhSi1YTEUzSlpORXl0SC1hZVliUnF6bnctbEI2OFZmNDhhc3RFRHVxS1FTOUJ4WkZUYmdud0lnZVVQSl9sZER0MzRBU01PVTlOYUg2WF9FWlhLckNVeE96WG0tMk44Z1JaX1RDOHNRMVZ6MmhlU1VjcndBdnBjWm5rdmxFYkllMVpXZDVxY1MzZDhNNEQtaF9waTRhR0p3SURBbjNfT1gxM0l2RE12ODk4UXhYTnVlT2ZMa21MR05XVU5iQlhtV2VEWDdsdUVVZXBqYUZCSUlSczM5ZS1ZMkFHdzdDZVQ0eU03QWNKUERuNHk5T1ZhNXhyX0dadW5MaWJFWGhTUldkbnVRZ0M0d2p1Z0pMU3FRdlhlOUpZSFVpSlNHcWZkU3lmMnIxTGxOR2J6RGppSnJ6d2wxak9GQ05VRll3QjJ3MFQ4dw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMid0FVX3lxTE1uT293UXdtcFQxdUIzcFRxaU9OeVJkemRyRldYeTMwYVJsX21mb2ZlaEZaVGZaT295cEJXb0tkZ3lwVnZwdmpKb0gyOWR6Q2xXcXpnQ3BFdy1lbDZGLXgwS0hMaWNaYVRzd1U0WENkRUpBRE1nNGNB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTFBZM25URmpsaHZuZEZWZndwTzFWZUFtYjZZNVo0d081WnhZZlJKcWZZMF9FZkRFZ1BVVGJpSlMtUTRndGRjYmJTLXBMTjREa0lfS0I3Z0dxbHBrUW9YdnNr0gFUQVVfeXFMUEtibTdMUWxNbjBXZ1BubzJUVHYxcHVDRHNDVHJhbDU5S2dNWHJVcnVHQUYtUThoNzJqWXAxM0JGa3oxVzU0VHMwLWdqVG1RaDdJTTV5?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMivgJBVV95cUxQbmdjM0ZOUzhXeTBOSTFzTUlXcDFqdWFWdVJ4dDA3SC1jaVBQdUVSZ1NJbFBiOE9SX3FqNHJaSmYzYUpTbTBmSFVvNEgtZDlPVUVmS1EzZXdnZXMxMVplelB1S2JFYWZSQUNqb1NYMWtOdEZKa0NkVkQ3Z01qUHRhUEVTMnNSeTFDamFGTF9NdnBPQmhIdzB6eENfSnhuQVgtM0hoRWlsOFdYeVY4TjU4cWlMbTRGSy15aGQxdjlWc3B4MHBOOWttUUFkd2JNZGxfTmtTdnNsN3kyOEstS0tlem1YcndsWDh5Tl83cHcwMVdSd25pUW9iTVpRM3NhX0FTODN3b3h5Q1NZSERSVHA5R09FUGtSeTluLUt2SnBidWRhODRTZFJHeWZqd2J5amJ0REtzWFBmbUdzMDg2b2fSAcMCQVVfeXFMT1V6VGxrWVRQa29HUE84MUlsZDg3eV9pWVdUMGV6Vmc4RGxaNy1qYnQya2xjTGc4aTJ2Rm01UmpMejJYV1M0RXQ2YWRFakxJaHdKNjFvdUxjQUdfaDNxc0pTV29BblBvZktHNjI0ZWJwcWQ2Rzl5LUs3ZlBvR0h0UWdMdThMczcybnQxNTBaemg4S3FnQ2tmb2dRaXgxV3NYbnM4OWN6S3gxOU1xN1lfOXB0QjkzUERQYXBmUjA1ZGpTaU1iTlZNOUtNU3Z6bVBGZEVLelZ3YkZSWHQxT25RYllSTGtGWWVsQ2xCNGprR1dhc0FxOHJFTmhydWZ3b3lubVgxTGhLbTZaQmNCYUQyblZ6RjZSTDRTaDhRZkx5V1Zval8xTlhnLW15OThoTFUwbjl1VVhTbmZQeG1YMjJuaHhudWM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi-wNBVV95cUxQSGJWSXR2V1B6RVRTWlVUUmlEZUZyYzZxWWdGUHo2d0pldk80OS1TejdZS0MxZTFCNmFpMktEZGFhblNITzJPSmltWDVVVm1mU0hKRXRTbVRlcG5BQ01EQVdaaVMyamZobFBxYzUwWUhmLUVxZ1hEc1JHOE9zZF90QWd3WERtdEFiY3d1LWQ2OEI3REFFd2FydUtpVDdtYzJWTU4yckRSOWV5VzlCR091LU8tN29xTnZjTzViZTlfdjJNd0RWX3FqWXRUeWhxczVJVFYzdTRWaTl4UHlzcExrRE9Kckd0WDBwUHlNNmtoZkxQOUZYaVp5aUh3UFE3THhFSzl1eGoyTWV2TU9hUE04OHlhNFdjMmhfeF92UmNxYnVQMktfOXZ2SXpEaHoxa0hjTDcyTEh3ZHBfMzVOOEJIZ1hWSlk0dGFPSjl4R1ZaVkhrYVNZTDhhQndnMURxNGRxa2FvWG1iazE0eFd4YzlkM3BNR0lRcFJpT3ZFNjhUNl9Dc3dXSW5hTEdHT0loYTUtMll1QTc5c3U2VEZyTVBmZ0JKZVNxWHRqbVlsWjYxenVFd1JPMWhWMXR4TE5IOVB4Z2tubWU4aVB3bnQ3bDdqTXNvWm56Q0owR1lTT1MzR2hUOHc0WVVPXzl6QmU5dTBnaExyMmJobFlZRWPSAYAEQVVfeXFMTVJrNmt2bDVvLXE1YzhCS1JOcmlEbHpkN2lSQ2dpaFlkWlc5d3VZRU85RkJHMGF1bHlyc1hHX2JPd3hoNTFnY0VmcFpyeGJlMF9yT3MweWlCV3pzQzE5MjFGYWN4eC1LMEVibWczZFBDNmtpRHN1eVRZREtKaHJHalJ4YWFiME84RU4yejJQSWxYYmJ6X2hzbTZyU0tKSHRBOFRrd2RlSjF5Y1FkcG9ncUZ0X2hYUnc5YjBBczU4c0pFajE3LXRycVhZWlhIWWpaXzFITS13LWVWZWhqUTllY1FJMUNQWHUzRnpaU3pncnJORDdERkVSMXVweXoydjM0cU13aUVFYlRJQjFQUjdDQ1RyZ3pWSFBwaTdsdERpT2lZSUg4UUE5YTREZ1Z4UEFuU0dGR3BmYlQxTjVWb2ZvZ0tVZVBmUEV0SmZUSXhQNmQxWjh1U2tPTTZuOTdGY0tCVHY5NlczYWFJdE5YZDVrR0RpcEpNOW1RY3d6SmJ1b2M2TERidDRlV0FNaUZqTUhjNG9NTkJuYi1HRUQySUlROVo1S2pKcWo5VXRSTWFCektXTGVjY3c0MGNQWThyTEFnUG9ZaHVONGZSN0FQY1Z6b1EtdE4xVVVPYnB6UVBHUTc4Y0xFVWoteW9fVU1wS2N6R0lMY3VSTHRCVTVCYmd1SHM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi7AJBVV95cUxPMkVuV3NMdjREN1RrWmFRY09Nanl5dEZLTnNKZHNGN0oxdWF4VWhnTlc2ZTlGM2NmamYwVkMwN21EQktUYzRTamJhY1pZTWJSdWpPWXM0MGdUd1BjWjdrM0R4RDlhWk9ZM0s0SHVpUUM3RzVZcnJiTDVWUlhDN2hXcHdROXlSN1BoVEFZMktaR01GMmJndERxWm1DRHNtS3VZWUdtdkVWSGg3OUpsV3FsdzNkZ1laRWRRdkZmTEh3ZW5ZMWU2QlFacU9POEtkRlpITUxxRjAyc1dWemt6VGdNaWR2b05aNkN2SFB2NnZfb2pjbDVicEF0UzZfU214NFBhQzFzRnVfZkt3RWw4NEJ4cEZ2WWxpWDh3aGxYa0RidXozeTM4dGdEc3hCWTFoY0dFQVVWd0dPdXdfTmZnYTVxcUx2WEZTVzkxNUx6MzJzSU1JYUptYS1MWmx0cXJydUxFTFN0UXB5ek8tbjhZ0gHyAkFVX3lxTE9KbU9SMDVObGFzVTlRN2NWOWpza1EzbUktbUJYX3hyYnlxNjdyT05uZUhLa1pfN0o2UUI5a1A1S1pXbFVvYkVtbHpKTmQzb3FKSHFHdkJxMGtWa0xwRzBKTUcxbTRSY0t5QUFkZUNwR0hvblJHNjlrYUpNV09xS1IwaWE1Q2ZlbGFyb1Q0eGZ1MnVFYzNOQnluLXVHcHFjeDBGMVpoR0M0NkItNWFlVktwdGFxNnRrMy00d18wS0ZvVE1aemtxMDZIUTNjV0ZVODhoa3pjS08wX3pkR2QwRlBkck5xN0RaamdOVHJBS3ZfeXFMcTRLbFEwRFBFM2JwQ0xKTGZRdHA5TVZpUC1VWW0tazBwTzh6WG9ZNmVPUGhvTHh1Q2ZoOWFjb3M3QzdzR3lQd0lPRGpIRmNPNXZ1RVBic3lOVjhQM1B3SDNpM0VWclppWjdHZWxmTmJBN2FjOGFqU0hFbmxINjF4UlZiVFBsTmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE1MZVdSMmpMWG9jR2JCRzg0dVVDc1JfUW9nT0hyejdaWFlzVEE4TDhNRGdGMl80V0hZWWpyUGNyUnhIY3FxNnNGZUZOeXFnMjdVQTVDcHBreGZXank3d3hZ0gFUQVVfeXFMTUJXY2lVbnNTb1dqTXRyLVU0bmNJMV9STVlubE1lN08zYm9kQlBCN1JNVUdRaTNNM2pGa0NYMVN3R0NMbFBhV2dqVGx0T1RpdDBZNUFJ?oc=5",
|
||||
"https://www.sama.gov.sa/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.my.gov.sa/",
|
||||
"https://www.sama.gov.sa/",
|
||||
"https://www.spa.gov.sa/",
|
||||
"https://www.arabnews.com/",
|
||||
"https://www.saudigazette.com.sa/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.channelnewsasia.com/sport/iranian-fa-chief-says-fifa-guarantees-over-irgc-respect-essential-world-cup-trip-6102951",
|
||||
"https://www.cpf.gov.sg/",
|
||||
"https://www.gov.sg/",
|
||||
"https://www.channelnewsasia.com/sport/crunch-time-capitals-after-latest-loss-dampens-playoffs-hopes-6103226",
|
||||
"https://www.singpass.gov.sg/",
|
||||
"https://www.channelnewsasia.com/entertainment/rb-choudary-death-car-crash-6102861",
|
||||
"https://www.channelnewsasia.com/world/australia-says-13-citizens-linked-alleged-members-returning-syria-6103061",
|
||||
"https://www.channelnewsasia.com/entertainment/d23-asia-fan-event-singapore-2027-6102856",
|
||||
"https://www.channelnewsasia.com/asia/aung-san-suu-kyi-asean-access-6103056",
|
||||
"https://www.channelnewsasia.com/singapore/singapore-airlines-sia-a350-900-airbus-first-business-class-seats-delayed-6102836",
|
||||
"https://www.channelnewsasia.com/singapore/malaysian-bank-harvesting-handler-4-million-100-bank-accounts-jail-6103041",
|
||||
"https://www.channelnewsasia.com/singapore/national-dengue-prevention-campaign-launch-6123056",
|
||||
"https://www.shopee.sg/",
|
||||
"https://www.fairprice.com.sg/",
|
||||
"https://www.channelnewsasia.com/business/ackman-loeb-take-different-routes-tech-bets-in-early-2026-6125151",
|
||||
"https://www.channelnewsasia.com/business/youtube-snap-and-tiktok-settle-school-districts-social-media-addiction-claims-6125166",
|
||||
"https://www.nus.edu.sg/",
|
||||
"https://www.channelnewsasia.com/sport/australias-smith-confident-liv-will-go-after-saudi-pull-out-6102746",
|
||||
"https://www.channelnewsasia.com/sport/casemiro-backs-carrick-permanent-man-united-managers-job-6102886",
|
||||
"https://www.channelnewsasia.com/singapore/ai-in-schools-age-appropriate-focus-learning-not-shortcuts-desmond-lee-6103101",
|
||||
"https://www.channelnewsasia.com/singapore/maid-jail-married-man-bigamy-batam-6102821",
|
||||
"https://www.channelnewsasia.com/sport/morocco-beat-france-ayyoub-bouaddi-in-major-world-cup-boost-6125131",
|
||||
"https://www.iras.gov.sg/",
|
||||
"https://www.channelnewsasia.com/asia/cambodia-prime-minister-cousin-hun-owns-huione-scam-6103106",
|
||||
"https://www.channelnewsasia.com/business/infineon-lifts-2026-outlook-ai-demand-boosts-growth-prospects-6103256",
|
||||
"https://www.channelnewsasia.com/world/trump-losing-patience-xi-jinping-iran-war-strait-hormuz-6125136",
|
||||
"https://www.channelnewsasia.com/world/trump-isis-second-in-command-abu-bilal-al-minuki-eliminated-6125356",
|
||||
"https://www.channelnewsasia.com/sport/kohli-play-2027-world-cup-only-if-he-can-add-value-6125401",
|
||||
"https://www.channelnewsasia.com/wellness/cardio-strength-training-exercises-benefits-6089961",
|
||||
"https://www.dbs.com.sg/",
|
||||
"https://www.channelnewsasia.com/entertainment/bts-in-mexico-arirang-2026-6102721"
|
||||
"https://www.channelnewsasia.com/travel/johor-bahru-mall-guide-shopping-6077651",
|
||||
"https://www.channelnewsasia.com/business/ares-management-bulks-up-credit-funds-in-first-quarter-2026-6125056",
|
||||
"https://www.gov.sg/",
|
||||
"https://www.fairprice.com.sg/",
|
||||
"https://www.channelnewsasia.com/business/arm-holdings-face-us-antitrust-probe-over-chip-tech-bloomberg-news-reports-6125096",
|
||||
"https://www.channelnewsasia.com/asia/malaysia-police-transnational-scam-syndicate-visa-policy-6125416",
|
||||
"https://www.channelnewsasia.com/commentary/vietnam-bid-semiconductor-chip-hub-us-china-chip-war-6123421",
|
||||
"https://www.singpass.gov.sg/",
|
||||
"https://www.channelnewsasia.com/sport/slot-backs-liverpool-bounce-back-villa-horror-show-6125046",
|
||||
"https://www.cpf.gov.sg/",
|
||||
"https://www.channelnewsasia.com/sport/liverpools-gomez-rues-frustrating-villa-defeat-amid-tight-champions-league-race-6125236"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.sg/",
|
||||
|
||||
35
data/regions/TH/Default/Bangkok.json
Normal file
35
data/regions/TH/Default/Bangkok.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"region_name": "Thailand (Bangkok)",
|
||||
"google_module": {
|
||||
"base_lat": 13.7563,
|
||||
"base_lon": 100.5018,
|
||||
"lang_params": "hl=th-TH&gl=TH",
|
||||
"valid_url_suffix": "co.th"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.bangkokpost.com/thailand/politics/3255994/bangkok-race-set-to-tighten",
|
||||
"https://www.bangkokpost.com/business/general/3255620/ecommerce-platforms-defend-rising-fees",
|
||||
"https://www.bangkokpost.com/thailand/general/3255764/navy-pushes-new-frigate-plan",
|
||||
"https://www.thairath.co.th/",
|
||||
"https://www.bangkokpost.com/business/general/3255799/oil-inflation-worries-push-shares-downward",
|
||||
"https://www.bangkokpost.com/",
|
||||
"https://www.bangkokpost.com/business/general/3255739/tourism-strategy-targets-highspending-visitors",
|
||||
"https://www.bangkokpost.com/business/general/3255774/financially-weak-airlines-at-risk-from-rising-fuel-prices",
|
||||
"https://www.bangkokpost.com/thailand/general/3255934/thailand-tightens-sales-rules-for-cannabis",
|
||||
"https://www.bot.or.th/",
|
||||
"https://www.bangkokpost.com/business/general/3255979/a-closer-look-at-the-ai-hype-train",
|
||||
"https://www.bangkokpost.com/thailand/general/3255724/bangkok-expressway-expansion-to-be-fasttracked",
|
||||
"https://www.set.or.th/",
|
||||
"https://www.thaigov.go.th/",
|
||||
"https://www.bangkokpost.com/thailand/general/3255679/state-agencies-deny-graft-claims"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.thaigov.go.th/",
|
||||
"https://www.bot.or.th/",
|
||||
"https://www.set.or.th/",
|
||||
"https://www.bangkokpost.com/",
|
||||
"https://www.thairath.co.th/"
|
||||
]
|
||||
}
|
||||
}
|
||||
46
data/regions/TR/Default/Istanbul.json
Normal file
46
data/regions/TR/Default/Istanbul.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"region_name": "Turkey (Istanbul)",
|
||||
"google_module": {
|
||||
"base_lat": 41.0082,
|
||||
"base_lon": 28.9784,
|
||||
"lang_params": "hl=tr-TR&gl=TR",
|
||||
"valid_url_suffix": "com.tr"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.hurriyet.com.tr/kelebek/hayat/tuba-buyukustun-yildizlar-arasinda-43173922",
|
||||
"https://www.hurriyet.com.tr/dunya/live-son-dakika-trumptan-irana-yeni-tehdit-her-seyi-iki-gunde-yerle-bir-edebiliriz-43174768",
|
||||
"https://www.hurriyet.com.tr/kelebek/fakir-hausgerate-ile-lezzetli-tarifler/somon-bowl-43163358",
|
||||
"https://www.hurriyet.com.tr/kelebek/televizyon/gizemli-karelere-begeni-yagiyor-43174767",
|
||||
"https://www.hurriyet.com.tr/kelebek/stil/sertab-erener-o-esegi-sahiplendi-43174769",
|
||||
"https://www.hurriyet.com.tr/gundem/size-en-yakin-nobetci-eczaneler-adresleriyle-konumlariyla-telefonunuzda-hayatinizin-yeni-asistani-hurriyet-super-app-her-aninizda-43117696",
|
||||
"https://www.hurriyet.com.tr/kelebek/fakir-hausgerate-ile-lezzetli-tarifler/sogan-dolmasi-43163357",
|
||||
"https://www.hurriyet.com.tr/dunya/kievde-iki-gecelik-kabus-3u-cocuk-24-olu-43174755",
|
||||
"https://www.hurriyet.com.tr/dunya/trumptan-yillar-sonra-sasirtan-donus-cin-virusunden-buyuk-lidere-caresizlik-mi-isbirligi-mi-uzmanlara-gore-kazanan-taraf-belli-43174410",
|
||||
"https://www.trendyol.com/",
|
||||
"https://www.hurriyet.com.tr/kelebek/hayat/cemre-kemer-bizde-her-sey-organikti-43174235",
|
||||
"https://www.milliyet.com.tr/",
|
||||
"https://www.hepsiburada.com/",
|
||||
"https://www.turkiye.gov.tr/",
|
||||
"https://www.hurriyet.com.tr/gundem/huzurevinde-olume-21-bin-lira-ceza-43173838",
|
||||
"https://www.hurriyet.com.tr/yazarlar/ahmet-hakan/finansal-suc-agina-kendini-kullandiran-bir-adam-43174705",
|
||||
"https://www.ziraatbank.com.tr/",
|
||||
"https://www.garantibbva.com.tr/",
|
||||
"https://www.hurriyet.com.tr/",
|
||||
"https://www.hurriyet.com.tr/dunya/eurovision-cokuyor-43174733",
|
||||
"https://www.hurriyet.com.tr/dunya/lubnanda-ateskese-45-gunluk-uzatma-43174754",
|
||||
"https://www.hurriyet.com.tr/sporarena/galatasaraydan-orta-saha-transferinde-surpriz-hamle-top-kapma-canavarinin-menajeri-istanbula-geldi-43174762",
|
||||
"https://www.sahibinden.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.turkiye.gov.tr/",
|
||||
"https://www.ziraatbank.com.tr/",
|
||||
"https://www.sahibinden.com/",
|
||||
"https://www.trendyol.com/",
|
||||
"https://www.hepsiburada.com/",
|
||||
"https://www.garantibbva.com.tr/",
|
||||
"https://www.hurriyet.com.tr/",
|
||||
"https://www.milliyet.com.tr/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,30 +8,30 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMiiANBVV95cUxOOWRvdXRJam5UWE5XODhZeXFsdTFrQk0wRE4zLWYxVXg1VWlXeTZxOXB6aE9BdUExVzJPR3BsZ1IzcFdlYi10WmMteUNUZGJhNkpydVBzQkZ6MFUyaVIzaEhpZzVWWWN1VWpfUnAxbWY4WnRtOVFxcE40Q1BRVFZMYVNaUkR6SnZSa1NfS1JjWlRnbE9XcVN2MzZERWJjaHE0RVFYMDRGNWhqQUJJME5Sc2ZucHRVVng5T21QTnNadlhYb1JuOXFUVDNiYTY1WTZLUWFBeVdEbFZFVnI5UU04ZXpMVnBYN1ZsSTROOFJRektobFJVdVhvTXhjbHVQLXc4aF8wRUw2blFkOWVPZ3BKSlNwcHBOM0VFZlZwZVZVT0tWeUVrRkh4ZTBLQ2V1RVhlandmcXY3SGIxVVBCTjZJUE9tY0toMG1mSXV2QjFCcm53U0NIeUhTUFMtZUloai1VZUZUanBkOWxfb3dfVDdHZW0wb05GTHlUX1JDVm5YalU3b085VklHRw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiXkFVX3lxTE9ENzFFTS1hQjY2Q2N0Y21TLVVQN3pfaWlpU29KOUxOS0hJekR4ZmVNTlBuVWxNWUhGRGs5aW1QcE5ZNGpBNEJVMF9ES3JqRjhkaU1keGpZb1pNeHBZSlHSAWhBVV95cUxOcndtdzNmR2J5RHBmMmVRbDFROU96MHhNeHN2MzdMNEJsSVZNX3Jpa0VkaDIzaG1wWjM4a0JyNlAybXpkUG9FZGp2dGxfdDJrUC1RbFB6NzhXMFc3aDlCczR3Vno3UzFMNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiU0FVX3lxTE45Y0hITVNnX0laYl9xdmdvcUZWTVNoZXBzVzZYNWtrMmlxaHpHOHlCSEpKY1o2OXFZVE0zWElBVWpnRnVSWnFxeGsybmQ5NmR5NzFz?oc=5",
|
||||
"https://www.pchome.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiZkFVX3lxTE54UjUydzRTaVVxOUNBSGh6TTA0elc2VmdpU2lWSDdlWDdKRVpkYlFXeXNXR1JKd29fdzdBWEwxRVRGNXJSS0NBSXFZazhqcWVadUJCRXFWZ1VNYkNVOEpucmNCd0NSUdIBa0FVX3lxTFBDaUdKVktqRzdwVk9hbjByejB6WWFYaklfMVhsV1ZhWkpDWVF6LWNlRWt0UGNZY3M2ZzVHQXpGYnNFeVMtT3BsU1ZqeDQ5MTlOdjlLS3J3UXEyN0lKR0Z2aF9FcVp4WF83NE5J?oc=5",
|
||||
"https://www.cathaybk.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMirwJBVV95cUxPcDN5SFo1U240N1h5RFZwMUYtMXNjLUxrRGJpUFdBcU5LeldQaVQ5b3kyamhLY2lXbTdmTl8wdEJEVjctazZtMnhvMFpaQzZMT0Q0cE5wLW1BaUhBTEhnQ19yLXg2NjhBTzY3V3pCT2VsUGlzQjRKMlRuODJYOXdhYlBrN2RTWVhWLVBUVktmaGkxS0NzMUtfdS11cmkyclVfSjFRWGVqMFhXeGZfWjRIZ2lVNXdjcm9hYW1aRDkxblp4aFFIMk9yVU43X05vWlMyTjl6bjNJejNvTHRaTVdmZ1lrUi1wS3VoLTQ1VERCZnhWTFp4d3IwV0gxX050MS1iUFJWZ2d3VlRjcVhsMHIwM1pXTURoQ2dRTlJ1Ry01WlpLOWFqY0lCdFlMNXlkUHM?oc=5",
|
||||
"https://www.dcard.tw/",
|
||||
"https://www.post.gov.tw/",
|
||||
"https://www.momoshop.com.tw/",
|
||||
"https://www.gov.tw/",
|
||||
"https://news.google.com/rss/articles/CBMi1gJBVV95cUxONEF4cnpSaUtfLUFzTm13SGZicVVoOHhGUGZ2dnNaVFVWWjMwWFoxelpMclhJa2JCanN6Q0JhVTQyR3JYZzY1WVpTR1B6el9OTzlpNllOYnNSN0RKNFltRjJsTVZvLTdfcDItU3J0ZE01M0w0c2ZZRWNETzdhOTZhcjdid3FLMUk2d0pRN3pXeGtPc2NGTkQwenBlcHpMR2I4cC1jVHhxSnppSTljSkI4Vm1kVEFDZV82eWFyZklCVTJ2TS1kM2VHYlpUMWNmbDNTRTRmZEt3dTFSNmxHU0E5dGtHZS1DYjFPZFZILW9mSXY2d2J1dHJWdEV1R282TWNRNzFsSmdjTk1MY1A5aUtiWi1wTkEzZUNPYlA0RVg0b19NRnc0b1lKUGJuSVFybDRRQlhPTGVYWnlzVmhKV2pXV2RVakVzR0NCdFdFbG1zWFNtY2Y2ZGc?oc=5",
|
||||
"https://www.thsrc.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE5XVVpkMnVBOTd2bUEyUDZIOXQ0NXpCT3dTM1h1dVhKY3dvcDFNTjc0TmJxeWhsaTZxMFBhY2pfVVVGeDJvbWFtbTltcm5UYXNyZEI1RXctc3NYdzA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi3gJBVV95cUxNS0dTcWdoVkJUdGQySXZFSzI2OUFBak16ZFFfYXhoQVhvcFZKeTF2c1QxOFdheGZ4eXBGbVpidW5TZXJwcDBjSzVtOVNBMUw3UURMMUppQ00za3JfSGI4U3BoSWYwYlRDNnNtOWJneVo0N2YyS3JDdDZ0c1F4Y1NVMlhaajJfTG12eWtHNVN3WGJnSGRNVDE2WlpzbDRWNTV5bFNjUGpVY0ZqU3oyOFkzYVVUcXRJdDhLTjRPdFhDVkE0aVh3YklEaGlnY240RGRiazVmcG9ET3hRUXplSjY2TFJSMFVOOUNjcEVmdkExUFJpcVhIOHphOWZkanNhZWlOaENWMFJ3OFFqLVJDdzkyNUhYZWZyajIwWUNpcmU0dkQxbk1TcGZCTjY3dGVaVDFXZldZX19VTzJzeVVZT09oRVYtQkhSM1h2Zm9NWFdrRzdjN25OZEJnTmhiLTB2Zw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE93V1hqX1VvUXp4b2J1TXlFeHFYWXdOd3hpaDI4Rms4Tnp5YkhzZ2pWVXVJN29peGM4dWk4QktKZU41R1Vab1V4RUpIeDFaeUFu0gFWQVVfeXFMUGM5bTFPQ2I5Um4yU3dwV2NnWXBSMWtkRTI1dVNPNno1SWtGOHM1Z3oyaVVaRE9yeHZIQTY2NEZOa2V1emdBcWpHWTZQVEJmU3VQWWNqbWc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi3AJBVV95cUxQU1BIU1RZUWEzcUVZQVJWaEtYSVRZeWdibVlEaUZhY1ZVZGtiMGdFZXIyWTM2cUgxazZ2UWcwQ1Bnd2JVbmVJaEk4cXptb1docVZfTVdOclRrWHNtR1FIZ3NSZ1hSTk1GcFV2bEtMbG1sc3ZqTjV6ZkREamk0UVZBNmFtZ3RURlhoOUFESk9ZMEtNZk9sMjQ0NmY2eTNTUy1hdlBoa3lyNW9IaVBmRGZhMUM3dGZoVjExaUlrUGxiZ3Q1SVM5TnhqdnZBcVFfWGFqNnJhX3hScDRhcFRaQTdDYWZCWjlpWEZCMmtvWmt4a19MaUxaR0kxMllKRERReTMtYzNadXpLZEl4dTdvMmE5bnYwRmZDbF9WUXg5ZVVTSXNtSUpvS1d6VEVjdHBwSFVNSlJrRVp6THlTeW5mX1hNQUpTYnd0ZGYyVm82MzVaUHVXdVEySm02em9ESjE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisgJBVV95cUxPSlRhdXVBOTI2X2YycE9IYUN2eGtmS2RzSkFRU2pZV01SVlg4c25Jejc3YzY1R1h1UnhFenUwTm80NW1MSTVjUGU1ZkFpWTd6aEEweF92bFozeW9kLWFhekFxVTAxamlZenl5anowdHRLTjlHcC1fV0NrUmN3eXRmZ21Zb056SVF6MzlNSEJyQ1JWekNoNVhLaGIwXzZ1V1kyY0NOdEJfWGw4ZEJzSVc2SmU5NDNtSXgxWWExRkJzZXVka0gxT2FadkRCMVpuNWtUQTFHSmNmYWdOSlh5T0N5WEFDR0lTYWtDdzJsd2NxSTR6dmVfNkdRUFFrN0FldXVzeGZtbGdIU3g3YWZCN0JkNzdmRy1LelVvblY1ZC14dWhuYmdoNk9RNndQSlU0UURucFE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE1SWTVMS2lwUzRBalZQTXQyVkg2dC1mbWZ5NV9GQnJvY0txOWR3cEJCdVZBZGJTeHRQSHZxYVd4bFJaN1JTTzhMTEdqZVpIdGpUYUx6bzBpaF9OQVnSAWBBVV95cUxNR05Md05fdkFTMGpXdDlRZEZWNTJiQ1BlM2FtYm1lQUVCZDdwSW5lN0gyNjA2TzRNOThzMTQ3WUtWZnhvWDhtbFI3MkpYWFJ1Z2dJV3dSbnphUExUWDFsRWo?oc=5",
|
||||
"https://www.ntu.edu.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiTkFVX3lxTE5uRTJ0eFQyVXo3b3dVZE9iQjJZazdTV0UwYVktd0xoQkY2MmNEVDE0cWpJcWVMNTlNeEg2dUZFaDFLWUE0OFNGTXBrVk9wZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAJBVV95cUxQWlkzTkFNUHBUUXBlRGRiMzZWSTBQQk4wbUtmd3FNbV9ZZ0JuZGdSaWFpbUUwdXl4SVFTeXBLTi1DZzhMU0VHS3BKOV9IdmF5akhiVkFSb2l6Y2N0clVTZWdsNFdmRGJFN0RpcG5zeFl6VkZmbS1Dd2hwOXI2Zl9wYXY2ODUxdlkwMkVYVTJtQ2YzNEhNcGcycEJHamRDUFFzeTZsMVh2ZUpvdWgtZTVSU0EtMFRuY1FHSGVIX0N0WnFadWVRdEMtMTI0MHh4Z3diamJlQWtXVEZfWGIwQk54S255OUFNbW5xclhqbnBhaWNhOEx3bHlGX3NOX1ozWTFwRnAxc0lVUmhfOUxodkhwanJnTlpzc1k0aFhjTmpLRzNJMzM2MlhIbW11UXU1c2d3Mlg2SEU0NW4?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiigNBVV95cUxQX0J2T2t4dFJQbEgxLUQ4QUdCMmhNX3Z5Y3Y1bVl4UzVPOXVBS0NpLTB2eEZCS3RWLVVZemNmX0JCZjVlMmd0OUxtWnJfLVdDZGJ4WHZoREhkdmlCZFRFTlUyeHhsMHNjUDg4NHNIRVRxbkY2SlpMM2J4d2FnODNSNThiYzg0WmhwaWQ4V3pvb3ZTYWE4RnhEWGg3aTZlYXFoZi10d1Q1LXAxX2FycHNDd3AyMDlUdkdNV042YndnRmNqYk5tVVk1VTNoVXI0SENfTVkzeGw2ZVJDSElwSFpfR1VOWHVCZ1JUV1cyOTR4eng3ZFk3cnBjalFVQ2NJQWdmZWVIZTJ3UTBWQnBtczkxTTYtLVpIV0gyTkd3NG1RZGZ3QzdLUVU1QnBZVDNpWC1JWW41NENoYkw5VVN1ODhsQXBJOWhIWVZIdG9wNE1UeU05QVhZT3VHSnFyZWswMHJ0VTFfZ2R0ZkZDa19HUVE3SllUVTh0YXl1WG9Bcm1mSkJjZlJnZVE3ZmxR?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiTkFVX3lxTE4yOGRJeEV5QzZrZ25VWk13TUhZUVJBOFVRSzI2YjZwRThFNFM2amEyZUc3UTNoSzdTallEb21wRUZFeHBBTFlaX3NNZ2Ezdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE5qSWxTWDlfVkNPSzhGQWhaS255bU1vZHM3UXRPWlpkZEV1cEZxQ0hoNjNBdDAycEh6MHlwblNYNW5MdG5CWHNzRVBhYXdJOVJGNlg5NFFyenphNVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMivwNBVV95cUxPajF2WW8zOW93bHdsMzk0aThIMUZhZmN0ZGd6N093c2ZmTjhTb05iZGEteDBXanhsUzlyRDV2dzRXdXRDRGFoQU1Yd3hfNjlpV2JRZFNPMTRNLTdUcEZnelBVcm1qZUZsLXd0bkJXMzJfeTJHak1vZFlDZHh2VE9YRUlxRi1HVGZSUGVwdVU1bU91NXlydmNodUdrQU56dl9sQlhtaEYzS0d1MC1pR245bWlCejJnSUlQU0ZSUWo1X2drOXVXMkJJc1BZNTlBZGxNc2VEd2ZPbWRZMHFsWXMzaDJLbE1yYmJTT1U4bFoyNFV2QmJFOGtWc1RubEp5dUxpTkduTHBCR1VaUHp5SWlBU3hmcTYtbjFOUXM5TlAyWXZ2b2pmRF9BRUk4QkFJRzhBbDNuWHhZeTBNRkdlclBTdkx6NHFaYmZ2X1YxTGxuOU5jM2JZMlV0d1QyZms3X2FaNmZJZ1BPNG90aUtUS3FJVnN3UUdKQW5GQ0pJcWwtTHpGLTZ3QmVNVS1tU1RDTHFublJiSEJ3eVllRmhQb3RKWkQ4ZWVyY2p1bFJsN3BDWWtwMFRKNGJ4VUItT3daTm8?oc=5",
|
||||
"https://tw.yahoo.com/",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOY0ZSWHJ6aTBDLXVYYlltSXktdktWaHAxM2hJUW1OSDJtWF9xdDBjVVJaalZ2NS1uWDN1V3RmNjJMay1yNHFmUldrTU9fYlptbVlmbmlaOW5HY09sZHhwOFFrel9lc0l2MFlFeE9aSlVtVnJuaWtrcUhQM25Xdmc0ckJSZVYzQ2ZDdGlkVnNzTnAwZVlqeXEwUjJDT0xWNXUtUXVQZFRKN2FpWjlZeEN4bTNiSk92c3lF?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi4AJBVV95cUxNZHlMYzRTRm80UmM4QlJLaGVLRi1IbkRwdkgyX1NVLThfX09GV0xTbEV2QzkySXFPUHF0LXpXU3lWazY1QWtYZ3ZucnctZDdwcUNCQXV3UmFYWHJ3aldGajQ0YUdvaGh3Y1hTdmN3SzAzQTN2NFp4dXlaVmVzc0hzQmhiekxpWHAxb2tBNi02bFRrZDcyQjFGWk9hYVlLaHF3a190QlVIMHc4bWMtcm5NSW5DTDI5RkExVDFiMGl5cTUybWJBN2trREt4Ty1WUFl4T1JuSy1oaDBIU0tjQ3oyZ0pFNWFPckRkdDdOTVAzb0dzbUhhRENnY08tZ2RiWGZoUkhCdElHWDlkaExjVV8xeFJ5SmVpQVBaZFMwZzQzZ1lYWHNveHJmODYtbFczcFh4Z2VONlVDRlcxOHhoc3hGZG8yd2NrdTc5SGRaWWc4X0hGTXNPa2dWT21HUUxHNDEx?oc=5"
|
||||
"https://www.thsrc.com.tw/",
|
||||
"https://www.dcard.tw/",
|
||||
"https://www.cathaybk.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiXkFVX3lxTFBiOXZDLTJyY3M5VmtMRjlLV01tQ1ZDSC10WXdiczl5VlVyVlBmVlNrZ3ZsR09NTFI1M21ONUQxbWVSMDVVWWFONXluOGd5bjB3RE5QYTMwVGRaMEdOYnfSAWhBVV95cUxOSVVBR1VmVm55SjlpNVVwS3BTSEk2ZTRZY2gzYWdoT3h6OWhIc0V5R2l3MFF5MnJ2dkZncU1HOGdPZjVUQndud0pZMHZiNnBFY2tWSXotZkVYMi1rWDd2SXA0anltWlJ5bA?oc=5",
|
||||
"https://www.ntu.edu.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE5OandJeHY0a0tOQ2NyV1U2Sk5GNzktZlg4NFFPd0RWY0tyMzB5N0J4YWRxdVA0X3Itb1FWT0ZiNGdhSkN1WDExV3I2WHdIMFVKMDJtc0tLNnd0Nlg0UERN0gFkQVVfeXFMTVhfV3hOSkpBOVZpTGtQSE8wUEU1b3N0WnZjWHFRWWFxbGp5azVjTkhxR2tDWHgydGRNZWtFYTFoelZhYzNDUnYzb0FhZDByU2xsZTdvMVZobS10am1TVFJ0NGtzNw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTFBXS3NhblI5SXVfc2JFSnViNDJuRDNQM1NzN19lYncwcHcxQldERnBWMXRmMWJXUzdTNXRBOWFZY0NkdEZYYUNMcEhDWnJoT09rdHhQRmZ0N0owQThBMnJDbmpOYnLSAWpBVV95cUxPcnV3MHppZ1JtU3NVYlhFVWF0X1hSM0hqSU9KeUlUQ0h1M0hjRXhWVXN5djh2SE9VSGdNM2NBM0dTWnF1Z0RadWdBWjU4a0pXdEFiZTNTUmowVmdwMHBQWXV0TWJKSHZpSWN3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiowNBVV95cUxQOURsNS1wTTZ3QW93MFB4anJrSnVEZ0g4WHZyeUxkSnkySE9sd2NtdFJHMUJzcS1pLXdDYTE0MlZFWnhWV2dycDMzeUlUWThfdDEySXZ4ZEZTdnItZlh4cjRTMzBxbkx2LTVHbmVjVDZsSHFRLUV2eXNyOHliV3VudzhiSTl5Tk1VZVFYVGk3M19LeExtanVkTk9aS3BTaWdSWUFZS1Y4VjFIcExFOTA0SzBxZVF0WVB0a1lVVDZ6cnhxLUk2cEQxaHZrcFNaZVY2UTlfMHFjNDA5MUh6Zi1rNFRfWXM3RWtVcmJCTUNvajZScE4zVnpSVVdQbDRtaUVlQU9VSnlFN0lZYVl5QzB0MURlMnA5Y2IwU3RFYXV1VjB0cDVOM2EtcTM3ZXpRaHJKbDlOMjdqUHVCRGZSV1RxX0QyYjY5SGtwTi1NY1ZZZnlGWi1VQm1NSG9KUnRsaG5WLVdmWFhDcmQ5azBlR2E5ckZReExycHBGSVM3RkFMSWRYX1Y3LTJlamtsYXc5ZlphZFBpQUlsU3dkQ2U3OUMzdXk0UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMifkFVX3lxTFBIbU52LU55TDZGMHIzRlpRMXI3NU4xSDdiVGJrODMxUzBIWmp0dC1mWDUwZTl2aENVTjN6NFBfZUV3MFBTOExSR0JhVWx6bmhRZnpQV21Eb1VSSnBxS2QtSUZZOTlDY2NpVm5tcUhXV0VlX19yV2R5cjNHVkFWUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiVkFVX3lxTE5UTVRpZ2IxdkxEX0RGdEViQlNSZU0zb3hDckszclI3SWNTMjFlV29fMUJMNDNWc00wam5FTlZxNThBTHNFZTNCZ0hnaFFpeF80SjRvZ3N3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinANBVV95cUxQY1YxdjZ3dW1HT3RoeW02Z3hPRW5RcDVPN3BOTTBEVnRsSE9iLXh1Tk9QNC1WVTZfVndla2ZtVG4xVUFSSmxNNFhxN2NXV3F6TFMzcS1CWUlMTEpEVVBQS2NCSzJPZkY3elNoMDduX3hSSi1yUEFVOFdtb1E1SUkzcUhJeWRSX2pnLTJ3LTE2V0lkbGc2VUZOWGptcDE2dkpHUS1uWlNzSkxBRjNCaTVIR0E5dHVxSk5TRWxLdWd6TWhzYlZWTUpKdnMwcUNDbWJvcEI5cDRrLWtxTUQ5bnlpZHhyY2VFZUJlMFJVVnFBN3BTVV9YZEgwR2UwY05HWkxOeldwYnlTbDU4WF9JZ3FIREx2RlJwMG9nRjRmS19DVi1EbEdfZVlDMVFIVDNOWjJjbkNuR2s2XzdvcmlpYlR4OVhVbnVoTkUwelFfRGxoS2NJNEU0Ykp4UkdCdWhBNWNZWDhhUzJvQnFtU1IzR2R4a0d1bnI2aS1fNDBsS1FBaDRGeEhEYWF0c294ZGhxankzaS1SbWpMV2JjSEZF?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi9AJBVV95cUxPTzRNQmU2QzdqTWM2Q2dkd1gwMzFQTk9XcUE0RWlPSGhMZzVvd050NURGV2hPQlNtRHduMW5xY0poR29WUXVjVU1od1BQNmdwMWNqSEFSNVQ3VG02WndOYWE0Q0d0RHBpck5CNEtCVjRjcVhYdDd5OUdSc1B6dzlxR0F2OU9BenRsYkN5ZTg4VW5uVXRzR1l5bnQySlg1b1o3ZFRXXzFpWUdCV2FEQndPTWNIQnpCblBZMVhvR0NhNXRFMXF6Q2FhMGFEUkJJRmxiTHAzZlY3NDh4NjNCc3ZGdG5lREl0ejlOSGx6WW9Zdkh1OF83QVE1YVhmTUhHV1QyVHpjYVRMclJoWGtEbTBGRzBzbjNHNGFESk9yZF9XNGZ2WVJNMFFrMWJ4QzZIZHpreGszcUxRYVlIX2FudlBsNG5rRlBLUkY2RWRnS0pKSGxsSC0zRFNiQnNHdkJmWGJyOFFkQUpPa2tVcDMzYm9fdmRkZ3c?oc=5",
|
||||
"https://www.gov.tw/",
|
||||
"https://www.momoshop.com.tw/",
|
||||
"https://www.post.gov.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE0xOHZEN3BqQ3cxWVBqVTgwVnpjaVRoc2pyeXZlcF9pcWU1eTFXZE51Uzl5UmNiaXBkSWpPVUwxbEUzd1dmY1ZGLV9pSmZlS0ViN0FtOG9LV0Q1Wk10cXA40gFkQVVfeXFMUGUyU3c4blBBeXJxWXZ6WUM1RVZ5UHlqWU9xZTc5alhCbTJHd20tQTJPa0N1NXVIUkJ3MXZ1TWkzTGhTMktveFZwb3ljN3lIbFZ4Rk5Tb2c1azRtejBxWW5OMktGYg?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE9nQmtNaGlnZDdJRFVkaGp1ZWdvVWZleTRpNmlkZTVJSXY2Y0NvNzFGNjM3TkNEdFJHa2xSWW5abzVXWVpPODMyRHpXWFl5bndu0gFWQVVfeXFMTlVuUkp2bXR0SDU3ZEJFVVVySU1DSExUcEliV3Vkc0hVbnYyX1pHaEFDZjh1ZU9FYTUxSHgxNmNKd3hmNUxPZjFqYkIydElUMEhkMmt3dXc?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.tw/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.bbc.com/news/articles/c759z9w7z3yo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clyp5rr0lm6o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cz72eye5zzeo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c893xj41zwdo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/news/articles/c202652vvnjo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ebay.co.uk/",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cdjpdzvzy41o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8pypvjx1ko?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cy82p2x86qzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clype7ededzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/rugby-union/articles/ckgpn3pdzr7o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/sport/football/articles/cjep34l5qd7o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cy82x9wve2xo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/sounds/play/p0njf7kr?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/tennis/articles/cx21klez7ppo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.gov.uk/",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c1w2gnd9xp2o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cq8wjn98y85o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clyp1lnp4ygo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c707k90lplno?at_medium=RSS&at_campaign=rss"
|
||||
"https://www.gov.uk/",
|
||||
"https://www.bbc.co.uk/sounds/play/p0nkrlhy?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/iplayer/episode/m0024z37/whats-love-got-to-do-with-it?at_mid=gwNkhmpDbl&at_campaign=Whats_Love_Got_to_Do_with_It?&at_medium=display_ad&at_campaign_type=owned&at_audience_id=SS&at_product=iplayer&at_brand=m0024z37&at_ptr_name=bbc&at_ptr_type=media&at_format=image&at_objective=consumption&at_link_title=Whats_Love_Got_to_Do_with_It?&at_bbc_team=BBC",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/news/articles/cgmpz1mxzd9o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/sounds/play/w3ct8lz2?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c4g7zd66e13o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cgkpnnen5dzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cq6p57mnz9lo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c5y7jp32nv9o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8p61v7l68o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/news/articles/c78qzpg0n0go?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c392rp8lwe1o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ebay.co.uk/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.uk/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.bbc.com/news/articles/cdjpdzvzy41o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c759z9w7z3yo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clype7ededzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.bbc.com/news/articles/clyp5rr0lm6o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/rugby-union/articles/ckgpn3pdzr7o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cy82p2x86qzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/tennis/articles/cx21klez7ppo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c893xj41zwdo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1w2gnd9xp2o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/sport/football/articles/c392rp8lwe1o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c78qzpg0n0go?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cq8wjn98y85o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/news/articles/clyp1lnp4ygo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c4g7zd66e13o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ebay.co.uk/",
|
||||
"https://www.bbc.com/sport/football/articles/c5y7jp32nv9o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/iplayer/episode/m0024z37/whats-love-got-to-do-with-it?at_mid=gwNkhmpDbl&at_campaign=Whats_Love_Got_to_Do_with_It?&at_medium=display_ad&at_campaign_type=owned&at_audience_id=SS&at_product=iplayer&at_brand=m0024z37&at_ptr_name=bbc&at_ptr_type=media&at_format=image&at_objective=consumption&at_link_title=Whats_Love_Got_to_Do_with_It?&at_bbc_team=BBC",
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.bbc.co.uk/sounds/play/w3ct8lz2?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/sounds/play/p0nkrlhy?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8p61v7l68o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c707k90lplno?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8pypvjx1ko?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/cjep34l5qd7o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cy82x9wve2xo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c202652vvnjo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.gov.uk/",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/news/articles/cz72eye5zzeo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.co.uk/sounds/play/p0njf7kr?at_medium=RSS&at_campaign=rss"
|
||||
"https://www.bbc.com/news/articles/cgkpnnen5dzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cq6p57mnz9lo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cgmpz1mxzd9o?at_medium=RSS&at_campaign=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.uk/",
|
||||
|
||||
50
data/regions/US/AZ/Phoenix.json
Normal file
50
data/regions/US/AZ/Phoenix.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - Arizona (Phoenix)",
|
||||
"google_module": {
|
||||
"base_lat": 33.4484,
|
||||
"base_lon": -112.074,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.weather.gov/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.irs.gov/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn"
|
||||
"https://www.harvard.edu/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
50
data/regions/US/CA/Ontario.json
Normal file
50
data/regions/US/CA/Ontario.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - California (Ontario)",
|
||||
"google_module": {
|
||||
"base_lat": 34.0633,
|
||||
"base_lon": -117.6509,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.target.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.chase.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.usps.com/"
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.chase.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
50
data/regions/US/CO/Boulder.json
Normal file
50
data/regions/US/CO/Boulder.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - Colorado (Boulder)",
|
||||
"google_module": {
|
||||
"base_lat": 40.015,
|
||||
"base_lon": -105.2705,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.usa.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.target.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.chase.com/"
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn"
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
38
data/regions/US/HI/Honolulu.json
Normal file
38
data/regions/US/HI/Honolulu.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"region_name": "USA (Hawaii - Honolulu)",
|
||||
"google_module": {
|
||||
"base_lat": 21.3069,
|
||||
"base_lon": -157.8583,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.hawaiinewsnow.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://health.hawaii.gov/",
|
||||
"https://www.staradvertiser.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.hawaii.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.hawaii.gov/",
|
||||
"https://health.hawaii.gov/",
|
||||
"https://www.staradvertiser.com/",
|
||||
"https://www.hawaiinewsnow.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.chase.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8"
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.bankofamerica.com/"
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
50
data/regions/US/KS/Kansas_City.json
Normal file
50
data/regions/US/KS/Kansas_City.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - Kansas (Kansas City)",
|
||||
"google_module": {
|
||||
"base_lat": 39.1155,
|
||||
"base_lon": -94.6268,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.usa.gov/"
|
||||
"https://www.amazon.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.homedepot.com/"
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.walmart.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.usps.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html"
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.chase.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.chase.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.homedepot.com/"
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.target.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.indeed.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html"
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html"
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.irs.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.dallasnews.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.foxnews.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.texas.gov/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.nytimes.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.dallasnews.com/",
|
||||
"https://www.foxnews.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.nytimes.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.bankofamerica.com/"
|
||||
"https://www.cnn.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.texas.gov/",
|
||||
|
||||
@@ -8,26 +8,26 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.houstontx.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.rice.edu/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.mdanderson.org/",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.houstonchronicle.com/",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.houstontx.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.nasa.gov/",
|
||||
"https://www.rice.edu/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.houstonchronicle.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html"
|
||||
"https://www.nasa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.houstontx.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html"
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.amazon.com/"
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/17/entertainment/jamie-foxx-remains-hospitalized/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/europe/live-news/russia-ukraine-war-news-04-18-23/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/fashion/mens-spring-fashion-style-guide?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/videos/travel/2023/04/18/century-old-shipwrecks-lake-superior-discovery-contd-orig-zt.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/travel/amazon-travel-products?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/audio/podcasts/the-assignment/episodes/42a2f0e2-066a-4675-82ff-afe2016a0bb5",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/videos/travel/2023/03/17/pilot-lands-on-dubai-helipad-cprog-orig-aw-ao.cnn",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/17/business/mcdonalds-burgers/index.html",
|
||||
"https://www.cnn.com/2023/04/18/health/teen-misuse-adhd-meds-wellness/index.html"
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://vnexpress.net/ra-mat-bo-sach-dan-hinh-tuong-tac-ve-bong-da-5074196.html",
|
||||
"https://vnexpress.net/szoboszlai-tai-hien-cu-vap-chan-tai-tieng-cua-gerrard-5074577.html",
|
||||
"https://vnexpress.net/nhieu-nguoi-bi-bao-mon-vi-lam-viec-tu-7h-sang-den-9h-toi-van-khong-dam-tat-dien-thoai-5074593.html",
|
||||
"https://www.vietcombank.com.vn/",
|
||||
"https://vnexpress.net/chieu-tiep-thi-keo-giup-bat-ke-hiep-dam-lan-tron-40-nam-5074472.html",
|
||||
"https://vnu.edu.vn/",
|
||||
"https://vnexpress.net/phat-hien-su-that-ve-ba-dua-con-qua-anh-vo-gui-nguoi-la-5070373.html",
|
||||
"https://vnexpress.net/do-vui-trac-nghiem-chinh-ta-tieng-viet-tu-nao-viet-sai-chinh-ta-tran-trong-chan-trong-quy-trong-kinh-trong-5073323.html",
|
||||
"https://vnexpress.net/khach-viet-thap-thom-lo-hang-bay-huy-chuyen-trung-quoc-5074484.html",
|
||||
"https://vnexpress.net/cuu-co-van-tong-thong-ukraine-bi-cao-buoc-xem-boi-de-chon-nguoi-5074623.html",
|
||||
"https://chinhphu.vn/",
|
||||
"https://shopee.vn/",
|
||||
"https://vnexpress.net/iran-tuyen-bo-du-an-tu-do-cua-my-da-that-bai-5070469.html",
|
||||
"https://dichvucong.gov.vn/",
|
||||
"https://vnexpress.net/cuoc-song-binh-yen-cua-nghe-si-duc-khue-5069086.html",
|
||||
"https://vnexpress.net/sut-lun-tai-thu-do-mexico-nhin-tu-khong-gian-5070546.html",
|
||||
"https://vnexpress.net/co-hoi-kiem-tien-o-dau-trong-quy-2-5070566.html",
|
||||
"https://vnexpress.net/sao-dep-nhat-trung-quoc-gay-sot-voi-phim-chu-de-ngoai-tinh-5070451.html",
|
||||
"https://vnexpress.net/cong-chua-tay-ban-nha-lai-tiem-kich-f-5-5070438.html",
|
||||
"https://vnexpress.net/ong-trump-dai-loan-khong-nen-tuyen-bo-doc-lap-5074562.html",
|
||||
"https://tiki.vn/",
|
||||
"https://vnexpress.net/khoet-chop-co-tu-cung-ngan-ung-thu-5070403.html",
|
||||
"https://vnexpress.net/tvs-ronin-moto-an-do-gia-73-trieu-dong-5070422.html",
|
||||
"https://vnexpress.net/khoanh-khac-may-bay-lao-vao-chung-cu-o-brazil-5070413.html",
|
||||
"https://vnexpress.net/cuoc-muu-sinh-cua-dien-vien-quan-chung-thoi-ai-5074058.html",
|
||||
"https://vnexpress.net/lat-ghe-cho-gach-cha-tu-vong-con-gai-6-tuoi-mat-tich-5074625.html",
|
||||
"https://vnexpress.net/pvfcco-phu-my-thang-giai-khoa-hoc-cong-nghe-dau-khi-viet-nam-5074610.html",
|
||||
"https://vnexpress.net/",
|
||||
"https://vnexpress.net/hang-loat-video-bao-luc-hoc-duong-gay-rung-dong-nhat-ban-5069717.html",
|
||||
"https://vnexpress.net/hau-ve-phan-luoi-nha-va-nhan-the-do-khien-thai-lan-thua-o-u17-chau-a-5070517.html",
|
||||
"https://vnexpress.net/thu-do-dau-tien-tren-the-gioi-cam-quang-cao-thit-de-bao-ve-khi-hau-5070425.html",
|
||||
"https://vnexpress.net/viet-cho-thieu-nhi-so-nhat-la-sa-da-dao-ly-5070345.html",
|
||||
"https://vnexpress.net/viet-nam-dua-radar-uav-va-khi-tai-hien-dai-toi-trien-lam-quoc-phong-tho-nhi-ky-5070411.html",
|
||||
"https://www.vietcombank.com.vn/"
|
||||
"https://vnexpress.net/ba-quy-tac-vang-giup-bac-si-my-song-hon-100-tuoi-5073205.html",
|
||||
"https://vnexpress.net/hon-dao-cua-cac-ty-phu-my-5074534.html",
|
||||
"https://dichvucong.gov.vn/",
|
||||
"https://vnexpress.net/fpt-play-tang-ung-dung-ai-trong-san-xuat-noi-dung-the-thao-5074594.html",
|
||||
"https://vnexpress.net/ong-trump-trung-quoc-co-the-mua-750-may-bay-boeing-5074571.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://chinhphu.vn/",
|
||||
|
||||
@@ -3,6 +3,8 @@ import xml.etree.ElementTree as ET
|
||||
import os
|
||||
import json
|
||||
import re
|
||||
import time
|
||||
import random
|
||||
|
||||
# ================== [路径防弹装甲] ==================
|
||||
# 无论在哪里执行该脚本,都能精准反推项目根目录
|
||||
@@ -16,19 +18,29 @@ DATA_DIR = os.path.join(PROJECT_ROOT, "data", "keywords")
|
||||
# 特殊战区代码映射 (Google Trends RSS 要求)
|
||||
GEO_FIX = {'UK': 'GB'}
|
||||
|
||||
HEADERS = {
|
||||
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'
|
||||
# ================== [核心修复 1: 兜底机制] ==================
|
||||
# Google Trends 不支持的战区,降级抓取 US (美国) 通用流量
|
||||
FALLBACK_MAP = {
|
||||
'LA': 'US',
|
||||
'MN': 'US'
|
||||
,'MO': 'HK'
|
||||
}
|
||||
|
||||
# ================== [核心修复 2: 随机 UA 池] ==================
|
||||
USER_AGENTS = [
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',
|
||||
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15',
|
||||
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'
|
||||
]
|
||||
|
||||
def get_active_regions():
|
||||
"""动态提取 map.json 中的战区 (适配 v3.5.0 大洲战区降维架构)"""
|
||||
try:
|
||||
with open(MAP_JSON_PATH, 'r', encoding='utf-8') as f:
|
||||
data = json.load(f)
|
||||
regions = []
|
||||
# 第一层穿透:遍历所有大洲战区 (continents)
|
||||
for continent in data.get('continents', []):
|
||||
# 第二层穿透:遍历大洲下的所有国家 (countries)
|
||||
for country in continent.get('countries', []):
|
||||
if 'id' in country:
|
||||
regions.append(country['id'])
|
||||
@@ -40,20 +52,32 @@ def get_active_regions():
|
||||
def fetch_trends(region_code):
|
||||
"""从 Google Trends 抓取当日热搜"""
|
||||
geo = GEO_FIX.get(region_code, region_code)
|
||||
url = f"https://trends.google.com/trending/rss?geo={geo}"
|
||||
|
||||
# 触发兜底判定
|
||||
actual_geo = FALLBACK_MAP.get(geo, geo)
|
||||
url = f"https://trends.google.com/trending/rss?geo={actual_geo}"
|
||||
|
||||
# 随机抽取 User-Agent
|
||||
headers = {'User-Agent': random.choice(USER_AGENTS)}
|
||||
|
||||
try:
|
||||
req = urllib.request.Request(url, headers=HEADERS)
|
||||
req = urllib.request.Request(url, headers=headers)
|
||||
with urllib.request.urlopen(req, timeout=10) as response:
|
||||
xml_data = response.read()
|
||||
root = ET.fromstring(xml_data)
|
||||
return [re.sub(r'[\n\r\t]', ' ', item.find('title').text).strip()
|
||||
|
||||
# 如果触发了兜底,准备提示信息
|
||||
fallback_msg = f" (兜底降级至 {actual_geo})" if actual_geo != geo else ""
|
||||
|
||||
words = [re.sub(r'[\n\r\t]', ' ', item.find('title').text).strip()
|
||||
for item in root.findall('./channel/item')
|
||||
if item.find('title') is not None]
|
||||
return words, fallback_msg
|
||||
except Exception as e:
|
||||
print(f"⚠️ {region_code} 抓取异常: {e}")
|
||||
return []
|
||||
return [], ""
|
||||
|
||||
def update_file(region, new_words):
|
||||
def update_file(region, new_words, fallback_msg=""):
|
||||
"""滑动窗口更新,保留 200 条最热记录"""
|
||||
os.makedirs(DATA_DIR, exist_ok=True)
|
||||
file_path = os.path.join(DATA_DIR, f"kw_{region}.txt")
|
||||
@@ -68,7 +92,7 @@ def update_file(region, new_words):
|
||||
|
||||
with open(file_path, 'w', encoding='utf-8') as f:
|
||||
f.write('\n'.join(final_list) + '\n')
|
||||
print(f"✅ [同步完成] {region}: 注入 {len(new_words)} 条新热点")
|
||||
print(f"✅ [同步完成] {region}: 注入 {len(new_words)} 条新热点{fallback_msg}")
|
||||
|
||||
if __name__ == '__main__':
|
||||
regions = get_active_regions()
|
||||
@@ -76,8 +100,14 @@ if __name__ == '__main__':
|
||||
print("🛑 未发现活跃战区,请检查 map.json")
|
||||
exit(1)
|
||||
|
||||
print("========== 启动 IP-Sentinel 动态热词抓取引擎 ==========")
|
||||
for r in regions:
|
||||
print(f"📡 正在拉取 {r} 战区情报...")
|
||||
words = fetch_trends(r)
|
||||
words, fallback_msg = fetch_trends(r)
|
||||
if words:
|
||||
update_file(r, words)
|
||||
update_file(r, words, fallback_msg)
|
||||
|
||||
# [核心修复 3: 流量削峰] 随机休眠 1.5 到 3.5 秒
|
||||
time.sleep(random.uniform(1.5, 3.5))
|
||||
|
||||
print("========== 热词抓取引擎执行完毕 ==========")
|
||||
@@ -25,13 +25,28 @@ RSS_FEEDS = {
|
||||
"ES": ["https://feeds.elpais.com/mrss-s/pages/ep/site/elpais.com/portada"],
|
||||
"JP": ["https://news.yahoo.co.jp/rss/topics/top-picks.xml"],
|
||||
"HK": ["https://hk.news.yahoo.com/rss/hong-kong"],
|
||||
"MO": ["https://macaudailytimes.com.mo/feed/"],
|
||||
"TW": ["https://news.google.com/rss?hl=zh-TW&gl=TW&ceid=TW:zh-Hant"],
|
||||
"KR": ["https://www.yonhapnewstv.co.kr/category/news/headline/feed/"],
|
||||
"SG": ["https://www.channelnewsasia.com/api/v1/rss-outbound-feed?_format=xml"],
|
||||
"NL": ["https://feeds.nos.nl/nosnieuwsalgemeen"],
|
||||
"VN": ["https://vnexpress.net/rss/tin-moi-nhat.rss"],
|
||||
"MY": ["https://news.google.com/rss?hl=en-MY&gl=MY&ceid=MY:en"],
|
||||
"NG": ["https://punchng.com/feed/", "https://guardian.ng/feed/"]
|
||||
"NG": ["https://punchng.com/feed/", "https://www.vanguardngr.com/feed/"],
|
||||
"TR": ["https://www.hurriyet.com.tr/rss/anasayfa"],
|
||||
# ====== 下方为 PR #47 亚洲与中东新战区扩充源 (已通过实机验证) ======
|
||||
"PH": ["https://news.google.com/rss?hl=en-PH&gl=PH"],
|
||||
"TH": ["https://www.bangkokpost.com/rss/data/topstories.xml"],
|
||||
"ID": ["https://www.antaranews.com/rss/terkini.xml"],
|
||||
"IN": ["https://timesofindia.indiatimes.com/rssfeedstopstories.cms"],
|
||||
"AE": ["https://news.google.com/rss?hl=en-AE&gl=AE"],
|
||||
"SA": ["https://news.google.com/rss?hl=ar-SA&gl=SA"],
|
||||
"BD": ["https://www.thedailystar.net/frontpage/rss.xml"],
|
||||
"NP": ["https://news.google.com/rss?hl=en-NP&gl=NP"],
|
||||
"KH": ["https://www.cambodiadaily.com/feed/"],
|
||||
"MM": ["https://news.google.com/rss?hl=en-MM&gl=MM"],
|
||||
"LA": ["https://news.google.com/rss?hl=en-LA&gl=LA"],
|
||||
"MN": ["https://news.google.com/rss?hl=en-MN&gl=MN"]
|
||||
}
|
||||
|
||||
def fetch_rss_links(region_code, max_items=15):
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
MASTER_VERSION=4.0.8
|
||||
AGENT_VERSION=4.0.8
|
||||
AGENT_VERSION=4.0.10
|
||||
|
||||
Reference in New Issue
Block a user