mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-06-03 15:59:40 +08:00
Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44c17b1ad8 | ||
|
|
0ad88f21c0 | ||
|
|
284651f60f | ||
|
|
1fbef8c4df | ||
|
|
8c9285c68f | ||
|
|
287fcea1ce | ||
|
|
75cf579b12 | ||
|
|
29fbd8c409 | ||
|
|
270e6a89d1 | ||
|
|
eb8250b700 | ||
|
|
d29bcc8749 | ||
|
|
7670f3a712 | ||
|
|
c86f6e21ca | ||
|
|
adf77d47cc | ||
|
|
fb63cd00e4 | ||
|
|
6630e3a42e | ||
|
|
033d5310f8 | ||
|
|
0c2a43a2af | ||
|
|
aaeb7d12db | ||
|
|
b4e6894964 | ||
|
|
413415f999 | ||
|
|
4da4b6e02e | ||
|
|
888f298edc | ||
|
|
ede247e7ef | ||
|
|
b785241cca | ||
|
|
216065727c | ||
|
|
8178781dcd | ||
|
|
f23f06025b | ||
|
|
d5ccb245f2 | ||
|
|
6a31763c49 | ||
|
|
21dd59ebbd | ||
|
|
450a925c7f | ||
|
|
587e0d2e8d | ||
|
|
5ecf01cd52 | ||
|
|
3302067675 | ||
|
|
7683dbf56c |
@@ -329,7 +329,7 @@ if [ "$UPGRADE_MODE" == "false" ]; then
|
||||
echo -e "\033[33m💡 若未来需要启用 OTA,请自建私有中枢后重新部署本节点。\033[0m"
|
||||
else
|
||||
# [v3.6.0 优化] 使用 OSC 8 终端超链接协议,实现“点击即打开”的极客交互
|
||||
echo -e "\n\033[36m📘 私有 Bot 创建教程: \033[4m\033]8;;https://blog.iot-architect.com/engineering-practice/create-private-telegram-bot-via-botfather/\033\\👉 [点击此处直接在浏览器中打开] 👈\033]8;;\033\\\033[0m"
|
||||
echo -e "\n\033[36m📘 私有 Bot 创建教程: \033[4m\033]8;;https://blog.iot-architect.com/engineering-practice/create-private-telegram-bot-via-botfather/\033\\👉 [点击此处直接在浏览器中打开]\033]8;;\033\\ 👈\033[0m"
|
||||
echo -e "\033[90m (若您的终端较老不支持点击,请手动复制: https://blog.iot-architect.com/engineering-practice/create-private-telegram-bot-via-botfather/ )\033[0m"
|
||||
read -p "请输入您的私有 Telegram Bot Token: " RAW_TOKEN
|
||||
USER_TOKEN=$(echo "$RAW_TOKEN" | tr -cd 'a-zA-Z0-9_:-')
|
||||
@@ -357,7 +357,7 @@ if [ "$UPGRADE_MODE" == "false" ]; then
|
||||
fi
|
||||
|
||||
echo -e "\n\033[33m💡 提示:如果您不知道下方自己的 Chat ID 是什么,可以关注 @userinfobot 获取。\033[0m"
|
||||
echo -e "\033[36m📘 查看图文教程: \033[4m\033]8;;https://blog.iot-architect.com/engineering-practice/get-telegram-personal-id-via-userinfobot/\033\\👉 [点击此处直接在浏览器中打开] 👈\033]8;;\033\\\033[0m"
|
||||
echo -e "\033[36m📘 查看图文教程: \033[4m\033]8;;https://blog.iot-architect.com/engineering-practice/get-telegram-personal-id-via-userinfobot/\033\\👉 [点击此处直接在浏览器中打开]\033]8;;\033\\ 👈\033[0m"
|
||||
echo -e "\033[90m (若您的终端较老不支持点击,请手动复制: https://blog.iot-architect.com/engineering-practice/get-telegram-personal-id-via-userinfobot/ )\033[0m"
|
||||
read -p "请输入你的 Chat ID (必须准确,否则无法联控): " RAW_CHAT_ID
|
||||
# 强制只保留数字和负号,封死注入
|
||||
@@ -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
|
||||
# ====================================================================
|
||||
@@ -1050,5 +1052,5 @@ fi
|
||||
echo -e "\n========================================================"
|
||||
echo -e "⭐ \033[33m开源不易,如果 IP-Sentinel 提升了您的节点稳定性,请赐予我们一枚星标!\033[0m"
|
||||
echo -e "💡 \033[32m您的每一颗 Star 都是我们持续对抗风控、维护更新指纹库的核心动力。\033[0m"
|
||||
echo -e "👉 \033[36m\033[4m\033]8;;https://github.com/hotyue/IP-Sentinel\033\\[点击此处直达 GitHub 仓库点亮 Star 🌟]\033]8;;\033\\\033[0m"
|
||||
echo -e "👉 \033[36m\033[4m\033]8;;https://github.com/hotyue/IP-Sentinel\033\\点击此处直达 GitHub 仓库点亮 Star 🌟\033[0m\033]8;;\033\\"
|
||||
echo -e "========================================================\n"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -100,15 +100,22 @@ else
|
||||
IP_TYPE="$ISP_INFO 🏠"
|
||||
fi
|
||||
|
||||
# 动态国旗
|
||||
case "$REGION_CODE" in
|
||||
"JP") FLAG="🇯🇵" ;;
|
||||
"US") FLAG="🇺🇸" ;;
|
||||
"DE") FLAG="🇩🇪" ;;
|
||||
"SG") FLAG="🇸🇬" ;;
|
||||
"HK") FLAG="🇭🇰" ;;
|
||||
"GB"|"UK") FLAG="🇬🇧" ;;
|
||||
"AU") FLAG="🇦🇺" ;;
|
||||
# 动态国旗 (与中枢全视界雷达对齐)
|
||||
BASE_CC="${REGION_CODE%%-*}" # 兼容提取带有横杠的区域 (如 US-CA 提取为 US)
|
||||
case "$BASE_CC" in
|
||||
US) FLAG="🇺🇸" ;; JP) FLAG="🇯🇵" ;; HK) FLAG="🇭🇰" ;; TW) FLAG="🇹🇼" ;; SG) FLAG="🇸🇬" ;;
|
||||
UK|GB) FLAG="🇬🇧" ;; DE) FLAG="🇩🇪" ;; FR) FLAG="🇫🇷" ;; NL) FLAG="🇳🇱" ;; CA) FLAG="🇨🇦" ;;
|
||||
AU) FLAG="🇦🇺" ;; KR) FLAG="🇰🇷" ;; IN) FLAG="🇮🇳" ;; BR) FLAG="🇧🇷" ;; RU) FLAG="🇷🇺" ;;
|
||||
CH) FLAG="🇨🇭" ;; SE) FLAG="🇸🇪" ;; NO) FLAG="🇳🇴" ;; DK) FLAG="🇩🇰" ;; FI) FLAG="🇫🇮" ;;
|
||||
IT) FLAG="🇮🇹" ;; ES) FLAG="🇪🇸" ;; PT) FLAG="🇵🇹" ;; IE) FLAG="🇮🇪" ;; PL) FLAG="🇵🇱" ;;
|
||||
AT) FLAG="🇦🇹" ;; BE) FLAG="🇧🇪" ;; TR) FLAG="🇹🇷" ;; ZA) FLAG="🇿🇦" ;; AE) FLAG="🇦🇪" ;;
|
||||
MY) FLAG="🇲🇾" ;; ID) FLAG="🇮🇩" ;; VN) FLAG="🇻🇳" ;; TH) FLAG="🇹🇭" ;; PH) FLAG="🇵🇭" ;;
|
||||
NZ) FLAG="🇳🇿" ;; AR) FLAG="🇦🇷" ;; CL) FLAG="🇨🇱" ;; MX) FLAG="🇲🇽" ;; IL) FLAG="🇮🇱" ;;
|
||||
SA) FLAG="🇸🇦" ;; EG) FLAG="🇪🇬" ;; NG) FLAG="🇳🇬" ;; KE) FLAG="🇰🇪" ;; RO) FLAG="🇷🇴" ;;
|
||||
BG) FLAG="🇧🇬" ;; CZ) FLAG="🇨🇿" ;; HU) FLAG="🇭🇺" ;; GR) FLAG="🇬🇷" ;; UA) FLAG="🇺🇦" ;;
|
||||
# === 补齐近期扩军的新增战区旗帜 ===
|
||||
MO) FLAG="🇲🇴" ;; KH) FLAG="🇰🇭" ;; MM) FLAG="🇲🇲" ;; LA) FLAG="🇱🇦" ;;
|
||||
MN) FLAG="🇲🇳" ;; NP) FLAG="🇳🇵" ;; BD) FLAG="🇧🇩" ;;
|
||||
*) FLAG="🌐" ;;
|
||||
esac
|
||||
|
||||
@@ -179,7 +186,7 @@ else
|
||||
# 组装战报尾部 (最近快照)
|
||||
MSG="$MSG
|
||||
|
||||
🕒 **最近执行快照 [${LAST_MOD:-"System"}]:**
|
||||
🕒 **最近执行快照: \`${LAST_MOD:-"System"} \`**
|
||||
时间: ${LAST_TIME:-"暂无数据"} (节点本地)
|
||||
结论: ${LAST_SCORE:-"暂无数据"}"
|
||||
|
||||
|
||||
@@ -1 +1,119 @@
|
||||
تكبيرات العيد
|
||||
خبر
|
||||
thunder vs spurs
|
||||
lottery
|
||||
emirates tel aviv proposal
|
||||
santos vs san lorenzo
|
||||
nvidia earnings
|
||||
the boys
|
||||
nvidia stock
|
||||
nvidia
|
||||
taijul islam
|
||||
muhammad rizwan
|
||||
10th result 2026
|
||||
scotland vs usa
|
||||
knicks vs cavaliers
|
||||
thomas massie
|
||||
whatsapp
|
||||
spurs
|
||||
eli junior kroupi
|
||||
etihad rail
|
||||
babar azam
|
||||
shan masood
|
||||
isnr
|
||||
nba scores
|
||||
good morning
|
||||
ipl 2026 schedule
|
||||
nba games today
|
||||
epl table
|
||||
three-language formula
|
||||
kerala ministers list 2026
|
||||
الف
|
||||
sco vs nep
|
||||
trump iran
|
||||
aaron rai
|
||||
dubai
|
||||
pistons vs cavaliers
|
||||
मौसम
|
||||
bangladesh vs pakistan
|
||||
വിപണി
|
||||
ronda rousey
|
||||
موعد اذان الفجر
|
||||
filgoal
|
||||
charlotte tilbury
|
||||
dhurandhar
|
||||
الهند
|
||||
eurovision
|
||||
donald trump
|
||||
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
|
||||
رئيس مصر
|
||||
live cricket score
|
||||
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
|
||||
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,131 @@
|
||||
labor government cgt changes
|
||||
phil gould
|
||||
aircraft
|
||||
dp world tour
|
||||
newcastle knights
|
||||
erskine park
|
||||
ludwig kaiser
|
||||
bindi irwin
|
||||
lorraine monforte
|
||||
shohei ohtani
|
||||
brad banducci
|
||||
invasive species
|
||||
brian to o
|
||||
penrith panthers winger news
|
||||
léa seydoux
|
||||
anthony albanese capital gains tax
|
||||
trump family irs settlement
|
||||
scotland vs usa
|
||||
qantaslink regional flight sale
|
||||
chris minns
|
||||
james vlassakis
|
||||
tism
|
||||
doomben cup
|
||||
chengdu j-10
|
||||
vietnam
|
||||
adam scott us open 2026
|
||||
sony playstation
|
||||
rugby world cup
|
||||
jeremy clarkson
|
||||
hawthorn football club
|
||||
kouat noi
|
||||
iu
|
||||
rick and morty
|
||||
mayfield fire
|
||||
jay shetty
|
||||
taylan may
|
||||
daniel macpherson
|
||||
atlassian
|
||||
royal caribbean
|
||||
luke sayers
|
||||
xavier coates
|
||||
panthers vs dragons
|
||||
dane gagai
|
||||
el niño
|
||||
sir doug nicholls
|
||||
greg marzhew
|
||||
st kilda vs richmond
|
||||
qantas flight diverted tahiti
|
||||
strait of hormuz
|
||||
protein
|
||||
streamer
|
||||
mcg
|
||||
wests tigers vs sea eagles
|
||||
asofa-solomona vs burgess boxing
|
||||
rottnest shark
|
||||
fijian drua vs waratahs
|
||||
keldon johnson
|
||||
julius randle
|
||||
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
|
||||
@@ -70,131 +198,3 @@ fijian drua vs highlanders
|
||||
tasmania may temperature records
|
||||
colorectal cancer
|
||||
bulldogs vs cowboys
|
||||
the sheep detectives
|
||||
dolphins vs storm
|
||||
airline
|
||||
gta6
|
||||
mike conley
|
||||
home battery rebate
|
||||
nba playoff bracket
|
||||
rudy gobert
|
||||
sam burgess
|
||||
archibald prize 2026 finalists
|
||||
kyle sandilands broadcasting return
|
||||
dp world tour
|
||||
alperen şengün
|
||||
paramedic stabbed
|
||||
marwan rahiki
|
||||
weather perth
|
||||
david allan coe
|
||||
la lakers
|
||||
jarome luai png chiefs
|
||||
gauche
|
||||
keith urban daughter instagram unfollow
|
||||
sarah ferguson
|
||||
one championship
|
||||
parafield airport
|
||||
ai bubble
|
||||
tony burke
|
||||
professor richard scolyer
|
||||
san antonio spurs vs portland trail blazers match player stats
|
||||
prince harry working royal
|
||||
retirement
|
||||
rebate
|
||||
denver nuggets
|
||||
driver's license
|
||||
nuggets
|
||||
jessica biel justin timberlake ultimatum
|
||||
qatar
|
||||
thales
|
||||
destroyer
|
||||
nrl news latrell mitchell
|
||||
heavy snow warning
|
||||
the rookie dead ringer
|
||||
ducks vs oilers
|
||||
ivan soldo
|
||||
uae vs oman
|
||||
cheryl hines
|
||||
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
|
||||
real madrid vs alavés
|
||||
brighton vs chelsea
|
||||
woolworth
|
||||
nitish rana
|
||||
lyrid meteor shower
|
||||
世界地球日
|
||||
youth gang
|
||||
earth day
|
||||
|
||||
@@ -1 +1,122 @@
|
||||
দুর্নীতি দমন কমিশন
|
||||
cockroach janata party
|
||||
colorado vs san jose
|
||||
the daily star
|
||||
1
|
||||
conmebol libertadores
|
||||
columbus vs new york city
|
||||
search
|
||||
independiente petrolero vs botafogo
|
||||
flamengo vs estudiantes
|
||||
the boys season 5 episode 8 release date
|
||||
icc test championship points table
|
||||
icc
|
||||
তাইজুল ইসলাম
|
||||
taijul islam
|
||||
cricket live
|
||||
tapmad
|
||||
muhammad rizwan
|
||||
শিক্ষা প্রতিষ্ঠান
|
||||
babar azam
|
||||
পদোন্নতি
|
||||
messi
|
||||
shan masood
|
||||
মুহাম্মদ ইউনূস
|
||||
argentina world cup squad
|
||||
world cup 2026 schedule
|
||||
argentina
|
||||
আয়কর
|
||||
rayan
|
||||
bangladesh vs pakistan live
|
||||
japan vs papua new guinea
|
||||
stock now
|
||||
রাজনৈতিক দল
|
||||
scotland vs nepal
|
||||
জ্বালানি
|
||||
cartoon
|
||||
brest vs angers
|
||||
cook islands vs samoa
|
||||
nashville vs lafc
|
||||
উপাচার্য
|
||||
বাংলাদেশ ছাত্রলীগ
|
||||
hsc result
|
||||
জন্ম নিবন্ধন
|
||||
ssc result
|
||||
cook islands vs indonesia
|
||||
ny red bulls vs new york city
|
||||
philadelphia vs columbus
|
||||
bangladesh vs pakistan
|
||||
usa vs nepal
|
||||
bus ticket
|
||||
railway
|
||||
bangladesh railway
|
||||
বাংলাদেশ রেলওয়ে
|
||||
ইরান
|
||||
ভিসা
|
||||
বাংলাদেশের শিক্ষামন্ত্রী
|
||||
এসএসসি ২০২৬ রসায়ন প্রশ্ন
|
||||
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
|
||||
রিকশা
|
||||
যানবাহন
|
||||
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
|
||||
বিজয় দেবরকোন্ডা
|
||||
আজান আওয়াইস
|
||||
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,3 +1,129 @@
|
||||
the testaments
|
||||
aubrey plaza
|
||||
bchl
|
||||
bruce springsteen
|
||||
ludwig kaiser
|
||||
louis varland
|
||||
survivor 51
|
||||
government
|
||||
karl urban
|
||||
the testaments episodes
|
||||
bangladesh vs pakistan
|
||||
ryan breslow
|
||||
sajid khan
|
||||
nanaimo clippers
|
||||
david byrne
|
||||
steven spielberg
|
||||
wnba standings
|
||||
jon stewart
|
||||
brendan fraser
|
||||
ben simmons
|
||||
betmgm
|
||||
raleigh
|
||||
spurs coach
|
||||
ctv news montreal
|
||||
mike matheson
|
||||
aqua
|
||||
billet canadien de montreal
|
||||
avalanche colorado
|
||||
ole ole ole
|
||||
benson sabres
|
||||
gucci
|
||||
victoria day parade
|
||||
gta 6
|
||||
dhurandhar
|
||||
nep vs sco
|
||||
nemesis netflix
|
||||
coco jones
|
||||
maxim lapierre
|
||||
jalen duren
|
||||
antonio cipriano
|
||||
shohei ohtani
|
||||
ringo starr
|
||||
keyshawn davis
|
||||
colin jost
|
||||
dhurandhar 2
|
||||
holly holm
|
||||
gina carano fast and furious
|
||||
mackenzie shirilla sentence
|
||||
cris cyborg
|
||||
gina carano husband
|
||||
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
|
||||
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
|
||||
@@ -5,21 +131,16 @@ luguentz dort
|
||||
sir david attenborough
|
||||
leon must die forever
|
||||
air canada jet fuel shortage
|
||||
austin reaves
|
||||
deandre ayton
|
||||
ryan strome
|
||||
stephen colbert
|
||||
jansen harkins
|
||||
nat wolff
|
||||
steve carell
|
||||
flight
|
||||
carter bryant
|
||||
lola consuelos
|
||||
devin vassell
|
||||
chicago pd
|
||||
stephon castle
|
||||
vancouver news
|
||||
bc hydro
|
||||
paul mccartney
|
||||
salman khan
|
||||
dario amodei
|
||||
@@ -32,17 +153,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
|
||||
@@ -61,7 +179,6 @@ margot robbie
|
||||
steve erceg
|
||||
hacks
|
||||
jabari smith jr.
|
||||
ringo starr
|
||||
patton oswalt
|
||||
pavel talankin oscar
|
||||
bmo marathon
|
||||
@@ -77,124 +194,7 @@ dostal
|
||||
vasily podkolzin
|
||||
nh
|
||||
lebron james
|
||||
carter hart
|
||||
rachel kerr missing
|
||||
lena dunham
|
||||
utah
|
||||
kailer yamamoto
|
||||
clayton keller
|
||||
jack white
|
||||
keanu reeves
|
||||
danielle smith
|
||||
workday
|
||||
jermaine jackson
|
||||
prada
|
||||
next oilers game
|
||||
anaheim ducks coach
|
||||
dhurandhar 2
|
||||
bchl
|
||||
from tv series
|
||||
whl
|
||||
shea theodore
|
||||
nikola jokić
|
||||
mark stone
|
||||
cameron johnson
|
||||
dea
|
||||
dylan guenther
|
||||
jamal murray
|
||||
euphoria cast
|
||||
mlb bo bichette
|
||||
edmonton news
|
||||
radko gudas
|
||||
jeffrey viel
|
||||
boat
|
||||
joel quenneville
|
||||
evan bouchard
|
||||
jada wallace
|
||||
oilers
|
||||
boston bruins
|
||||
patrick corbin
|
||||
avs vs sporting
|
||||
peyton krebs
|
||||
elena rybakina
|
||||
shane doan
|
||||
ja'kobe walter
|
||||
radio-canada
|
||||
golf
|
||||
hurricanes vs senators
|
||||
al ahli
|
||||
the white house
|
||||
turkish airlines
|
||||
fa cup games
|
||||
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
|
||||
|
||||
@@ -1,3 +1,130 @@
|
||||
baywa
|
||||
mecklenburg-vorpommern
|
||||
beckum
|
||||
raub
|
||||
großglockner
|
||||
syrer
|
||||
germany’s next topmodel halbfinale
|
||||
aaron rodgers
|
||||
сергей лавров
|
||||
vanessa trump
|
||||
byd aktie
|
||||
starlink
|
||||
paris jackson
|
||||
sputnik spring break
|
||||
üstra streik
|
||||
reem alabali radovan
|
||||
ellen pompeo
|
||||
abschreckung
|
||||
chase
|
||||
weltbienentag 2026
|
||||
mitteldeutscher rundfunk
|
||||
unfall a1
|
||||
polizei nordrhein-westfalen
|
||||
spider noir
|
||||
kernkraftwerk
|
||||
el niño 2026
|
||||
a1 sperrung
|
||||
nübel
|
||||
ebolafieber
|
||||
wm spielplan
|
||||
depeche mode
|
||||
a81
|
||||
el niño
|
||||
bauer sucht frau international
|
||||
rick and morty
|
||||
bernard arnault
|
||||
banksy
|
||||
prognose
|
||||
arnault
|
||||
bill cassidy
|
||||
tine acke
|
||||
andi knoll
|
||||
забастовка
|
||||
internationaler museumstag 2026
|
||||
rosja
|
||||
museumstag 2026
|
||||
caren miosga caren miosga
|
||||
stuttgart lauf
|
||||
bild zeitung
|
||||
italien auto in menschenmenge
|
||||
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
|
||||
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
|
||||
@@ -32,7 +159,6 @@ gracie abrams
|
||||
dolly parton
|
||||
connor storrie
|
||||
wetter
|
||||
wetter bamberg
|
||||
wetter kassel
|
||||
venus
|
||||
newcastle-krankheit
|
||||
@@ -72,129 +198,3 @@ atlassian aktie
|
||||
vietnam
|
||||
haben bäckereien am 1 mai geöffnet
|
||||
1 mai veranstaltungen in der nähe
|
||||
warum ist der 1 mai ein feiertag
|
||||
brenntag
|
||||
tagesspiegel
|
||||
wild – stars
|
||||
maifeiertag
|
||||
stefan hartung
|
||||
mckinsey & company
|
||||
the taste promi wer ist raus
|
||||
fc bayern münchen champions league
|
||||
danny ramirez
|
||||
claudia major
|
||||
peter wohlleben
|
||||
heizungsgesetz
|
||||
jerome powell
|
||||
joko & klaas gegen prosieben
|
||||
swr aktuell baden-württemberg
|
||||
rettungshubschrauber
|
||||
lebensmittelwarnung.de
|
||||
julia ruhs
|
||||
vw id polo
|
||||
warburg
|
||||
elon musk
|
||||
diablo 4 warlock build
|
||||
wirtschaft
|
||||
фридрих мерц
|
||||
zdf-fernsehgarten
|
||||
halberstadt
|
||||
cathie wood
|
||||
fabian güstrow
|
||||
spencer jones
|
||||
jean alesi
|
||||
hilary duff
|
||||
nhl playoffs
|
||||
msci
|
||||
1. mai
|
||||
ronnie o’sullivan
|
||||
loris karius
|
||||
koningsdag 2026
|
||||
ryan reynolds
|
||||
julia stiles
|
||||
saïd el mala
|
||||
tag der arbeit
|
||||
gesundheitspolitik
|
||||
der bergdoktor
|
||||
bulgarien
|
||||
george clooney
|
||||
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
|
||||
|
||||
@@ -1,7 +1,122 @@
|
||||
spacex
|
||||
vivienda en españa
|
||||
inuncat
|
||||
devin vassell
|
||||
querella
|
||||
la isla de las tentaciones 10
|
||||
iker casillas
|
||||
cope directo
|
||||
noticiastrabajo
|
||||
cusco - medellín
|
||||
gemini omni
|
||||
cher
|
||||
ondacero
|
||||
supervivientes 2026
|
||||
dean wade
|
||||
eva longoria
|
||||
byd
|
||||
es radio
|
||||
el diario
|
||||
jorge rey
|
||||
vivienda
|
||||
benjamín prado
|
||||
noam bettan
|
||||
el ejido
|
||||
bono
|
||||
ley
|
||||
bangladesh vs pakistan
|
||||
jared mccain
|
||||
dylan harper
|
||||
alex caruso
|
||||
天气
|
||||
elcorreo
|
||||
pumas - pachuca
|
||||
sam merrill
|
||||
pistons - cavaliers
|
||||
mls
|
||||
paranaense - flamengo
|
||||
irene montero
|
||||
premier padel
|
||||
carlos bardem
|
||||
zegama
|
||||
sueños de libertad
|
||||
a que hora abren los colegios electorales en andalucia
|
||||
karlos arguiñano
|
||||
política
|
||||
argentina
|
||||
posiciones de barcelona sc contra aucas
|
||||
bonoloto hoy
|
||||
guadalajara - cruz azul
|
||||
taxi
|
||||
diario sur
|
||||
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
|
||||
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
|
||||
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
|
||||
bwin
|
||||
marisa jara
|
||||
lola indigo
|
||||
jared mccain
|
||||
eltiempo
|
||||
tiempo bilbao
|
||||
tiempo hoy
|
||||
@@ -10,8 +125,6 @@ nba hoy
|
||||
junior - cerro
|
||||
aemet malaga
|
||||
star fox nintendo switch
|
||||
weather
|
||||
tiempo
|
||||
telescopio espacial james webb
|
||||
tolima - nacional
|
||||
barracas central - olimpia
|
||||
@@ -44,7 +157,6 @@ renfe
|
||||
alianza lima - cd moquegua
|
||||
eleccion bellea del foc alicante
|
||||
meteocat
|
||||
noticiastrabajo
|
||||
meme vito quiles begoña gomez
|
||||
rockets - lakers
|
||||
sports
|
||||
@@ -61,7 +173,6 @@ formula 1
|
||||
hacienda
|
||||
precio de la luz hoy
|
||||
metro madrid
|
||||
vivienda en españa
|
||||
tiempo en zaragoza
|
||||
euribor hoy
|
||||
austin reaves
|
||||
@@ -70,7 +181,6 @@ lakers vs rockets
|
||||
cienciano - atlético mineiro
|
||||
anthropic
|
||||
prórroga alquileres congreso
|
||||
sorteo bonoloto
|
||||
aemet valencia
|
||||
aemet
|
||||
huelga gasolineras
|
||||
@@ -88,113 +198,3 @@ trail blazers - spurs
|
||||
clasificacion segunda
|
||||
20minutos
|
||||
internacional de bogotá - boyacá chicó
|
||||
el tiempo en valencia
|
||||
fluminense - chapecoense
|
||||
heraldo de aragón
|
||||
víctor muñoz villanueva
|
||||
de tapas por españa
|
||||
milan
|
||||
aitana sánchez gijón
|
||||
clasificacion liga
|
||||
palencia
|
||||
milan vs juventus
|
||||
marseille – nice
|
||||
cartagena fc
|
||||
vivienda
|
||||
hellas verona - lecce
|
||||
marbella
|
||||
alfonso vazquez mayoral fuente ymbro
|
||||
bucaramanga - jaguares
|
||||
toulouse - mónaco
|
||||
eldense
|
||||
nicolai budkov kjær
|
||||
aryna sabalenka
|
||||
jaqueline cristian
|
||||
rafa jodar
|
||||
samantha vallejo-nágera
|
||||
ريال بتيس ضد الريال
|
||||
nvidia
|
||||
rafael jódar
|
||||
jodar tenista
|
||||
sunderland afc - nottingham forest
|
||||
rb leipzig - fc union berlin
|
||||
julián alvarez
|
||||
stade brestois - lens
|
||||
clasificación de primera división
|
||||
javier hidalgo
|
||||
cayetano martínez de irujo
|
||||
llanes
|
||||
vfb stuttgart – freiburg
|
||||
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
|
||||
|
||||
@@ -1,9 +1,134 @@
|
||||
alexandre bompard
|
||||
pont neuf
|
||||
pix
|
||||
éléphant
|
||||
cyril féraud
|
||||
nrj direct
|
||||
aurore bergé
|
||||
gérard larcher
|
||||
la montagne
|
||||
starship
|
||||
états-unis
|
||||
jean philippe tanguy
|
||||
matthieu jalibert
|
||||
simon abkarian
|
||||
pérou
|
||||
yael braun pivet
|
||||
rail
|
||||
libye
|
||||
nolwenn leroy
|
||||
est republicain
|
||||
allan saint-maximin
|
||||
bernard cazeneuve
|
||||
conflit
|
||||
thomas massie
|
||||
gîtes de france cyberattaque
|
||||
martin ney
|
||||
urgo
|
||||
avril besson
|
||||
paul seixas
|
||||
légume
|
||||
ici tout commence besseau bianca
|
||||
antoine dupont blessure
|
||||
cafe de la paix bastia
|
||||
24 mai
|
||||
coco jones
|
||||
25 mai férié
|
||||
emmanuel grégoire
|
||||
ukraine
|
||||
l'est républicain
|
||||
rick et morty
|
||||
ebola virus
|
||||
gaël monfils
|
||||
gala
|
||||
morandini
|
||||
bbc news
|
||||
vosges matin
|
||||
romain grosjean
|
||||
astrologie
|
||||
famille nombreuse
|
||||
william, prince de galles
|
||||
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
|
||||
pekin express
|
||||
victor wembanyama
|
||||
eurodreams 7 mai 2026
|
||||
l équipe
|
||||
top chef 2026
|
||||
crédit agricole
|
||||
bbc news
|
||||
bangladesh vs pakistan
|
||||
ajay mitchell
|
||||
bracelet connecté google fitbit air
|
||||
bandi netflix
|
||||
@@ -21,7 +146,6 @@ cyril hanouna
|
||||
artemis ii
|
||||
6 mai
|
||||
gouverneur de la banque de france
|
||||
meteo le mans
|
||||
chaine meteo
|
||||
gap
|
||||
jaylin williams
|
||||
@@ -34,9 +158,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
|
||||
@@ -47,7 +169,6 @@ météo france
|
||||
easyjet
|
||||
centre presse aveyron
|
||||
vladimir poutine
|
||||
wetter
|
||||
marathon biarritz
|
||||
hassan du maroc
|
||||
corse matin
|
||||
@@ -62,7 +183,6 @@ livret a
|
||||
pékin express 2026 candidats
|
||||
autobus
|
||||
moyen-orient
|
||||
cyril féraud
|
||||
bill ackman
|
||||
teknival
|
||||
madonna
|
||||
@@ -78,123 +198,3 @@ chelsea football club
|
||||
annulations vols prix kérosène
|
||||
lafc – deportivo toluca
|
||||
meteo caen
|
||||
playoff nba
|
||||
shannon elizabeth
|
||||
sandrine rousseau
|
||||
brent
|
||||
bernard cazeneuve
|
||||
vignoble
|
||||
forest automobile
|
||||
brown-forman
|
||||
meteo quimper
|
||||
meteo brest
|
||||
charles iii
|
||||
montceau news
|
||||
taylor swift
|
||||
meteo amiens
|
||||
salle de bal
|
||||
reine camilla
|
||||
david hockney
|
||||
jacques dutronc
|
||||
franck thilliez
|
||||
squamish
|
||||
nasa
|
||||
nba spurs portland
|
||||
mourad zeghidi
|
||||
maries au premier regard episode 10
|
||||
tchad
|
||||
meteofrance
|
||||
meteo grenoble
|
||||
film
|
||||
meteo vannes
|
||||
cnews direct
|
||||
toulouse – clermont
|
||||
martin short
|
||||
le diable s'habille en prada 2 sortie
|
||||
gautier larsonneur
|
||||
milan vs juventus
|
||||
stanley tucci
|
||||
avs – sporting
|
||||
lambert wilson
|
||||
tochukwu nnadi
|
||||
greenwood
|
||||
jaqueline cristian
|
||||
thomas ramos
|
||||
om nice
|
||||
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
|
||||
|
||||
@@ -1,16 +1,136 @@
|
||||
宏福苑
|
||||
hong kong red rainstorm warning
|
||||
公務員 加 薪
|
||||
李家鼎
|
||||
校長
|
||||
港 漂
|
||||
now體育
|
||||
乙明邨
|
||||
max dowman
|
||||
陳慧琳
|
||||
九龍灣
|
||||
the weeknd
|
||||
杨婉仪
|
||||
信报财经新闻
|
||||
港漂
|
||||
樂易玲
|
||||
香港公务员事务
|
||||
antigravity
|
||||
knicks vs cavaliers
|
||||
trip
|
||||
旅行社
|
||||
蔡卓妍
|
||||
天文台
|
||||
陳同佳
|
||||
白雪仙
|
||||
hk observatory
|
||||
observatory
|
||||
dylan harper
|
||||
迪倫·哈珀
|
||||
iu
|
||||
首次公开募股
|
||||
麦当劳
|
||||
pistons vs cavaliers
|
||||
工资
|
||||
ivy so
|
||||
live nation
|
||||
livenation
|
||||
活塞 對 騎士
|
||||
人工智慧
|
||||
谢贤
|
||||
紐西蘭
|
||||
血糖
|
||||
伊波拉病毒
|
||||
eurovision 2026
|
||||
炎明熹
|
||||
jennie
|
||||
elliot page
|
||||
荃湾
|
||||
weather
|
||||
新西蘭車禍
|
||||
陳浚霆
|
||||
机票
|
||||
timberwolves vs spurs
|
||||
洪金寶
|
||||
灰狼 對 馬刺
|
||||
騎士 對 活塞
|
||||
张凌赫
|
||||
jannik sinner
|
||||
samsung
|
||||
龍婷
|
||||
波音
|
||||
裕東苑
|
||||
擎天崗
|
||||
楊洋
|
||||
2027 公眾假期
|
||||
山崎和佳奈
|
||||
iceman
|
||||
中南海
|
||||
周慧敏
|
||||
news
|
||||
thucydides trap
|
||||
citadel
|
||||
李連杰
|
||||
盧惠光
|
||||
習近平
|
||||
mc 演唱會 2026
|
||||
谷德昭
|
||||
mc
|
||||
癌症
|
||||
容羨媛
|
||||
panasonic l10
|
||||
sony xperia 1 viii
|
||||
燒 味
|
||||
黃仁勳
|
||||
謝瑞麟
|
||||
spurs vs timberwolves
|
||||
深圳地铁
|
||||
特朗普訪華
|
||||
hong kong express
|
||||
hong kong
|
||||
nba
|
||||
湖人
|
||||
test
|
||||
邓兆尊
|
||||
kktix
|
||||
湖人 對 雷霆
|
||||
蔡少芬
|
||||
林詩棟
|
||||
ap swatch
|
||||
網約車
|
||||
許志安
|
||||
canvas
|
||||
mc 張天賦演唱會
|
||||
victor wembanyama
|
||||
sk hynix
|
||||
海力士
|
||||
薛家燕
|
||||
毛樂禮
|
||||
mps
|
||||
聞泰科技
|
||||
港幣兌人民幣
|
||||
萬 寧 88 折
|
||||
張曼玉
|
||||
羅湖
|
||||
amos yee
|
||||
逮捕
|
||||
hkjc
|
||||
穎喬
|
||||
76ers vs knicks
|
||||
百度
|
||||
mothers day
|
||||
文佳煐
|
||||
美國ufo
|
||||
活期存款
|
||||
一田
|
||||
湖人
|
||||
萬寧88折
|
||||
thunder vs lakers
|
||||
nba線上看
|
||||
雷霆 對 湖人
|
||||
李家鼎
|
||||
ana
|
||||
wordle
|
||||
台风
|
||||
star
|
||||
spurs vs timberwolves
|
||||
林熹瞳
|
||||
陳柏宇
|
||||
馬刺 對 灰狼
|
||||
@@ -22,14 +142,12 @@ etv
|
||||
金建希
|
||||
航空
|
||||
袁偉豪
|
||||
活塞 對 騎士
|
||||
八達通
|
||||
兵工廠 對 馬德里競技
|
||||
龍蟠苑
|
||||
飛驒山
|
||||
澳元
|
||||
草 蜢
|
||||
kktix
|
||||
安東尼·愛德華茲
|
||||
艾佛頓 對 曼城
|
||||
何君堯
|
||||
@@ -80,121 +198,3 @@ timberwolves vs nuggets
|
||||
lakers vs rockets
|
||||
異環兌換碼
|
||||
洪金宝
|
||||
梁嘉莹
|
||||
spurs vs trail blazers
|
||||
羅艷卿
|
||||
weather forecast
|
||||
observatory hk
|
||||
尼克 對 老鷹
|
||||
sfc
|
||||
馬刺 對 拓荒者
|
||||
粉嶺繞道
|
||||
nuggets vs timberwolves
|
||||
蔡卓妍
|
||||
港 漂
|
||||
suns vs thunder
|
||||
鍾澍佳
|
||||
萧正楠
|
||||
金塊 對 灰狼
|
||||
魔術 對 活塞
|
||||
太陽 對 雷霆
|
||||
港 人 北上
|
||||
hsbc
|
||||
何守信
|
||||
謝賢
|
||||
房協
|
||||
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
|
||||
德甲
|
||||
|
||||
@@ -1 +1,127 @@
|
||||
polymarket
|
||||
byd m6
|
||||
rupiah indonesia
|
||||
amitabh bachchan
|
||||
tentara nasional indonesia
|
||||
irsx
|
||||
1
|
||||
imf
|
||||
devin vassell
|
||||
ptro
|
||||
pembegalan
|
||||
direktorat jenderal pajak
|
||||
ktp
|
||||
the boys season 5 episode 8
|
||||
denza n9
|
||||
ptba
|
||||
dollar hari ini
|
||||
bumi saham
|
||||
adro
|
||||
siap kerja
|
||||
sgd
|
||||
chelsea vs tottenham
|
||||
kurs rupiah
|
||||
the weeknd
|
||||
malaysia master 2026
|
||||
harga dollar
|
||||
dosen
|
||||
dasco
|
||||
ihsg
|
||||
the weeknd jakarta
|
||||
cek pip 2026
|
||||
daerah istimewa yogyakarta
|
||||
falcon 8x
|
||||
muhadjir effendy
|
||||
ekonomi indonesia
|
||||
idr
|
||||
leganes
|
||||
sukanto tanoto
|
||||
tunjangan
|
||||
pesta babi
|
||||
cerezo osaka vs nagoya
|
||||
bwf
|
||||
jadwal moto3
|
||||
kyoto sanga vs sanfrecce
|
||||
j1
|
||||
jadwal film bioskop hari ini
|
||||
crocs red bull
|
||||
aplikasi cek bansos
|
||||
ronda rousey
|
||||
pengumuman snbt
|
||||
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
|
||||
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
|
||||
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
|
||||
daniel dubois
|
||||
marinos vs kashima
|
||||
bradley barcola
|
||||
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
|
||||
|
||||
@@ -1 +1,130 @@
|
||||
tamil nadu tvk trust vote
|
||||
tn ministers list 2026
|
||||
munger university
|
||||
ബിനീഷ് കോടിയേരി
|
||||
आईसीसी क्रिकेट विश्व कप
|
||||
icsi
|
||||
dbt link online
|
||||
సాక్షి
|
||||
tirupati
|
||||
vi share price
|
||||
বিজয়
|
||||
সংবাদ
|
||||
तुला
|
||||
ऋषभ पंत
|
||||
मार्को रुबियो
|
||||
muhammad rizwan
|
||||
banda
|
||||
dte
|
||||
hindalco share price
|
||||
form
|
||||
संगीत
|
||||
ডিজেল
|
||||
sslc revaluation 2026
|
||||
தமிழக முதல்வர்
|
||||
leaked details suggest the iphone 18 pro is launching soon with india pricing details
|
||||
సంజు శాంసన్
|
||||
रशिया
|
||||
infosys q4 bonus payouts
|
||||
भगवंत मान
|
||||
భర్త
|
||||
സര്ക്കാര്
|
||||
gta 6 release date
|
||||
kolkata temperature
|
||||
base
|
||||
വിശാല്
|
||||
sandeep lamichhane
|
||||
వంతెన
|
||||
ರಾಶಿ
|
||||
anandabazar patrika today
|
||||
தொல். திருமாவளவன்
|
||||
मोसमी पाऊस
|
||||
eenadu results
|
||||
aditi rao hydari cannes fashion
|
||||
rajinikanth
|
||||
ధర
|
||||
manabadi
|
||||
പ്രവചനം
|
||||
खाद्य तेल
|
||||
ebola virus
|
||||
png vs van
|
||||
comedk
|
||||
नेहा मर्दा
|
||||
protein
|
||||
রাজ চক্রবর্তী
|
||||
పావలా శ్యామల
|
||||
abu bilal al minuki
|
||||
पेंशन
|
||||
কর্কট রাশি
|
||||
औद्योगिक गलियारा
|
||||
bangladesh vs pakistan
|
||||
മിസൈല്
|
||||
వృషభం
|
||||
india football team
|
||||
red bull racing
|
||||
thailand open
|
||||
তাপপ্রবাহ
|
||||
বাজেট
|
||||
ప్రభాస్
|
||||
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,133 @@
|
||||
アステリア 株価
|
||||
アルティーリ千葉
|
||||
銀閣寺
|
||||
今日、好きになりました。
|
||||
小枝淳子
|
||||
石川遼
|
||||
大谷 防御 率
|
||||
jr九州
|
||||
第一生命
|
||||
九州大学
|
||||
経済政策
|
||||
宮崎優
|
||||
月組
|
||||
山陽新幹線
|
||||
週刊新潮
|
||||
マンホール
|
||||
サントリー
|
||||
加古川市
|
||||
エステバン オコン
|
||||
クマ 撃退 用 ポール
|
||||
マイニンテンドーストア
|
||||
椙山女学園大学
|
||||
名阪国道 事故
|
||||
函館市
|
||||
伊東四朗
|
||||
スター・ウォーズ/マンダロリアン・アンド・グローグー
|
||||
森口博子
|
||||
大崎市
|
||||
生活費
|
||||
国際通り
|
||||
高岡早紀
|
||||
ナフサショック
|
||||
京都産業大学
|
||||
日本生命
|
||||
野口 瑞希
|
||||
菊池 桃子
|
||||
なにわ男子
|
||||
村上卓哉
|
||||
萩原利久
|
||||
佐藤 琢磨 インディ 500
|
||||
ラジオ
|
||||
剛力彩芽
|
||||
バレーボール欧州チャンピオンズリーグ
|
||||
ガヌー
|
||||
ヴィクトリアマイル
|
||||
ニコニコ生放送
|
||||
花咲徳栄高等学校
|
||||
及川 光博
|
||||
エボラ出血熱 緊急 事態 宣言
|
||||
ヒロド歩美
|
||||
多部未華子
|
||||
瀬戸朝香
|
||||
ポケモン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
|
||||
@@ -10,8 +140,6 @@ nttドコモ
|
||||
ウルトラザウルス
|
||||
村上 宗隆
|
||||
サブスク
|
||||
島根スサノオマジック
|
||||
熱中症
|
||||
柄本時生
|
||||
藤田明美
|
||||
国会議事堂
|
||||
@@ -37,7 +165,6 @@ j2
|
||||
クーリエ・ジャポン
|
||||
タイアニ ライン デルス
|
||||
阿智村
|
||||
オリックス・バファローズ
|
||||
無印
|
||||
kpmg
|
||||
トランテックス
|
||||
@@ -58,7 +185,6 @@ dena 対 広島
|
||||
weリーグ
|
||||
田中健
|
||||
ミステリーウェイ
|
||||
石川遼
|
||||
西野七瀬
|
||||
堀田真由
|
||||
横浜fc 対 相模原
|
||||
@@ -72,129 +198,3 @@ g大阪 対 神戸
|
||||
hikakin
|
||||
東京
|
||||
近畿大学
|
||||
小樽
|
||||
田園都市線
|
||||
常磐線
|
||||
東京スカイツリー
|
||||
みずほ銀行 ゴールデンウィーク
|
||||
力士
|
||||
秋元杏月
|
||||
四国電力
|
||||
佐久間宣行
|
||||
和田 まあ や
|
||||
浅田 美代子
|
||||
バトオペ2
|
||||
千葉県
|
||||
慶應義塾大学
|
||||
パンチ
|
||||
ぶ いす ぽ 活動 休止
|
||||
ベガルタ仙台
|
||||
サンフレッチェ広島
|
||||
相模原 対 栃木c
|
||||
ロッチ中岡
|
||||
奈良 対 高知
|
||||
福島圭音
|
||||
神宮球場
|
||||
オスナ ヤクルト
|
||||
浦和 対 川崎f
|
||||
村上宗隆
|
||||
ゴー イントゥ スカイ
|
||||
地球温暖化
|
||||
文部科学省
|
||||
カベポスター
|
||||
奈良県
|
||||
バナナマン日村
|
||||
山本由伸
|
||||
警視正
|
||||
中国電力
|
||||
jr九州
|
||||
村田製作所
|
||||
四谷大塚
|
||||
外崎 修 汰
|
||||
備蓄
|
||||
日産 キックス 新型
|
||||
ドナルド・トランプ
|
||||
ニューヨーク
|
||||
小谷昌太郎 イケパラ
|
||||
東京エレクトロン
|
||||
ミラン 対 ユヴェントス
|
||||
宇連ダム 貯水率
|
||||
櫻坂46
|
||||
与沢翼
|
||||
岩手県 大槌町 山林火災
|
||||
谷原章介
|
||||
端午
|
||||
週間天気予報
|
||||
トリノ 対 インテル
|
||||
佐野海舟
|
||||
アーセナル
|
||||
高岡蒼佑
|
||||
マンチェスター・シティ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マドリード 対 アラベス
|
||||
鳥貴族
|
||||
ブライトン 対 チェルシー
|
||||
アシエンダ乗馬学校
|
||||
|
||||
@@ -1 +1,75 @@
|
||||
freiburg vs aston villa
|
||||
iphone
|
||||
chelsea f.c. vs tottenham standings
|
||||
premier league standings
|
||||
premier league
|
||||
chelsea
|
||||
bournemouth vs man city
|
||||
flow
|
||||
whatsapp
|
||||
cambodia fuel price increase
|
||||
1
|
||||
arsenal
|
||||
arsenal vs burnley
|
||||
inter miami vs portland
|
||||
gold price
|
||||
barcelona vs real betis
|
||||
sevilla vs real madrid
|
||||
persib
|
||||
man united vs nottm forest
|
||||
xoso
|
||||
al-nassr vs gamba osaka
|
||||
bundesliga
|
||||
chelsea vs man city
|
||||
bayern vs köln
|
||||
fa cup
|
||||
xổ số miền nam
|
||||
ตรวจหวย
|
||||
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
|
||||
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
|
||||
hantavirus map live
|
||||
hantavirus map
|
||||
2027 lexus tz
|
||||
apple iphone 18 pro max
|
||||
uefa europa league
|
||||
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,128 @@
|
||||
여론
|
||||
구윤철
|
||||
lg전자 주가
|
||||
같이 삽시다
|
||||
엘지전자
|
||||
엔씨
|
||||
공무원
|
||||
동행
|
||||
엘지트윈스
|
||||
국가장학금
|
||||
황윤성
|
||||
이수지
|
||||
노동조합
|
||||
서건창
|
||||
김정우
|
||||
박군
|
||||
카카오 파업
|
||||
sk텔레콤
|
||||
던파
|
||||
리테일
|
||||
이수혁
|
||||
삼성 갤럭시 z 플립
|
||||
삼성 노조
|
||||
자금시장
|
||||
청계천
|
||||
육군
|
||||
단체보험
|
||||
신입사원 강회장
|
||||
세무조사
|
||||
박세영
|
||||
박진만
|
||||
무빙
|
||||
mc몽
|
||||
롤 국대
|
||||
로리 맥길로이
|
||||
최태성
|
||||
이탁수
|
||||
계산동
|
||||
교수
|
||||
셰프
|
||||
항공모함
|
||||
지나 카라노
|
||||
수확
|
||||
현대위아
|
||||
전인화
|
||||
김진성
|
||||
오타니 쇼헤이
|
||||
이마트
|
||||
bangladesh vs pakistan
|
||||
김동현
|
||||
hanwha vs kt
|
||||
베트남
|
||||
교사
|
||||
고진영
|
||||
서울장미축제
|
||||
ban vs pak
|
||||
usa vs nep
|
||||
보편적 기본소득
|
||||
mbk 파트너스
|
||||
남진
|
||||
전국노래자랑
|
||||
키옥시아
|
||||
무주산골영화제
|
||||
김민하
|
||||
빅뱅
|
||||
채무
|
||||
사이드카
|
||||
수원 fc 위민
|
||||
채권
|
||||
랄랄
|
||||
임지연
|
||||
정의선
|
||||
afc u 17 아시안 컵
|
||||
전시작전통제권
|
||||
수수료
|
||||
스테픈 커리
|
||||
이주빈
|
||||
구더기
|
||||
이라크
|
||||
민생회복지원금
|
||||
주광덕
|
||||
민방위
|
||||
박찬호
|
||||
고양시
|
||||
민방위 훈련
|
||||
집단 소송
|
||||
정국
|
||||
해피투게더
|
||||
김태희
|
||||
공대지 미사일
|
||||
유주
|
||||
팔란티어 테크놀로지
|
||||
스파이
|
||||
소비
|
||||
최미나수
|
||||
필리핀
|
||||
코너 맥그리거
|
||||
키움증권
|
||||
sk 하이닉스
|
||||
닌텐도 스위치 2
|
||||
복지
|
||||
모두의 창업
|
||||
한국경제신문
|
||||
양상국
|
||||
위대한 가이드
|
||||
불기소 처분
|
||||
김태년
|
||||
성남 대 전남
|
||||
천안시
|
||||
손주
|
||||
장민호
|
||||
송금
|
||||
김혜성
|
||||
이스라엘
|
||||
박재현
|
||||
joshua van
|
||||
최재명
|
||||
연금복권 1,2등 동시 당첨
|
||||
제주 대 fc 서울
|
||||
관광객
|
||||
사고
|
||||
한국철도공사
|
||||
김영웅
|
||||
오승환
|
||||
중산층
|
||||
빌라
|
||||
정원오
|
||||
김지원
|
||||
@@ -7,7 +132,6 @@
|
||||
펜타포트
|
||||
유조선
|
||||
곡사포
|
||||
노동조합
|
||||
이자
|
||||
디나미스원
|
||||
개헌안
|
||||
@@ -66,7 +190,6 @@ fc 서울 대 김천상무
|
||||
한화시스템
|
||||
윤영경
|
||||
월세
|
||||
오타니 쇼헤이
|
||||
이서진
|
||||
굴리엘모 비카리오
|
||||
재건축
|
||||
@@ -75,126 +198,3 @@ fc 서울 대 김천상무
|
||||
라이엇
|
||||
진소리
|
||||
아빠하고 나하고
|
||||
mlb
|
||||
박진만
|
||||
중고
|
||||
롯데 자이언츠
|
||||
강동원
|
||||
혁신도시
|
||||
제로페이
|
||||
체이스 인피니티
|
||||
주스 아저씨
|
||||
권민규
|
||||
변요한
|
||||
이유 비
|
||||
변호사 시험
|
||||
금보유고
|
||||
이상화
|
||||
커피
|
||||
김효범
|
||||
김범석
|
||||
국립중앙도서관
|
||||
어도어
|
||||
황재균
|
||||
주호민
|
||||
채원빈
|
||||
분식
|
||||
위례신도시
|
||||
박동혁
|
||||
박용호
|
||||
한화첨단소재
|
||||
한상진
|
||||
차승원
|
||||
한국경제
|
||||
효성중공업
|
||||
최홍라
|
||||
uae vs oman
|
||||
부정승차
|
||||
박하나
|
||||
일본인
|
||||
공천
|
||||
한고은
|
||||
우체국
|
||||
sk증권
|
||||
세리에 a
|
||||
암호화폐
|
||||
수지
|
||||
새마을금고
|
||||
사주
|
||||
차두리
|
||||
평택시 을
|
||||
야닉 시너
|
||||
정성호
|
||||
첼시
|
||||
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
|
||||
리그오브레전드
|
||||
박환희
|
||||
박지현
|
||||
카토
|
||||
와우넷
|
||||
지구의 날
|
||||
컴프야
|
||||
|
||||
@@ -1 +1,123 @@
|
||||
benji madden
|
||||
dp world tour
|
||||
vincent d'onofrio
|
||||
antonio gracias
|
||||
anthony starr
|
||||
robert de niro
|
||||
amanda peet
|
||||
zoe kravitz
|
||||
huawei
|
||||
william shatner
|
||||
bts members
|
||||
carls jr
|
||||
jungkook
|
||||
trump bank citizenship executive order
|
||||
salman khan
|
||||
sơn ngọc minh
|
||||
tom selleck
|
||||
testaments
|
||||
cps outage map
|
||||
air quality
|
||||
pak vs ban
|
||||
ameren
|
||||
power outage near me
|
||||
usc
|
||||
mikey williams
|
||||
pitchfork
|
||||
boeing 737
|
||||
luke benward
|
||||
catalina island
|
||||
conor benn
|
||||
houses
|
||||
the boys finale
|
||||
iu
|
||||
lorde
|
||||
hawaiian monk seal
|
||||
michael jordan
|
||||
nifty 50
|
||||
charlie evans
|
||||
edc lineup
|
||||
nick lachey
|
||||
navy federal
|
||||
titanic
|
||||
sonic kapolei
|
||||
collector leviathan
|
||||
kbo
|
||||
ebola outbreak
|
||||
jamie vardy
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
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
|
||||
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 ຂ່າວມື້ນີ້ ວຽງຈັນ ອາກາດ ລາວ ເງິນກີບ
|
||||
|
||||
@@ -1 +1,98 @@
|
||||
天气
|
||||
nba
|
||||
freiburg vs aston villa
|
||||
1
|
||||
saroj khan
|
||||
whatsapp
|
||||
chelsea f.c. vs tottenham standings
|
||||
premier league games
|
||||
premier league
|
||||
premier league standings
|
||||
chelsea
|
||||
bournemouth vs man city
|
||||
ကျောင်း
|
||||
အာဆင်နယ် နှင့် ဘန်လေ
|
||||
arsenal vs burnley
|
||||
np news
|
||||
ငလျင်
|
||||
earthquake near me
|
||||
earthquake
|
||||
inter miami vs portland
|
||||
paris fc vs psg
|
||||
barcelona vs real betis
|
||||
atlético madrid vs girona
|
||||
everton f.c. vs sunderland a.f.c. standings
|
||||
sevilla vs real madrid
|
||||
newcastle vs west ham
|
||||
al-nassr vs gamba osaka
|
||||
al-hilal vs neom
|
||||
football live
|
||||
chelsea f.c. women vs manchester united w.f.c. standings
|
||||
chelsea vs man city
|
||||
bayern vs köln
|
||||
west ham vs man city
|
||||
chelsea vs man utd
|
||||
liverpool vs arsenal
|
||||
ตรวจหวย
|
||||
xiaomi 17t pro
|
||||
aston villa vs liverpool
|
||||
one
|
||||
one championship
|
||||
fa youth cup final
|
||||
gta6
|
||||
iphone
|
||||
videos
|
||||
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 သတင်း ယနေ့ ရန်ကုန် ရာသီဥတု မြန်မာ ကျပ်ငွေ
|
||||
|
||||
@@ -1 +1,123 @@
|
||||
benji madden
|
||||
dp world tour
|
||||
vincent d'onofrio
|
||||
antonio gracias
|
||||
anthony starr
|
||||
robert de niro
|
||||
amanda peet
|
||||
zoe kravitz
|
||||
huawei
|
||||
william shatner
|
||||
bts members
|
||||
carls jr
|
||||
jungkook
|
||||
trump bank citizenship executive order
|
||||
salman khan
|
||||
sơn ngọc minh
|
||||
tom selleck
|
||||
testaments
|
||||
cps outage map
|
||||
air quality
|
||||
pak vs ban
|
||||
ameren
|
||||
power outage near me
|
||||
usc
|
||||
mikey williams
|
||||
pitchfork
|
||||
boeing 737
|
||||
luke benward
|
||||
catalina island
|
||||
conor benn
|
||||
houses
|
||||
the boys finale
|
||||
iu
|
||||
lorde
|
||||
hawaiian monk seal
|
||||
michael jordan
|
||||
nifty 50
|
||||
charlie evans
|
||||
edc lineup
|
||||
nick lachey
|
||||
navy federal
|
||||
titanic
|
||||
sonic kapolei
|
||||
collector leviathan
|
||||
kbo
|
||||
ebola outbreak
|
||||
jamie vardy
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
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
|
||||
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 өнөөдрийн мэдээ улаанбаатар цаг агаар төгрөг ханш
|
||||
|
||||
132
data/keywords/kw_MO.txt
Normal file
132
data/keywords/kw_MO.txt
Normal file
@@ -0,0 +1,132 @@
|
||||
宏福苑
|
||||
hong kong red rainstorm warning
|
||||
公務員 加 薪
|
||||
李家鼎
|
||||
校長
|
||||
港 漂
|
||||
now體育
|
||||
乙明邨
|
||||
max dowman
|
||||
陳慧琳
|
||||
九龍灣
|
||||
the weeknd
|
||||
杨婉仪
|
||||
信报财经新闻
|
||||
港漂
|
||||
樂易玲
|
||||
香港公务员事务
|
||||
antigravity
|
||||
knicks vs cavaliers
|
||||
trip
|
||||
旅行社
|
||||
蔡卓妍
|
||||
天文台
|
||||
陳同佳
|
||||
白雪仙
|
||||
hk observatory
|
||||
observatory
|
||||
dylan harper
|
||||
迪倫·哈珀
|
||||
iu
|
||||
首次公开募股
|
||||
麦当劳
|
||||
pistons vs cavaliers
|
||||
工资
|
||||
ivy so
|
||||
live nation
|
||||
livenation
|
||||
活塞 對 騎士
|
||||
人工智慧
|
||||
谢贤
|
||||
紐西蘭
|
||||
血糖
|
||||
伊波拉病毒
|
||||
eurovision 2026
|
||||
炎明熹
|
||||
jennie
|
||||
elliot page
|
||||
荃湾
|
||||
weather
|
||||
新西蘭車禍
|
||||
陳浚霆
|
||||
机票
|
||||
timberwolves vs spurs
|
||||
洪金寶
|
||||
灰狼 對 馬刺
|
||||
騎士 對 活塞
|
||||
张凌赫
|
||||
jannik sinner
|
||||
samsung
|
||||
龍婷
|
||||
波音
|
||||
裕東苑
|
||||
擎天崗
|
||||
楊洋
|
||||
2027 公眾假期
|
||||
山崎和佳奈
|
||||
iceman
|
||||
中南海
|
||||
周慧敏
|
||||
news
|
||||
thucydides trap
|
||||
citadel
|
||||
李連杰
|
||||
盧惠光
|
||||
習近平
|
||||
mc 演唱會 2026
|
||||
谷德昭
|
||||
mc
|
||||
癌症
|
||||
容羨媛
|
||||
panasonic l10
|
||||
sony xperia 1 viii
|
||||
燒 味
|
||||
黃仁勳
|
||||
謝瑞麟
|
||||
spurs vs timberwolves
|
||||
深圳地铁
|
||||
特朗普訪華
|
||||
hong kong express
|
||||
hong kong
|
||||
nba
|
||||
湖人
|
||||
test
|
||||
邓兆尊
|
||||
kktix
|
||||
湖人 對 雷霆
|
||||
蔡少芬
|
||||
林詩棟
|
||||
ap swatch
|
||||
網約車
|
||||
許志安
|
||||
canvas
|
||||
mc 張天賦演唱會
|
||||
victor wembanyama
|
||||
sk hynix
|
||||
海力士
|
||||
薛家燕
|
||||
毛樂禮
|
||||
mps
|
||||
聞泰科技
|
||||
港幣兌人民幣
|
||||
萬 寧 88 折
|
||||
張曼玉
|
||||
羅湖
|
||||
amos yee
|
||||
逮捕
|
||||
hkjc
|
||||
穎喬
|
||||
76ers vs knicks
|
||||
百度
|
||||
mothers day
|
||||
文佳煐
|
||||
美國ufo
|
||||
mothers day 2026
|
||||
76人 對 尼克
|
||||
陳山聰
|
||||
美國 ufo
|
||||
百佳
|
||||
weather hong kong
|
||||
世界桌球錦標賽
|
||||
intc
|
||||
mu stock
|
||||
@@ -1,11 +1,131 @@
|
||||
saman
|
||||
the vocket
|
||||
iphone
|
||||
berjaya air
|
||||
denza b8
|
||||
klia influencer viral parking complaint
|
||||
tony fernandes
|
||||
jalen williams
|
||||
dylan harper
|
||||
stephon castle
|
||||
tenaga nasional berhad
|
||||
ketua polis selangor
|
||||
pig farming
|
||||
taijul islam
|
||||
telekom malaysia
|
||||
sajid khan
|
||||
nurul asyikin sutan shahril
|
||||
the weeknd malaysia
|
||||
scotland vs usa
|
||||
southampton f.c.
|
||||
gemini spark
|
||||
parti keadilan rakyat
|
||||
takraw world cup 2026
|
||||
petroleum
|
||||
curacao
|
||||
wilayah persekutuan kuala lumpur
|
||||
devin vassell
|
||||
shai gilgeous-alexander
|
||||
alex caruso
|
||||
oklahoma city thunder vs san antonio spurs match player stats
|
||||
nba live score
|
||||
kelana jaya lrt line disruption
|
||||
jang dong ju
|
||||
美元
|
||||
wong chen
|
||||
hamzah zainudin
|
||||
scotland vs nepal
|
||||
talk to my manager
|
||||
sam merrill
|
||||
活塞 - 骑士
|
||||
ticketmaster
|
||||
conor mcgregor
|
||||
bangladesh vs pakistan
|
||||
badminton
|
||||
angels vs dodgers
|
||||
ronda rousey
|
||||
nurburgring 24h 2026
|
||||
gaji mei 2026
|
||||
penyelam
|
||||
mesyuarat
|
||||
weather warning
|
||||
politik
|
||||
fraud
|
||||
森林狼 - 马刺
|
||||
timberwolves vs spurs
|
||||
dewan bandaraya kuala lumpur
|
||||
骑士 - 活塞
|
||||
karam singh walia
|
||||
yusry abdul halim
|
||||
cavaliers vs pistons
|
||||
azam baki
|
||||
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
|
||||
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
|
||||
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
|
||||
大马卡
|
||||
bangladesh vs pakistan
|
||||
palace vs shakhtar donetsk
|
||||
malaysia foreign driving licence conversion
|
||||
keputusan
|
||||
@@ -53,7 +173,6 @@ earthquake
|
||||
leverkusen vs rb leipzig
|
||||
凯尔特人 - 76人
|
||||
tiong king sing
|
||||
gaji mei 2026
|
||||
palmeiras vs santos
|
||||
奥萨苏纳 - 巴塞罗那
|
||||
inter miami vs orlando city
|
||||
@@ -61,7 +180,6 @@ uae opec exit analysis
|
||||
grab cross border taxi
|
||||
menteri besar negeri sembilan
|
||||
malaysia badminton thomas cup
|
||||
nba live
|
||||
猛龙 - 骑士
|
||||
flower moon
|
||||
ek din movie review
|
||||
@@ -80,99 +198,3 @@ amira othman
|
||||
lakers vs houston rockets match player stats
|
||||
federal reserve interest rates
|
||||
adidas
|
||||
mohamad hasan
|
||||
austin reaves
|
||||
lafc vs toluca
|
||||
lakers
|
||||
湖人 - 火箭
|
||||
oma vs nep
|
||||
ppv
|
||||
mothers day
|
||||
nte redeem code
|
||||
skyechip
|
||||
马刺 - 开拓者
|
||||
one championship live
|
||||
labour day
|
||||
indonesia thomas cup
|
||||
anggota tentera
|
||||
阿sa
|
||||
掘金 - 森林狼
|
||||
one championship
|
||||
apple iphone foldable
|
||||
太阳 - 雷霆
|
||||
p1p plate
|
||||
nuggets vs timberwolves
|
||||
electronic invoicing
|
||||
malaysian meteorological department
|
||||
datuk seri aminuddin harun
|
||||
court
|
||||
bella astillah
|
||||
today wordle hints
|
||||
ezi ray 01
|
||||
uae vs oman
|
||||
rekod dunia
|
||||
mayat
|
||||
milan vs juventus
|
||||
osasuna vs sevilla
|
||||
estrela amadora vs porto
|
||||
lockheed martin
|
||||
galatasaray vs fenerbahçe
|
||||
polis
|
||||
torino vs inter
|
||||
terengganu fc
|
||||
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,7 +1,124 @@
|
||||
news
|
||||
google ai studio
|
||||
flamengo vs estudiantes
|
||||
public holiday
|
||||
punchng
|
||||
linkedin
|
||||
telegram
|
||||
spurs vs thunder
|
||||
sofascore
|
||||
santos fc
|
||||
orlando city vs atlanta united
|
||||
the boys
|
||||
claude ai
|
||||
knicks vs cavaliers
|
||||
audax italiano
|
||||
whatsapp
|
||||
air force monica witt
|
||||
fluminense vs bolívar
|
||||
enzo fernandez
|
||||
national youth service corps
|
||||
benue news
|
||||
weather today
|
||||
oyetola
|
||||
thunder vs spurs
|
||||
luiz henrique
|
||||
hincapie
|
||||
rayan
|
||||
neymar
|
||||
arsenal vs crystal palace
|
||||
griezmann
|
||||
dembele injury
|
||||
bbc hausa.com
|
||||
donald trump
|
||||
nashville vs lafc
|
||||
pistons vs cavaliers
|
||||
mls
|
||||
inter miami vs portland
|
||||
ligue 1
|
||||
nice
|
||||
air peace
|
||||
www bbc hausa
|
||||
nigeria newspapers
|
||||
francis ngannou
|
||||
ronda rousey
|
||||
palmeiras vs cruzeiro
|
||||
xiaomi 17t pro
|
||||
air force intelligence specialist
|
||||
cd tolima vs atletico nacional medellin
|
||||
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
|
||||
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
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
ikeja electric
|
||||
israel
|
||||
film
|
||||
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
|
||||
$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
|
||||
pistons vs cavaliers
|
||||
joni lamb
|
||||
pope leo xiv bank call
|
||||
fcmb
|
||||
@@ -9,10 +126,8 @@ kodak black
|
||||
cole palmer
|
||||
election law
|
||||
one ui 8.5 release date
|
||||
spurs vs timberwolves
|
||||
knicks vs 76ers
|
||||
atenas cordoba vs argentino junin
|
||||
update
|
||||
mikel merino return date arsenal
|
||||
mbappe
|
||||
junior kroupi
|
||||
@@ -63,7 +178,6 @@ living wage
|
||||
noah okafor
|
||||
remi tinubu
|
||||
imperfect women
|
||||
bbc.hausa
|
||||
ekiti
|
||||
china
|
||||
timberwolves vs nuggets
|
||||
@@ -84,27 +198,3 @@ alvarez
|
||||
asake
|
||||
arsenal vs psg
|
||||
william ruto
|
||||
spurs vs trail blazers
|
||||
ahsoka tano replacement star wars
|
||||
san lorenzo vs santos
|
||||
the devil wears prada 2
|
||||
king charles
|
||||
house of the dragon season 3
|
||||
gta 5
|
||||
nuggets vs timberwolves
|
||||
suns vs thunder
|
||||
bybit
|
||||
jack grealish
|
||||
sanwo olu
|
||||
saheed balogun
|
||||
man u fc
|
||||
live score today
|
||||
tinubu
|
||||
lagos weather
|
||||
super eagles
|
||||
naira exchange rate
|
||||
davido
|
||||
wizkid
|
||||
burna boy
|
||||
afcon
|
||||
nollywood
|
||||
|
||||
@@ -1,3 +1,125 @@
|
||||
de telegraaf
|
||||
dordrecht
|
||||
bernie ecclestone
|
||||
svb
|
||||
weer amersfoort
|
||||
portugal
|
||||
michael smith
|
||||
grand prix van canada
|
||||
heemskerk
|
||||
bergen op zoom
|
||||
ongeluk a6
|
||||
kylie minogue
|
||||
weer groningen
|
||||
jan smit
|
||||
femke bol
|
||||
married at first sight
|
||||
ret
|
||||
weer utrecht
|
||||
rechtszaak
|
||||
zaventem
|
||||
vader
|
||||
seydoux
|
||||
het parool
|
||||
patrick bruel
|
||||
albert heijn
|
||||
het weer
|
||||
wouter goes
|
||||
eelco heinen
|
||||
merel ek
|
||||
game over politie
|
||||
nikki sterkenburg
|
||||
radio 2
|
||||
weeronline
|
||||
schoen
|
||||
qmusic
|
||||
ev
|
||||
koningin
|
||||
rtv noord
|
||||
saba eiland
|
||||
kabinet
|
||||
ad nieuws
|
||||
francis ngannou
|
||||
ebola
|
||||
namo fazil
|
||||
nate diaz
|
||||
maro engel
|
||||
24 uur nürburgring 2026 waar te zien
|
||||
brandweer
|
||||
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
|
||||
jason collins
|
||||
anass salah-eddine
|
||||
anthropic
|
||||
lakers vs thunder
|
||||
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
|
||||
@@ -13,18 +135,14 @@ jeffrey epstein
|
||||
xbox
|
||||
weer zwolle
|
||||
epstein
|
||||
weer rotterdam
|
||||
ijsselstein
|
||||
benzine
|
||||
kyle loftis
|
||||
stagflatie
|
||||
adyen
|
||||
weer groningen
|
||||
weer utrecht
|
||||
weerbericht
|
||||
andes virus
|
||||
stranger things
|
||||
ziggo
|
||||
priscilla wildeman
|
||||
tanner horner
|
||||
peter bosz
|
||||
@@ -41,7 +159,6 @@ georginio wijnaldum
|
||||
intercepted
|
||||
ulster
|
||||
rudy giuliani
|
||||
weather
|
||||
benzine en diesel
|
||||
witsnuitdolfijn
|
||||
farioli
|
||||
@@ -54,7 +171,6 @@ miami f1
|
||||
shakira
|
||||
rave
|
||||
daghoroscoop
|
||||
weeronline
|
||||
wetter
|
||||
isack hadjar
|
||||
vakantiegeld aow netto
|
||||
@@ -82,119 +198,3 @@ martijn van der vorm rotterdam
|
||||
ismaël baouf
|
||||
ea sports fc 26
|
||||
bauke mollema
|
||||
xrp nieuws
|
||||
kaaba
|
||||
mathieu van der poel
|
||||
een miljard
|
||||
p2000
|
||||
james comey
|
||||
helena bonham carter
|
||||
george russell
|
||||
openbaar vervoer
|
||||
wayne mardle
|
||||
europese unie
|
||||
florence pugh
|
||||
concert golden earring ahoy
|
||||
de telegraaf
|
||||
openai
|
||||
crypto insiders
|
||||
stefano domenicali
|
||||
brand emmeloord
|
||||
loosdrecht
|
||||
taylor swift
|
||||
militair
|
||||
emma heesters
|
||||
luik-bastenaken-luik
|
||||
luilakken koningsdag
|
||||
rusland
|
||||
car rental
|
||||
112 leiden
|
||||
taxi
|
||||
michael
|
||||
passengers
|
||||
finale wie is de mol
|
||||
bourtange
|
||||
marseille - nice
|
||||
unchosen
|
||||
prinses
|
||||
sylvester stallone
|
||||
28 years later
|
||||
programma koningsdag 2026
|
||||
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
|
||||
|
||||
@@ -1 +1,115 @@
|
||||
thunder vs spurs
|
||||
santos vs san lorenzo
|
||||
al-najma vs al-shabab
|
||||
aston villa
|
||||
tejasvi singh dahiya
|
||||
new zealand women vs england women
|
||||
freiburg vs aston villa
|
||||
al-khaleej vs al-ahli
|
||||
deepak chahar
|
||||
suryakumar yadav
|
||||
ipo
|
||||
pak vs ban
|
||||
scotland vs usa
|
||||
kmc
|
||||
ipl 2026 schedule
|
||||
whatsapp
|
||||
google photos
|
||||
chelsea f.c. vs tottenham standings
|
||||
premier league
|
||||
premier league standings
|
||||
bangladesh vs pakistan
|
||||
world cup
|
||||
x
|
||||
arsenal
|
||||
pl
|
||||
point table ipl 2026
|
||||
arsenal vs burnley
|
||||
sandeep lamichhane
|
||||
cricinfo
|
||||
icc
|
||||
george munsey
|
||||
scotland vs nepal
|
||||
ligue 1
|
||||
nashville vs lafc
|
||||
strasbourg vs monaco
|
||||
mls
|
||||
al-shabab vs al-ittihad
|
||||
estoril praia vs benfica
|
||||
sporting vs gil vicente
|
||||
al-ahli vs al kholood
|
||||
anukul roy
|
||||
al-nassr vs gamba osaka
|
||||
jos buttler
|
||||
sunil narine
|
||||
matheesha pathirana
|
||||
sai sudharsan
|
||||
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
|
||||
copa do brasil
|
||||
today weather
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
weather kathmandu
|
||||
getafe vs mallorca
|
||||
deportivo alavés vs fc barcelona standings
|
||||
share result
|
||||
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
|
||||
lakers vs thunder
|
||||
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
|
||||
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 नेपाल समाचार आजको समाचार काठमाडौं मौसम नेपाली रुपैयाँ विनिमय दर
|
||||
|
||||
@@ -1 +1,121 @@
|
||||
house prosecution sara duterte case
|
||||
iphone
|
||||
alan peter cayetano coup rumors
|
||||
national bureau of investigation
|
||||
wnba score
|
||||
storm vs sun
|
||||
wnba games today
|
||||
shohei ohtani
|
||||
jared mccain
|
||||
mlb scores
|
||||
donny pangilinan
|
||||
thailand
|
||||
star wars the mandalorian and grogu
|
||||
official gazette
|
||||
mercury vs toronto tempo
|
||||
wnba standings
|
||||
landry shamet
|
||||
luke benward
|
||||
petroleum
|
||||
gasoline
|
||||
eastern conference finals
|
||||
rabiya mateo
|
||||
ron harper
|
||||
portland fire vs sun
|
||||
angola
|
||||
perfect crown issue
|
||||
uaap
|
||||
jang dong ju
|
||||
kim robert de leon
|
||||
jacob elordi
|
||||
cavs vs knicks
|
||||
coco jones
|
||||
nba bracket 2026
|
||||
keon ellis
|
||||
kevin huerter
|
||||
lito lapid
|
||||
ebola
|
||||
francis ngannou
|
||||
ufc 329
|
||||
nate diaz
|
||||
may 17
|
||||
angels vs dodgers
|
||||
rousey vs carano
|
||||
alex eala versus qualifier strasbourg
|
||||
eurovision 2026
|
||||
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
|
||||
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
|
||||
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
|
||||
|
||||
@@ -1 +1,114 @@
|
||||
drishyam 3
|
||||
gemini omni
|
||||
القوات المسلحة السودانية
|
||||
اول مناسك الحج
|
||||
thunder vs spurs
|
||||
اذان الفجر
|
||||
الضمان
|
||||
منصة قبول
|
||||
قبول
|
||||
الف
|
||||
نجم
|
||||
وزارة الخارجية
|
||||
محمود أحمدي نجاد
|
||||
icc
|
||||
taijul islam
|
||||
muhammad rizwan
|
||||
اجازة القطاع الخاص عيد الاضحى 2026
|
||||
موسم
|
||||
bupa
|
||||
scotland vs usa
|
||||
babar azam
|
||||
shan masood
|
||||
عادل امام
|
||||
spotify
|
||||
قطاع عام
|
||||
بدرية طلبة
|
||||
شوق الهادي
|
||||
قران
|
||||
litton das
|
||||
погода
|
||||
scotland vs nepal
|
||||
الشروق
|
||||
محمد رمضان
|
||||
حكم صيام عشر ذي الحجة
|
||||
احسان
|
||||
pistons vs cavaliers
|
||||
eid al adha 2026
|
||||
palmeiras vs cruzeiro
|
||||
ميريح ديميرال
|
||||
درجة الحرارة في الرياض
|
||||
الفجر
|
||||
حنان شوقي
|
||||
ورود وذنوب
|
||||
eurovision 2026 winner
|
||||
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
|
||||
عريس
|
||||
الرياض
|
||||
سوق مالية
|
||||
صحة
|
||||
العيد الاضحى
|
||||
فارس
|
||||
ليونيل ميسي
|
||||
mls
|
||||
sony xperia 1 viii
|
||||
وزارة الموارد البشرية والتنمية الاجتماعية
|
||||
copa do brasil
|
||||
cbse class 12 result 2026
|
||||
بين
|
||||
وزارة
|
||||
ياسمين عبد العزيز
|
||||
gold price in india
|
||||
spurs vs timberwolves
|
||||
the boys
|
||||
غامبا أوساكا
|
||||
اليوم العالمي للتمريض
|
||||
nurses day
|
||||
زواج
|
||||
sara duterte
|
||||
العراق
|
||||
lakers vs thunder
|
||||
ترند اطلس الجمال الطبيعي
|
||||
مسابقة الملك عبد العزيز الدولية لحفظ القرآن الكريم
|
||||
الرد الايراني
|
||||
سارية السواس
|
||||
برنامج خادم الحرمين الشريفين للابتعاث الخارجي
|
||||
neymar
|
||||
جوعان بن حمد آل ثاني
|
||||
runway
|
||||
le havre vs marseille
|
||||
جواو كانسيلو
|
||||
mehidy hasan miraz
|
||||
vijay
|
||||
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,9 +1,120 @@
|
||||
lebron james
|
||||
bajrakitiyabha
|
||||
jalen williams
|
||||
dylan harper
|
||||
contractor lim sengkang video
|
||||
skims
|
||||
teo siong seng
|
||||
thunder vs spurs
|
||||
singtel
|
||||
weather forecast
|
||||
santos vs san lorenzo
|
||||
gardenia foods s pte ltd
|
||||
livenation
|
||||
meta ai investment layoffs
|
||||
ryan breslow
|
||||
iras
|
||||
10th result date 2026 tamil nadu
|
||||
gemini spark
|
||||
fraud
|
||||
ticketmaster
|
||||
knicks vs cavaliers
|
||||
fossil group
|
||||
laufey
|
||||
the weeknd
|
||||
snow city
|
||||
spotify
|
||||
indonesia domestic workers law
|
||||
sonia chew
|
||||
swiss franc
|
||||
m1 simba consolidation suspension
|
||||
sam merrill
|
||||
live nation
|
||||
ticket master
|
||||
nashville vs lafc
|
||||
pistons vs cavaliers
|
||||
qantas
|
||||
strait of hormuz
|
||||
bangladesh vs pakistan
|
||||
ebola
|
||||
ronda rousey
|
||||
angels vs dodgers
|
||||
倒塌
|
||||
eurovision 2026
|
||||
sporting vs gil vicente
|
||||
pga championship
|
||||
affordable housing
|
||||
timberwolves vs spurs
|
||||
largo
|
||||
cavaliers vs pistons
|
||||
mental health
|
||||
woodlands checkpoint
|
||||
weather singapore
|
||||
nea
|
||||
mohamed salah
|
||||
product recall
|
||||
donald trump
|
||||
monica elfriede witt
|
||||
lottery
|
||||
chinese f&b brands singapore
|
||||
rebecca lim
|
||||
iceman
|
||||
pete hegseth
|
||||
norway missiles
|
||||
thucydides trap
|
||||
scarlett johansson
|
||||
karuppu
|
||||
fuel
|
||||
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
|
||||
pistons vs cavaliers
|
||||
canvas
|
||||
david attenborough
|
||||
iran war
|
||||
@@ -13,7 +124,6 @@ megatsunami
|
||||
hdb
|
||||
mark zuckerberg
|
||||
naval strike missile
|
||||
spurs vs timberwolves
|
||||
knicks vs 76ers
|
||||
police
|
||||
manchester united f.c.
|
||||
@@ -32,7 +142,6 @@ toto jackpot singapore
|
||||
anthony edwards
|
||||
dbs bank
|
||||
补贴
|
||||
ticketmaster
|
||||
新加坡博彩公司
|
||||
kerala election results
|
||||
toto
|
||||
@@ -51,7 +160,6 @@ thomson-east coast line
|
||||
inter miami vs orlando city
|
||||
mothers day
|
||||
jet bridge
|
||||
mls
|
||||
celtics vs 76ers
|
||||
james seah
|
||||
8视界新闻
|
||||
@@ -70,9 +178,7 @@ expo event
|
||||
timberwolves vs nuggets
|
||||
76ers vs celtics
|
||||
gardens by the bay
|
||||
weather forecast
|
||||
universal studios singapore
|
||||
nba scores
|
||||
lorna hajdini
|
||||
cancer
|
||||
lakers
|
||||
@@ -92,109 +198,3 @@ marriage
|
||||
san lorenzo vs santos
|
||||
bankruptcy
|
||||
诈骗
|
||||
us-iran
|
||||
flight
|
||||
jeanette aw
|
||||
jisoo
|
||||
nuggets vs timberwolves
|
||||
suns vs thunder
|
||||
drug
|
||||
jimmy kimmel
|
||||
erika kirk
|
||||
elon musk
|
||||
hokkaido earthquake today
|
||||
labour day
|
||||
angela palmares
|
||||
chernobyl disaster
|
||||
tengah garden residences
|
||||
torino vs inter
|
||||
dortmund vs sc freiburg
|
||||
angkrish raghuvanshi
|
||||
mohsin khan
|
||||
running man
|
||||
arsenal vs lyon
|
||||
genoa vs como
|
||||
kkr vs lsg
|
||||
bwf
|
||||
chelsea vs leeds
|
||||
bologna vs roma
|
||||
angers vs psg
|
||||
giant octopus fossil
|
||||
premier league standings
|
||||
apple iphone fold
|
||||
arsenal vs newcastle
|
||||
man city vs southampton
|
||||
bundesliga
|
||||
israel iran war
|
||||
freddie woodman
|
||||
sunderland vs nottm forest
|
||||
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
|
||||
|
||||
@@ -1 +1,125 @@
|
||||
องคมนตรี
|
||||
กรมอุตุนิยมวิทยา
|
||||
สอด สร้อย มาลา ตอน ที่ 9
|
||||
พระองค์ภา
|
||||
เกม
|
||||
thunder vs spurs
|
||||
ดูบาสสด
|
||||
แอปเป๋าตัง
|
||||
ช่อง 3
|
||||
s&p 500
|
||||
กองทัพอากาศ
|
||||
กดบัตร the weeknd
|
||||
ru
|
||||
ราคาทอง
|
||||
โตโต้ ปิยรัฐ
|
||||
the boys season 5 ep 8
|
||||
เมลดา สุศรี
|
||||
เทคโนโลยี
|
||||
thaiticketmajor
|
||||
ttm
|
||||
ไทยช่วยไทยพลัส
|
||||
python
|
||||
สุชาติ ชมกลิ่น
|
||||
ศึกวันกรรชัย
|
||||
ศกุนตลา เทียนไพโรจน์
|
||||
อาชีพ
|
||||
คลาสรูม
|
||||
วันอาภากร
|
||||
รักหักหลัง
|
||||
ส้ม เช้ง สาม ช่า
|
||||
f
|
||||
jacob elordi
|
||||
อำนาจ รื่นเริง
|
||||
pistons vs cavaliers
|
||||
abc
|
||||
v
|
||||
earthquake
|
||||
dmc
|
||||
อังกฤษ
|
||||
billboard
|
||||
พนอ 2
|
||||
eurovision 2026
|
||||
ไมเคิล แคร์ริก
|
||||
เป๋าตัง
|
||||
lpga leaderboard 2026
|
||||
การเมือง
|
||||
สนามบิน
|
||||
เบนฟิก้า
|
||||
nurburgring 24h
|
||||
ราชินี
|
||||
กฎหมาย
|
||||
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 ข่าววันนี้ ข่าวด่วน กรุงเทพ อากาศวันนี้ ค่าเงินบาท
|
||||
|
||||
@@ -1,7 +1,132 @@
|
||||
25 mayıs tatil mi
|
||||
tokat haber
|
||||
etnospor
|
||||
saat
|
||||
hakan aydın
|
||||
ev
|
||||
felicia sağnak
|
||||
hakkari haber
|
||||
shrinking
|
||||
feyza civelek
|
||||
kıtalararası balistik füze
|
||||
google form
|
||||
earthquake
|
||||
canlı haber
|
||||
automechanika istanbul 2026
|
||||
son dakika deprem
|
||||
kandilli rasathanesi
|
||||
malatya haber
|
||||
türkiye haritası
|
||||
a haber canlı
|
||||
bayram ne zaman 2026
|
||||
turhal
|
||||
turizm
|
||||
bim 19 mayıs 2026 kataloğu
|
||||
muğla
|
||||
dylan harper
|
||||
şanlıurfa hava durumu
|
||||
acun ilıcalı
|
||||
anıtkabir
|
||||
gsb personel alımı
|
||||
yol
|
||||
para cezası
|
||||
bandırma vapuru
|
||||
zeyno günenç
|
||||
içme suyu
|
||||
casusluk
|
||||
hülya koçyiğit
|
||||
bayram tatili ne zaman başlıyor
|
||||
elektrik kesintisi
|
||||
okullar ne zaman kapanacak
|
||||
bu akşam eleme adayı kim oldu
|
||||
kurbana kaç gün kaldı
|
||||
rüzgâr
|
||||
gaziantep hava durumu
|
||||
arabistan ligi
|
||||
eser yenenler
|
||||
al ahli
|
||||
adıyaman hava durumu
|
||||
savaş uçağı
|
||||
alanya hava durumu
|
||||
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
|
||||
fikret orman
|
||||
şebnem ferah izmir konser
|
||||
son dakika haberleri
|
||||
yatırımcı
|
||||
11 mayıs
|
||||
darwin núñez
|
||||
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ş
|
||||
kurban bayramı'na kaç gün kaldı
|
||||
anneler günü ne zaman
|
||||
iran son dakika
|
||||
canlı altın
|
||||
@@ -13,7 +138,6 @@ izmir deprem
|
||||
wilfried zaha
|
||||
izmir
|
||||
tüpraş
|
||||
akşam
|
||||
bakanlık
|
||||
ankara hava
|
||||
hava durumu konya
|
||||
|
||||
@@ -1,9 +1,131 @@
|
||||
2454
|
||||
3443
|
||||
1303
|
||||
2327
|
||||
癌症
|
||||
4919
|
||||
蕾哈娜
|
||||
3030
|
||||
教育部
|
||||
3037
|
||||
3576
|
||||
光寶科技
|
||||
7610
|
||||
8021
|
||||
三振
|
||||
2388
|
||||
3048
|
||||
2492
|
||||
孔升妍
|
||||
新北市公幼抽籤結果
|
||||
3535
|
||||
2337
|
||||
加權指數
|
||||
2344
|
||||
00990a
|
||||
2408
|
||||
6919
|
||||
憲兵
|
||||
威力
|
||||
6806
|
||||
債券 市場
|
||||
邱澤
|
||||
2481
|
||||
3026
|
||||
00878 配 息 日
|
||||
2464
|
||||
2883
|
||||
2485
|
||||
3481
|
||||
索羅斯
|
||||
群創光電
|
||||
尹乃菁
|
||||
2026
|
||||
美國國債
|
||||
指挥官
|
||||
鄭宗哲
|
||||
動物園
|
||||
大谷翔平
|
||||
會考英文
|
||||
diaz 鬥雞
|
||||
新聞
|
||||
屍速禁區
|
||||
李灏宇
|
||||
stephon castle
|
||||
曾峻岳
|
||||
台灣
|
||||
英雄 聯盟
|
||||
swatch ap 聯名
|
||||
ap
|
||||
2603
|
||||
2368
|
||||
6414
|
||||
溫嵐
|
||||
中國 統一
|
||||
黃金
|
||||
繁榮
|
||||
醫院
|
||||
保羅沃克
|
||||
統測
|
||||
洛杉磯 快艇
|
||||
太陽光電
|
||||
golshifteh farahani
|
||||
股息
|
||||
銀行控股公司
|
||||
三星
|
||||
世足
|
||||
3661
|
||||
3044
|
||||
4977
|
||||
吳怡農
|
||||
中國國民黨副主席
|
||||
蔡壁如
|
||||
王愛琳
|
||||
南山人壽
|
||||
apple watch 高血壓
|
||||
臺中榮民總醫院
|
||||
google 當機
|
||||
住院醫師
|
||||
google
|
||||
ajay mitchell
|
||||
lebron james
|
||||
元大金
|
||||
nba
|
||||
test
|
||||
nba score
|
||||
nba直播
|
||||
3653
|
||||
3036
|
||||
賴士葆
|
||||
3006
|
||||
股本
|
||||
星巴克 買 一 送 一
|
||||
股價
|
||||
布蘭登·費雪
|
||||
羅明才
|
||||
緯創資通
|
||||
壽司郎
|
||||
安檢
|
||||
杜金龍
|
||||
韓國 瑜
|
||||
張榮興
|
||||
歸 化
|
||||
癌
|
||||
拓元
|
||||
蔣友青
|
||||
sk海力士
|
||||
5세대 실손보험
|
||||
會考
|
||||
101登高賽
|
||||
道奇 對 勇士
|
||||
timberwolves vs spurs
|
||||
徐國勇
|
||||
chris sale
|
||||
新應材
|
||||
google fitbit air
|
||||
股東
|
||||
謝金 河
|
||||
群聯
|
||||
nba
|
||||
星巴克買一送一
|
||||
exo 演唱會
|
||||
徐懷鈺
|
||||
@@ -15,7 +137,6 @@ kylie jenner
|
||||
胡元輝
|
||||
徐熙娣
|
||||
壽司郎咖波
|
||||
美國國債
|
||||
聯合再生
|
||||
矽格
|
||||
宋成文
|
||||
@@ -41,7 +162,6 @@ asml
|
||||
漢他病毒怎麼傳染
|
||||
封鎖
|
||||
博通
|
||||
2388
|
||||
陳光復
|
||||
華倫·巴菲特
|
||||
許常德
|
||||
@@ -76,125 +196,5 @@ og anunoby
|
||||
playstation
|
||||
psy
|
||||
70歲換駕照
|
||||
台灣
|
||||
email
|
||||
林逸欣
|
||||
張宇
|
||||
任天堂
|
||||
記憶體
|
||||
ive
|
||||
k spark 高雄
|
||||
斑斑
|
||||
粿 粿 判決書
|
||||
蔡沁瑜
|
||||
十銓科技
|
||||
邱軍
|
||||
股東會紀念品
|
||||
佳必琪
|
||||
勞動 節
|
||||
鍾東錦
|
||||
棒球
|
||||
spurs vs trail blazers
|
||||
8028
|
||||
鄭嘉睿
|
||||
spencer jones
|
||||
張凌赫
|
||||
山本由伸
|
||||
陳德修
|
||||
國巨
|
||||
俠 盜 獵 車手 vi
|
||||
晶豪科
|
||||
無限城
|
||||
謝淑薇
|
||||
台中停電
|
||||
公務員
|
||||
停電
|
||||
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
|
||||
|
||||
@@ -1,3 +1,126 @@
|
||||
uefa national league
|
||||
migration
|
||||
mortgage loan
|
||||
global airlines
|
||||
devon county show 2026
|
||||
eastenders
|
||||
capital gains tax
|
||||
dp world tour
|
||||
vanessa trump
|
||||
todays weather
|
||||
london stock exchange
|
||||
fan
|
||||
boris johnson
|
||||
mortgage rates
|
||||
very uk
|
||||
brooklyn beckham
|
||||
training day
|
||||
taijul islam
|
||||
jai arrow
|
||||
very
|
||||
new swatch watches
|
||||
met
|
||||
m60 traffic
|
||||
asteroid 2026 jh2
|
||||
louise thompson potty training apology
|
||||
met office london
|
||||
tui holidays
|
||||
sony playstation plus price hike
|
||||
weather radar
|
||||
bournemouth weather
|
||||
adrian lewis nine darter
|
||||
rick and morty
|
||||
albert riera
|
||||
jacob elordi
|
||||
hs2
|
||||
strands hint
|
||||
national portrait gallery
|
||||
ukraine
|
||||
connections today
|
||||
devon live
|
||||
loans
|
||||
meghan, duchess of sussex
|
||||
starlink
|
||||
天氣
|
||||
wordle hint
|
||||
betway
|
||||
cricinfo
|
||||
eid ul adha 2026
|
||||
nhl scores
|
||||
conor mcgregor
|
||||
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
|
||||
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
|
||||
people's postcode lottery
|
||||
myanmar
|
||||
nurseries
|
||||
fitbit air tracker
|
||||
national lottery results
|
||||
sports
|
||||
natwest
|
||||
taxi
|
||||
ps5
|
||||
wwe backlash 2026
|
||||
darwin nunez
|
||||
pga tour
|
||||
reform policies 2026
|
||||
iplayer
|
||||
@@ -5,20 +128,16 @@ 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
|
||||
north korea
|
||||
mothers day 2026
|
||||
the sun uk
|
||||
bbc radio 4
|
||||
airport
|
||||
jamie vardy
|
||||
connections today
|
||||
henry cavill
|
||||
scottish sun
|
||||
the boys season 5 finale
|
||||
@@ -40,24 +159,19 @@ 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
|
||||
@@ -70,7 +184,6 @@ mark allen snooker delay
|
||||
accuweather
|
||||
severn trent water
|
||||
yorkshire water
|
||||
met office weather
|
||||
rangers f.c.
|
||||
anglian water
|
||||
edinburgh weather
|
||||
@@ -85,116 +198,3 @@ housing market
|
||||
bankruptcy
|
||||
gina carano
|
||||
weather birmingham
|
||||
bbc nees
|
||||
ella langley
|
||||
emma grede
|
||||
ted lasso season 4 teaser trailer
|
||||
antidepressants recall
|
||||
financial crisis
|
||||
itv news
|
||||
engagement rings
|
||||
spurs vs trail blazers
|
||||
alexey mordashov
|
||||
good morning
|
||||
mortgage rates
|
||||
horoscope
|
||||
nhl scores
|
||||
nuggets vs timberwolves
|
||||
liverpool weather
|
||||
todays weather
|
||||
playstation plus
|
||||
manchester weather
|
||||
everton f.c.
|
||||
dvla
|
||||
snooker results
|
||||
delivery
|
||||
ronnie o'sullivan
|
||||
janet cleverly councillor reprimanded
|
||||
criminal record
|
||||
mark selby
|
||||
avs vs sporting
|
||||
david attenborough
|
||||
juventus
|
||||
elena rybakina
|
||||
eric bana
|
||||
roman kemp
|
||||
house fire wolverhampton
|
||||
paul merson
|
||||
is scarlett moffatt pregnant
|
||||
man city fixtures
|
||||
scarlets vs bulls
|
||||
monaco fc
|
||||
jaqueline cristian
|
||||
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
|
||||
|
||||
@@ -1,3 +1,125 @@
|
||||
benji madden
|
||||
dp world tour
|
||||
vincent d'onofrio
|
||||
antonio gracias
|
||||
anthony starr
|
||||
robert de niro
|
||||
amanda peet
|
||||
huawei
|
||||
zoe kravitz
|
||||
william shatner
|
||||
bts members
|
||||
carls jr
|
||||
jungkook
|
||||
trump bank citizenship executive order
|
||||
salman khan
|
||||
sơn ngọc minh
|
||||
tom selleck
|
||||
testaments
|
||||
cps outage map
|
||||
air quality
|
||||
pak vs ban
|
||||
ameren
|
||||
power outage near me
|
||||
usc
|
||||
mikey williams
|
||||
pitchfork
|
||||
boeing 737
|
||||
luke benward
|
||||
catalina island
|
||||
conor benn
|
||||
houses
|
||||
the boys finale
|
||||
iu
|
||||
lorde
|
||||
hawaiian monk seal
|
||||
michael jordan
|
||||
nifty 50
|
||||
charlie evans
|
||||
edc lineup
|
||||
nick lachey
|
||||
navy federal
|
||||
titanic
|
||||
sonic kapolei
|
||||
collector leviathan
|
||||
kbo
|
||||
ebola outbreak
|
||||
jamie vardy
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
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
|
||||
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
|
||||
@@ -14,7 +136,6 @@ ronda rousey
|
||||
love island
|
||||
mississippi tornado warning
|
||||
sean manaea
|
||||
priyanka chopra
|
||||
chris stapleton
|
||||
trump's hands
|
||||
ca governor race polls
|
||||
@@ -29,7 +150,6 @@ samsung stock
|
||||
heather watson
|
||||
los angeles angels
|
||||
chris brown
|
||||
nathan lane
|
||||
jaafar jackson met gala 2026
|
||||
rachel zegler
|
||||
amanda bynes
|
||||
@@ -51,7 +171,6 @@ floyd mayweather
|
||||
wsl
|
||||
whitecaps - la galaxy
|
||||
air jordan 11 space jam
|
||||
julio cesar chavez
|
||||
budapest
|
||||
usyk
|
||||
dmitry bivol
|
||||
@@ -79,122 +198,3 @@ usd to yen
|
||||
michael jackson net worth
|
||||
utah hockey
|
||||
mitch marner
|
||||
hawaii news now
|
||||
spacex rocket launch
|
||||
jack eichel
|
||||
apple iphone 18 pro max
|
||||
lena dunham
|
||||
vegas knights
|
||||
skip bayless
|
||||
acura
|
||||
qatar airways
|
||||
charles barkley
|
||||
turkish airlines
|
||||
ayo edebiri
|
||||
who do the spurs play next
|
||||
one championship
|
||||
samsung one ui 8.5 update
|
||||
fabio jackson
|
||||
san antonio
|
||||
shea theodore
|
||||
dodgers game today
|
||||
munetaka murakami
|
||||
dodgers score
|
||||
joe ingles
|
||||
owensboro weather
|
||||
nhl overtime rules
|
||||
kyle tucker
|
||||
pete fairbanks
|
||||
bank
|
||||
ucla
|
||||
housing prices
|
||||
real estate
|
||||
post malone
|
||||
ducks game tonight
|
||||
flor vigna
|
||||
lebron james
|
||||
bronny james
|
||||
austin shooting
|
||||
arthur rinderknech
|
||||
avs vs sporting
|
||||
elena rybakina
|
||||
chris sale
|
||||
bruins
|
||||
sabres game
|
||||
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
|
||||
|
||||
@@ -1,3 +1,129 @@
|
||||
trương mỹ lan
|
||||
công ty cổ phần chứng khoán vndirect
|
||||
giải ngân
|
||||
đào tạo
|
||||
phương oanh
|
||||
petrolimex
|
||||
trần đình long
|
||||
trương lăng hách
|
||||
jürgen klopp
|
||||
kinh doanh
|
||||
liên minh châu âu
|
||||
nhà ở xã hội
|
||||
việt nam
|
||||
phạm nhật vượng
|
||||
sơn ngọc minh
|
||||
mẹ kế
|
||||
nguyễn thị kim tiến
|
||||
cá cược bóng đá
|
||||
xe tải
|
||||
thaiticketmajor
|
||||
tổng công ty điện lực dầu khí việt nam
|
||||
agribank
|
||||
hòa minzy
|
||||
nghị định 168/2024/nđ–cp
|
||||
thúy diễm
|
||||
lụt
|
||||
hans-dieter flick
|
||||
thuế quan
|
||||
okc
|
||||
hóa đơn điện tử
|
||||
bó hoa
|
||||
bạc
|
||||
viên chức
|
||||
nguyễn thị thanh nhàn
|
||||
sính lễ
|
||||
mai ngọc
|
||||
nguyễn thanh tùng
|
||||
nguyễn quang hải
|
||||
paris fc vs psg
|
||||
chuyển nhượng
|
||||
tòa án
|
||||
biển đăng ký xe
|
||||
thành phố huế
|
||||
cục cảnh sát giao thông
|
||||
v-varen nagasaki đấu với vissel kobe
|
||||
tổng công ty cảng hàng không việt nam
|
||||
tiền lương
|
||||
đảo nhân tạo
|
||||
lich âm
|
||||
擎天崗
|
||||
mưa đá
|
||||
bh media
|
||||
timberwolves vs spurs
|
||||
đá hoài ân
|
||||
quyền linh
|
||||
phòng cháy chữa cháy
|
||||
cặp đôi
|
||||
kim thư
|
||||
cảnh sát giao thông
|
||||
cổ tức
|
||||
trần ngọc vàng
|
||||
trung nam hải
|
||||
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
|
||||
@@ -21,10 +147,8 @@ 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
|
||||
học
|
||||
bảo hiểm xã hội
|
||||
thi sinh thi tốt nghiệp thpt
|
||||
@@ -57,7 +181,6 @@ hà giang
|
||||
bia
|
||||
trọng tài
|
||||
thu nhập cá nhân
|
||||
phương oanh
|
||||
thiếu tướng quân đội nhân dân việt nam
|
||||
lịch nghỉ 2 9
|
||||
dân việt
|
||||
@@ -75,126 +198,3 @@ nhiệt độ tphcm
|
||||
venezuela
|
||||
học bổng
|
||||
giáo sư
|
||||
denver nuggets
|
||||
dog
|
||||
efootball
|
||||
free fire
|
||||
quang minh và hồng đào
|
||||
giá gas
|
||||
lakers vs rockets
|
||||
đua xe đạp
|
||||
đô la mỹ
|
||||
hoài linh
|
||||
chess
|
||||
đường cao tốc
|
||||
giáp
|
||||
nguyễn đình bắc
|
||||
avispa đấu với sanfrecce
|
||||
thừa kế
|
||||
hoa hậu việt nam
|
||||
nguyễn xuân bắc
|
||||
áp thấp nhiệt đới
|
||||
tàu
|
||||
nte code
|
||||
bảo tín minh châu
|
||||
cà phê
|
||||
one ui 8.5
|
||||
nguyễn huy hoàng
|
||||
dự án nuôi em
|
||||
đơn vị sự nghiệp công lập
|
||||
nợ xấu
|
||||
bộ trưởng bộ giáo dục và đào tạo việt nam
|
||||
thành phố trực thuộc trung ương
|
||||
âm vang tổ quốc
|
||||
jennie
|
||||
charlie nguyễn
|
||||
nanaimoteuthis
|
||||
cảng
|
||||
vneid
|
||||
sri lanka
|
||||
hội đồng giám mục việt nam
|
||||
an ninh kinh tế
|
||||
kfc
|
||||
đội tuyển bóng chuyền nữ quốc gia việt nam
|
||||
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
|
||||
|
||||
557
data/map.json
557
data/map.json
@@ -18,6 +18,10 @@
|
||||
{
|
||||
"id": "Tokyo",
|
||||
"name": "Tokyo (东京)"
|
||||
},
|
||||
{
|
||||
"id": "Osaka",
|
||||
"name": "Osaka (大阪)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -40,207 +44,209 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "PH",
|
||||
"name": "Philippines (菲律宾)",
|
||||
"keyword_file": "kw_PH.txt",
|
||||
{
|
||||
"id": "PH",
|
||||
"name": "Philippines (菲律宾)",
|
||||
"keyword_file": "kw_PH.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Manila",
|
||||
"name": "Manila (马尼拉)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Manila",
|
||||
"name": "Manila (马尼拉)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "TH",
|
||||
"name": "Thailand (泰国)",
|
||||
"keyword_file": "kw_TH.txt",
|
||||
{
|
||||
"id": "TH",
|
||||
"name": "Thailand (泰国)",
|
||||
"keyword_file": "kw_TH.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Bangkok",
|
||||
"name": "Bangkok (曼谷)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Bangkok",
|
||||
"name": "Bangkok (曼谷)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "KH",
|
||||
"name": "Cambodia (柬埔寨)",
|
||||
"keyword_file": "kw_KH.txt",
|
||||
{
|
||||
"id": "KH",
|
||||
"name": "Cambodia (柬埔寨)",
|
||||
"keyword_file": "kw_KH.txt",
|
||||
"states": [
|
||||
{ "id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{ "id": "PhnomPenh",
|
||||
"name": "Phnom Penh (金边)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "PhnomPenh",
|
||||
"name": "Phnom Penh (金边)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "MM",
|
||||
"name": "Myanmar (缅甸)",
|
||||
"keyword_file": "kw_MM.txt",
|
||||
{
|
||||
"id": "MM",
|
||||
"name": "Myanmar (缅甸)",
|
||||
"keyword_file": "kw_MM.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Yangon",
|
||||
"name": "Yangon (仰光)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Yangon",
|
||||
"name": "Yangon (仰光)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "LA",
|
||||
"name": "Laos (老挝)",
|
||||
"keyword_file": "kw_LA.txt",
|
||||
{
|
||||
"id": "LA",
|
||||
"name": "Laos (老挝)",
|
||||
"keyword_file": "kw_LA.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Vientiane",
|
||||
"name": "Vientiane (万象)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Vientiane",
|
||||
"name": "Vientiane (万象)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ID",
|
||||
"name": "Indonesia (印度尼西亚)",
|
||||
"keyword_file": "kw_ID.txt",
|
||||
{
|
||||
"id": "ID",
|
||||
"name": "Indonesia (印度尼西亚)",
|
||||
"keyword_file": "kw_ID.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Jakarta",
|
||||
"name": "Jakarta (雅加达)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Jakarta",
|
||||
"name": "Jakarta (雅加达)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "IN",
|
||||
"name": "India (印度)",
|
||||
"keyword_file": "kw_IN.txt",
|
||||
{
|
||||
"id": "IN",
|
||||
"name": "India (印度)",
|
||||
"keyword_file": "kw_IN.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Delhi",
|
||||
"name": "Delhi (新德里)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Delhi",
|
||||
"name": "Delhi (新德里)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "MN",
|
||||
"name": "Mongolia (蒙古)",
|
||||
"keyword_file": "kw_MN.txt",
|
||||
{
|
||||
"id": "MN",
|
||||
"name": "Mongolia (蒙古)",
|
||||
"keyword_file": "kw_MN.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Ulaanbaatar",
|
||||
"name": "Ulaanbaatar (乌兰巴托)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Ulaanbaatar",
|
||||
"name": "Ulaanbaatar (乌兰巴托)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NP",
|
||||
"name": "Nepal (尼泊尔)",
|
||||
"keyword_file": "kw_NP.txt",
|
||||
{
|
||||
"id": "NP",
|
||||
"name": "Nepal (尼泊尔)",
|
||||
"keyword_file": "kw_NP.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Kathmandu",
|
||||
"name": "Kathmandu (加德满都)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Kathmandu",
|
||||
"name": "Kathmandu (加德满都)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "BD",
|
||||
"name": "Bangladesh (孟加拉)",
|
||||
"keyword_file": "kw_BD.txt",
|
||||
{
|
||||
"id": "BD",
|
||||
"name": "Bangladesh (孟加拉)",
|
||||
"keyword_file": "kw_BD.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Dhaka",
|
||||
"name": "Dhaka (达卡)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Dhaka",
|
||||
"name": "Dhaka (达卡)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "AE",
|
||||
"name": "United Arab Emirates (阿联酋)",
|
||||
"keyword_file": "kw_AE.txt",
|
||||
{
|
||||
"id": "AE",
|
||||
"name": "United Arab Emirates (阿联酋)",
|
||||
"keyword_file": "kw_AE.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Dubai",
|
||||
"name": "Dubai (迪拜)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Dubai",
|
||||
"name": "Dubai (迪拜)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "SA",
|
||||
"name": "Saudi Arabia (沙特阿拉伯)",
|
||||
"keyword_file": "kw_SA.txt",
|
||||
{
|
||||
"id": "SA",
|
||||
"name": "Saudi Arabia (沙特阿拉伯)",
|
||||
"keyword_file": "kw_SA.txt",
|
||||
"states": [
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
{
|
||||
"id": "Default",
|
||||
"name": "Default State",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Riyadh",
|
||||
"name": "Riyadh (利雅得)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "Riyadh",
|
||||
"name": "Riyadh (利雅得)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "KR",
|
||||
@@ -276,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 (越南)",
|
||||
@@ -480,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 (加州)",
|
||||
@@ -488,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 (伊利诺伊州)",
|
||||
@@ -504,6 +591,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "KS",
|
||||
"name": "Kansas (堪萨斯州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Kansas_City",
|
||||
"name": "Kansas City (堪萨斯城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NC",
|
||||
"name": "North Carolina (北卡罗来纳州)",
|
||||
@@ -514,6 +611,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NJ",
|
||||
"name": "New Jersey (新泽西州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Newark",
|
||||
"name": "Newark (纽瓦克)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "NV",
|
||||
"name": "Nevada (内华达州)",
|
||||
@@ -524,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 (俄勒冈州)",
|
||||
@@ -534,36 +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": "AZ",
|
||||
"name": "Arizona (亚利桑那州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Phoenix",
|
||||
"name": "Phoenix (凤凰城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "TX",
|
||||
"name": "Texas (得克萨斯州)",
|
||||
@@ -579,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 (盐湖城)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -599,62 +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": "Hawaii",
|
||||
"name": "Hawaii",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Honolulu",
|
||||
"name": "Honolulu (檀香山)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "GA",
|
||||
"name": "Georgia (佐治亚州)",
|
||||
"cities": [
|
||||
{
|
||||
"id": "Atlanta",
|
||||
"name": "Atlanta (亚特兰大)"
|
||||
"id": "Seattle",
|
||||
"name": "Seattle (西雅图)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -770,4 +817,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +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://www.khaleejtimes.com/", "https://gulfnews.com/", "https://www.thenationalnews.com/", "https://www.arabianbusiness.com/", "https://www.emirates247.com/", "https://u.ae/", "https://www.mofa.gov.ae/", "https://www.centralbank.ae/", "https://www.etisalat.ae/", "https://www.du.ae/", "https://www.noon.com/uae-en/", "https://www.amazon.ae/", "https://www.careem.com/", "https://www.talabat.com/uae/" ], "static_urls": [ "https://u.ae/", "https://www.centralbank.ae/", "https://gulfnews.com/", "https://www.khaleejtimes.com/", "https://www.thenationalnews.com/" ] } }
|
||||
{
|
||||
"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/CBMilAFBVV95cUxOdldwRDdHQWZzYUVWaFE3c3B0cHhfbEdhUWVIbEtjYUlsYkxPZFpCX0R5ZXlvc2ZHRkZoLVVxZVVhbGRGcmJqeFRma3N5Qnh6ek5aTDVkYmo0YTlINkFlSDJ2SUhfZXhDZzlLOUtSZTBEM2NNcEdzZUJsMFpXUEh4QzVaLXJrSUd3bVRoV3F2czQzRFBj?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxOSTFZQ21wQkNPSFEtSXg0YXJ5WXNYVTBwQ1UtLWtHY2FkSk5BNXZjU1hrZDNKTlQ5enppX2pOTUVlaTFKdHJwakU2RHdmS0FMbmQ0Uy1vNFM2Z2VUcTVDanZMc1EwazNLNWxhcXFSb250M1gwMzExVlI2QzhENFZmbndaaWthMWNpNG9iV0E3dVNWa1FSdG1FNk82SmhNODNuUTF6bmpybk5VdG5adDg4cEtyR0ZFQmQ5TGc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijwFBVV95cUxPX1FWeUc0alVDNzBDRThiZ2kyUW9oYzVBS25VUjRyZzJRcElLU1RNMXdZcThMSnltckMtWEdvVTM4RXRsYV9HT1dSOXAyeWVycGJoT0JYeGhzeHBwR3lHRjZDcEVDX1c1NTZHeW5XdlUzcXRNd3dpS0ZQU1dlb1VUdkhsSndVTXZVVnV6MUkwVQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMieEFVX3lxTFBFLVlKc2hURkJPNjJPUTdPZ2lOdVlTcW4zblZ0c0d3b1FNRDRYdS1WdHhqQ1RmUXVsVmhra3dVRGwzRndzcVpmTWN2b1dkMS03TVBNZW4ydzRrWnpoUDFqTlU2MXB4elh1aHhQRHlJaC1EOHRrRFkxNQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiygFBVV95cUxNXy15Xzh6OWwxVE1XUDlFekI5QlFKN2luOF9Hek5NbVB2R2hnRTBpOW10a3RDeW15c0J6UnlFWk9VaDI3TVdpY1RjWXFEREFkSWUtbjktS0VGRHptSG9Cbkl0b2dUUldpblRYRVktUkg0OWNKbDhyZVlfYkh5NFVwRWZ4aWJlMHlfUnZqdXY3dTNPZXhKRGlnOVg5dFdHcUdBQkNrRTZtUkNXVnNmcGVnN0JFMXA0UXBGSGRLaElNLVpGVjVDMW9XVVVn?oc=5",
|
||||
"https://www.thenationalnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMi5gFBVV95cUxNU2xsVUY4TXdrcl9RUjZFRTF4UmRibjJleGNXVGRFTXhPU2xES1RNOGRHT0NDdVQtZVBlQVZ0Ykpid2UzY3MxeFhLRHFSQkFDSjRKNkdCNjNjUWNSTlJvclQxTFRLREJDLWJyWXpHRDc3cl9Qc1Y0amF0enFqdEpYcEoyU1Y4SW9mcFo2eWo2U3d0bklFMG5KdEpLbzZpZkd2Qm9pcUU3TTVQcFlrQnZTeVNBd3o3VVJDVEtoUnRmN05qSVU0NGJ5bGhQdnpJVWVHSkM0Ty15OW0tWHhWOGhPd0hYUlpwUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6AFBVV95cUxOQXlfNVllTFhVVVpuUkFXX0R4c19reXBDX3FGN0NRMDVRcUZQUndyMXJOTDNIQVloZVBJNTZsdXNseXUtNDVVWGIwWE9yWDJTVHUwWTQ4SXlXbnJxTzQ4R1pPZ3ZFOGM1eUdwY0dqM1FzNV9WZ3lfVzVkRVkyUUtfbHlsWHFOb2EyX3RsMHdtcnJDajBrNDJOd1B1QmNPb3hRUlkwblZOakNfZjhrMDBhYTRYSlpMcUI5aUVfQ3BKZHdLNldhV0Q3UXpEM2JGeHJwdXZYNFZNQVRBcXZtallINGtsOTJaMm9H?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxQaWxJMzlPU3NreEhRTDhMR0VURkZ1eWZOYzJCOG8wUGNtcWUxVVRteVU2Zm1pUDVORlBHdWFUcUE2Q0xTRl8tNVhBdktoTGs4cnh1ck1MTFpObWtQSnpHclBWd1YyQlYxSmNxVkZ0TTNUTk1xU2RYblZMYVlHWEtrVDdkalhuLWlqY0tJUEFsS1RQWjBxYlB6YUhUVUt3c3hCREJCT1R4eWdzMWZnWDlMaExXUW5fRzRsSDlVZDNrT3dXM3dDc3EzTEZ3ZXE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxQaFJ4MGxZa1VrY3lKT0l5VXpfZThZTXBSc2dibG5oeEtCNDJZZ2tSSnZBOWRWSnNtdkpIc2hENFE3NVB2S2hFczNMblBLR2gxQk1QOFAzeFR0S3Z1ZVhJQUFjZ2taT0U2WTJwc1g3cXZXUUFZc0QtbUFwODZRcHI3RHlZYk1BTk1rYzVxczFITzVUNkRP?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitgFBVV95cUxQeERxNWlGRENQcVNfbjhTZWoxLWN0X3N6a3BHN0hmR2lpSVM0cXZJRHQxMEY0YjU4WFJIS2dsUEVHXzJneDU0dkRsdGRYUm1VcWZfOTdsY3lnQzNWTWlHcFVibXEzQklZdnB3RUZ4dGUybEdQT3hiNGwtdTAyQ2FsU1NJWTNGYWlVVFEzaHRrMENxNXBfa0l5ZlBVOWljYW5DTnVuMzlweDNjZVVlcWc1aGlnODBFdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiY0FVX3lxTE5Ib2tUT0l3Q3p5bUcxaWRZck5qVE81TU52UWp0Y0w1RF9Sb0V3WEtPV2FRd1Z5cHZyNFR0WHlMU0h3LTFDZGMyOXZ3cDBFU0VhU2IwMVZlQ3hvdlh6Y1ZCLWdBZw?oc=5",
|
||||
"https://gulfnews.com/",
|
||||
"https://www.khaleejtimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMixgFBVV95cUxPaHFLM1dpZ3BJZ2NhZUFKVkliVUdxU1lqR1VGNGRpbTNFS2xjcERuTG5XbWpEUlRBTHBrVFY5cGpyenNOdTJtV0xMOTFSYm5UMXhVbGRaN1F3enprNklGYXdtNjgyTTFmS1QxTlA1SVh0aDF0UXhTQmNCdjlLYXhZSUVOZ3FrbC1ocVN5MHllMFN2ODZ1WmwzbGNxTGE2QXRFQXNZQk1KXzJRLTlpRmYxV2s0c3FJdG1xbjdYb2xuTDJBZW94d2c?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuwFBVV95cUxOLTgwa1JNd3dHaWktdklXY3daYTVQLTE1U3hZeEpIbnplZE84NmtQaEFkSWpUalQ2OVRVVGM3eF9XZGYzeVhoSUktMGFpOS1EWGlSS1hVRTJoejJFQW01dkM4UWlQYnhaeXhtRzBuZUs3QjV2QlRFRVM5SWtEMlVfMzY2UEtqTWM1UG8zNWJEZmx0V1VIOXBCTFF0ejV1Ymc5QnE0MDJPbG16eEFxYmdrV0JEZk8yeVJBdk93?oc=5",
|
||||
"https://u.ae/",
|
||||
"https://www.centralbank.ae/",
|
||||
"https://news.google.com/rss/articles/CBMiV0FVX3lxTE4wdDNXTE00dXRTckQ4WDZSWC13SmwzbXNHVGw2TWE2dkxzczRyYms1SldITndwblo0MlQtOWlhb0Jqemd1bUhrWU15aTlNb01kRXJQRkxNNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiywFBVV95cUxQODJnbUY1ZlRTRmlvaFZTRzhjV3VJV1o2U0ZmQ3NVc0p4bFZqQ0x3UXMxSjc1aXRJZi1rcUtFYXVUazVHaURXRTZ4MHR1ZVRXaEhmV2dtSzB3RzFkb3FuMHNWWC1oQmV4LTFVUUs4WVl5YlF3WHlVNGlhMGhOYVBHZGZ3QXhURW5OdWZWbGtFeG1qZ3NvWnVjVmJuemR2dEpoLUd1dGVyQVlJdDFwLUlzQW41NEUxb0FEYVJCSzdtMzdMMWxVdlFoVXM1OA?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-08/police-release-cctv-in-temora-fatal-shooting-investigation/106658298",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/teens-jailed-over-largest-cocaine-bust/106658618",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/archibald-prize-winner-2026-richard-lewer-iluwanti-ken/106616630",
|
||||
"https://www.abc.net.au/news/2026-05-21/aflw-2026-fixture-released-featuring-double-headers/106706530",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/antisemitism-social-cohesion-royal-commission-mardi-gras/106656756",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/afp-charge-men-possession-of-violent-extremist-material-isis/106659244",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/ex-knox-teacher-sentenced-over-child-grooming-charges/106658214",
|
||||
"https://www.abc.net.au/news/2026-05-08/aiva-anagnostiadis-gt4-italy-series-promodrive-team/106657860",
|
||||
"https://www.abc.net.au/news/2026-05-08/farrer-byelection-voters-embrace-change/106644364",
|
||||
"https://www.abc.net.au/news/2026-05-08/anika-wells-repays-travel-costs-afl-grand-final/106658202",
|
||||
"https://www.abc.net.au/news/2026-05-21/jai-arrow-motor-neurone-disease-cause-symptoms-explained/106705760",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/nsw-womens-origin-isabelle-kelly-whitewash/106707156",
|
||||
"https://www.abc.net.au/news/2026-05-21/tasmanian-state-budget-2026-cuts-and-debt/106695336",
|
||||
"https://www.abc.net.au/news/2026-05-21/paedophile-peter-liddy-release-prompts-government-response/106706194",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/nt-government-child-protection-review-kumanjayi-little-baby/106658462",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/wa-budget-how-to-claim-cost-of-living-relief/106657878",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/e-mobility-parliamentary-committtee-report-proposed-law-changes/106654856",
|
||||
"https://www.abc.net.au/news/2026-05-08/china-former-defence-ministers-sentenced-after-purge/106657326",
|
||||
"https://www.abc.net.au/news/2026-05-08/man-jailed-over-axe-crime-spree-sarina/106656834",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/us-iran-attacks-strait-of-hormuz-tensions-ceasefire-threat/106657022"
|
||||
"https://www.abc.net.au/news/2026-05-21/rockhampton-plaza-hotel-sold-at-auction/106680274",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/ndis-integrity-parliamentary-inquiry-whistleblower-protections/106696094",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/kiesha-thompson-hit-run-murder-court-larissa-sant/106705466",
|
||||
"https://www.abc.net.au/news/2026-05-21/coles-investigating-melbourne-mum-s-2-000-apple-gift-card-sc/106705738",
|
||||
"https://www.abc.net.au/news/2026-05-21/act-what-you-need-to-know-about-public-school-staff-strike/106705044",
|
||||
"https://www.abc.net.au/news/2026-05-21/irma-palasics-steve-fabriczy-million-dollar-cigarette-conspiracy/106705326",
|
||||
"https://www.abc.net.au/news/2026-05-21/west-australian-family-story-shines-spotlight-on-dementia/106697206",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/federal-and-sa-politicians-split-on-gas-fracking/106706402",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/science/2026-05-21/ev-sales-are-growing-worldwide-as-china-dominates/106705288",
|
||||
"https://www.abc.net.au/news/2026-05-21/wa-perth-council-mergers-began-with-colin-barnett/106705530",
|
||||
"https://www.seek.com.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-21/ndis-integrity-parliamentary-inquiry-whistleblower-protections/106696094",
|
||||
"https://www.abc.net.au/news/2026-05-21/paedophile-peter-liddy-release-prompts-government-response/106706194",
|
||||
"https://www.abc.net.au/news/2026-05-21/coles-investigating-melbourne-mum-s-2-000-apple-gift-card-sc/106705738",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/teens-jailed-over-largest-cocaine-bust/106658618",
|
||||
"https://www.abc.net.au/news/2026-05-08/man-jailed-over-axe-crime-spree-sarina/106656834",
|
||||
"https://www.abc.net.au/news/2026-05-08/police-release-cctv-in-temora-fatal-shooting-investigation/106658298",
|
||||
"https://www.abc.net.au/news/science/2026-05-21/ev-sales-are-growing-worldwide-as-china-dominates/106705288",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/nt-government-child-protection-review-kumanjayi-little-baby/106658462",
|
||||
"https://www.abc.net.au/news/2026-05-08/us-iran-attacks-strait-of-hormuz-tensions-ceasefire-threat/106657022",
|
||||
"https://www.abc.net.au/news/2026-05-08/e-mobility-parliamentary-committtee-report-proposed-law-changes/106654856",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/archibald-prize-winner-2026-richard-lewer-iluwanti-ken/106616630",
|
||||
"https://www.abc.net.au/news/2026-05-08/antisemitism-social-cohesion-royal-commission-mardi-gras/106656756",
|
||||
"https://www.abc.net.au/news/2026-05-08/china-former-defence-ministers-sentenced-after-purge/106657326",
|
||||
"https://www.abc.net.au/news/2026-05-08/wa-budget-how-to-claim-cost-of-living-relief/106657878",
|
||||
"https://www.abc.net.au/news/2026-05-21/tasmanian-state-budget-2026-cuts-and-debt/106695336",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/anika-wells-repays-travel-costs-afl-grand-final/106658202",
|
||||
"https://www.abc.net.au/news/2026-05-08/ex-knox-teacher-sentenced-over-child-grooming-charges/106658214",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/kiesha-thompson-hit-run-murder-court-larissa-sant/106705466",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/aiva-anagnostiadis-gt4-italy-series-promodrive-team/106657860",
|
||||
"https://www.abc.net.au/news/2026-05-08/afp-charge-men-possession-of-violent-extremist-material-isis/106659244",
|
||||
"https://www.abc.net.au/news/2026-05-08/farrer-byelection-voters-embrace-change/106644364",
|
||||
"https://www.abc.net.au/news/2026-05-21/act-what-you-need-to-know-about-public-school-staff-strike/106705044",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.seek.com.au/"
|
||||
"https://www.abc.net.au/news/2026-05-21/west-australian-family-story-shines-spotlight-on-dementia/106697206",
|
||||
"https://www.abc.net.au/news/2026-05-21/irma-palasics-steve-fabriczy-million-dollar-cigarette-conspiracy/106705326",
|
||||
"https://www.abc.net.au/news/2026-05-21/aflw-2026-fixture-released-featuring-double-headers/106706530",
|
||||
"https://www.abc.net.au/news/2026-05-21/nsw-womens-origin-isabelle-kelly-whitewash/106707156",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/federal-and-sa-politicians-split-on-gas-fracking/106706402",
|
||||
"https://www.abc.net.au/news/2026-05-21/jai-arrow-motor-neurone-disease-cause-symptoms-explained/106705760",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/rockhampton-plaza-hotel-sold-at-auction/106680274",
|
||||
"https://www.abc.net.au/news/2026-05-21/wa-perth-council-mergers-began-with-colin-barnett/106705530"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/afp-charge-men-possession-of-violent-extremist-material-isis/106659244",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/police-release-cctv-in-temora-fatal-shooting-investigation/106658298",
|
||||
"https://www.abc.net.au/news/2026-05-08/us-iran-attacks-strait-of-hormuz-tensions-ceasefire-threat/106657022",
|
||||
"https://www.abc.net.au/news/2026-05-08/man-jailed-over-axe-crime-spree-sarina/106656834",
|
||||
"https://www.abc.net.au/news/2026-05-08/ex-knox-teacher-sentenced-over-child-grooming-charges/106658214",
|
||||
"https://www.abc.net.au/news/2026-05-08/e-mobility-parliamentary-committtee-report-proposed-law-changes/106654856",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/china-former-defence-ministers-sentenced-after-purge/106657326",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/antisemitism-social-cohesion-royal-commission-mardi-gras/106656756",
|
||||
"https://www.abc.net.au/news/2026-05-08/wa-budget-how-to-claim-cost-of-living-relief/106657878",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/anika-wells-repays-travel-costs-afl-grand-final/106658202",
|
||||
"https://www.abc.net.au/news/2026-05-08/nt-government-child-protection-review-kumanjayi-little-baby/106658462",
|
||||
"https://www.abc.net.au/news/2026-05-08/archibald-prize-winner-2026-richard-lewer-iluwanti-ken/106616630",
|
||||
"https://www.abc.net.au/news/2026-05-21/rockhampton-plaza-hotel-sold-at-auction/106680274",
|
||||
"https://www.abc.net.au/news/2026-05-21/tasmanian-state-budget-2026-cuts-and-debt/106695336",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/aiva-anagnostiadis-gt4-italy-series-promodrive-team/106657860",
|
||||
"https://www.abc.net.au/news/2026-05-08/farrer-byelection-voters-embrace-change/106644364",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/teens-jailed-over-largest-cocaine-bust/106658618"
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/irma-palasics-steve-fabriczy-million-dollar-cigarette-conspiracy/106705326",
|
||||
"https://www.abc.net.au/news/2026-05-21/act-what-you-need-to-know-about-public-school-staff-strike/106705044",
|
||||
"https://www.abc.net.au/news/2026-05-21/coles-investigating-melbourne-mum-s-2-000-apple-gift-card-sc/106705738",
|
||||
"https://www.abc.net.au/news/2026-05-21/kiesha-thompson-hit-run-murder-court-larissa-sant/106705466",
|
||||
"https://www.abc.net.au/news/2026-05-21/federal-and-sa-politicians-split-on-gas-fracking/106706402",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/nsw-womens-origin-isabelle-kelly-whitewash/106707156",
|
||||
"https://www.abc.net.au/news/2026-05-21/aflw-2026-fixture-released-featuring-double-headers/106706530",
|
||||
"https://www.abc.net.au/news/science/2026-05-21/ev-sales-are-growing-worldwide-as-china-dominates/106705288",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/jai-arrow-motor-neurone-disease-cause-symptoms-explained/106705760",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/wa-perth-council-mergers-began-with-colin-barnett/106705530",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/west-australian-family-story-shines-spotlight-on-dementia/106697206",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/ndis-integrity-parliamentary-inquiry-whistleblower-protections/106696094",
|
||||
"https://www.abc.net.au/news/2026-05-21/paedophile-peter-liddy-release-prompts-government-response/106706194",
|
||||
"https://www.realestate.com.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-08/teens-jailed-over-largest-cocaine-bust/106658618",
|
||||
"https://www.abc.net.au/news/2026-05-08/man-jailed-over-axe-crime-spree-sarina/106656834",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/nt-government-child-protection-review-kumanjayi-little-baby/106658462",
|
||||
"https://www.abc.net.au/news/2026-05-08/antisemitism-social-cohesion-royal-commission-mardi-gras/106656756",
|
||||
"https://www.abc.net.au/news/2026-05-08/afp-charge-men-possession-of-violent-extremist-material-isis/106659244",
|
||||
"https://www.abc.net.au/news/2026-05-08/china-former-defence-ministers-sentenced-after-purge/106657326",
|
||||
"https://www.abc.net.au/news/2026-05-08/ex-knox-teacher-sentenced-over-child-grooming-charges/106658214",
|
||||
"https://www.abc.net.au/news/2026-05-08/us-iran-attacks-strait-of-hormuz-tensions-ceasefire-threat/106657022",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/farrer-byelection-voters-embrace-change/106644364",
|
||||
"https://www.abc.net.au/news/2026-05-08/wa-budget-how-to-claim-cost-of-living-relief/106657878",
|
||||
"https://www.abc.net.au/news/2026-05-08/anika-wells-repays-travel-costs-afl-grand-final/106658202",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/e-mobility-parliamentary-committtee-report-proposed-law-changes/106654856",
|
||||
"https://www.abc.net.au/news/2026-05-08/police-release-cctv-in-temora-fatal-shooting-investigation/106658298",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/aiva-anagnostiadis-gt4-italy-series-promodrive-team/106657860",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/archibald-prize-winner-2026-richard-lewer-iluwanti-ken/106616630",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/nsw-womens-origin-isabelle-kelly-whitewash/106707156",
|
||||
"https://www.abc.net.au/news/science/2026-05-21/ev-sales-are-growing-worldwide-as-china-dominates/106705288",
|
||||
"https://www.abc.net.au/news/2026-05-21/tasmanian-state-budget-2026-cuts-and-debt/106695336",
|
||||
"https://www.abc.net.au/news/2026-05-21/federal-and-sa-politicians-split-on-gas-fracking/106706402",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/ndis-integrity-parliamentary-inquiry-whistleblower-protections/106696094",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/act-what-you-need-to-know-about-public-school-staff-strike/106705044",
|
||||
"https://www.abc.net.au/news/2026-05-21/coles-investigating-melbourne-mum-s-2-000-apple-gift-card-sc/106705738",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/wa-perth-council-mergers-began-with-colin-barnett/106705530",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.coles.com.au/"
|
||||
"https://www.abc.net.au/news/2026-05-21/kiesha-thompson-hit-run-murder-court-larissa-sant/106705466",
|
||||
"https://www.abc.net.au/news/2026-05-21/west-australian-family-story-shines-spotlight-on-dementia/106697206",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/aflw-2026-fixture-released-featuring-double-headers/106706530",
|
||||
"https://www.abc.net.au/news/2026-05-21/paedophile-peter-liddy-release-prompts-government-response/106706194",
|
||||
"https://www.abc.net.au/news/2026-05-21/irma-palasics-steve-fabriczy-million-dollar-cigarette-conspiracy/106705326",
|
||||
"https://www.abc.net.au/news/2026-05-21/jai-arrow-motor-neurone-disease-cause-symptoms-explained/106705760",
|
||||
"https://my.gov.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/rockhampton-plaza-hotel-sold-at-auction/106680274"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/anika-wells-repays-travel-costs-afl-grand-final/106658202",
|
||||
"https://www.abc.net.au/news/2026-05-08/teens-jailed-over-largest-cocaine-bust/106658618",
|
||||
"https://www.abc.net.au/news/2026-05-08/china-former-defence-ministers-sentenced-after-purge/106657326",
|
||||
"https://www.abc.net.au/news/2026-05-08/us-iran-attacks-strait-of-hormuz-tensions-ceasefire-threat/106657022",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/wa-budget-how-to-claim-cost-of-living-relief/106657878",
|
||||
"https://www.abc.net.au/news/2026-05-08/archibald-prize-winner-2026-richard-lewer-iluwanti-ken/106616630",
|
||||
"https://www.abc.net.au/news/2026-05-08/e-mobility-parliamentary-committtee-report-proposed-law-changes/106654856",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/man-jailed-over-axe-crime-spree-sarina/106656834",
|
||||
"https://www.abc.net.au/news/2026-05-08/aiva-anagnostiadis-gt4-italy-series-promodrive-team/106657860",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/farrer-byelection-voters-embrace-change/106644364",
|
||||
"https://www.abc.net.au/news/2026-05-08/afp-charge-men-possession-of-violent-extremist-material-isis/106659244",
|
||||
"https://www.abc.net.au/news/2026-05-08/antisemitism-social-cohesion-royal-commission-mardi-gras/106656756",
|
||||
"https://www.abc.net.au/news/2026-05-21/ndis-integrity-parliamentary-inquiry-whistleblower-protections/106696094",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/nt-government-child-protection-review-kumanjayi-little-baby/106658462",
|
||||
"https://www.abc.net.au/news/2026-05-08/ex-knox-teacher-sentenced-over-child-grooming-charges/106658214",
|
||||
"https://www.abc.net.au/news/2026-05-08/police-release-cctv-in-temora-fatal-shooting-investigation/106658298",
|
||||
"https://www.woolworths.com.au/"
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/science/2026-05-21/ev-sales-are-growing-worldwide-as-china-dominates/106705288",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/act-what-you-need-to-know-about-public-school-staff-strike/106705044",
|
||||
"https://www.abc.net.au/news/2026-05-21/paedophile-peter-liddy-release-prompts-government-response/106706194",
|
||||
"https://www.abc.net.au/news/2026-05-21/west-australian-family-story-shines-spotlight-on-dementia/106697206",
|
||||
"https://www.abc.net.au/news/2026-05-21/irma-palasics-steve-fabriczy-million-dollar-cigarette-conspiracy/106705326",
|
||||
"https://www.abc.net.au/news/2026-05-21/rockhampton-plaza-hotel-sold-at-auction/106680274",
|
||||
"https://www.abc.net.au/news/2026-05-21/kiesha-thompson-hit-run-murder-court-larissa-sant/106705466",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/federal-and-sa-politicians-split-on-gas-fracking/106706402",
|
||||
"https://www.abc.net.au/news/2026-05-21/tasmanian-state-budget-2026-cuts-and-debt/106695336",
|
||||
"https://my.gov.au/",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/aflw-2026-fixture-released-featuring-double-headers/106706530",
|
||||
"https://www.abc.net.au/news/2026-05-21/jai-arrow-motor-neurone-disease-cause-symptoms-explained/106705760",
|
||||
"https://www.abc.net.au/news/2026-05-21/nsw-womens-origin-isabelle-kelly-whitewash/106707156",
|
||||
"https://www.abc.net.au/news/2026-05-21/wa-perth-council-mergers-began-with-colin-barnett/106705530",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-21/coles-investigating-melbourne-mum-s-2-000-apple-gift-card-sc/106705738"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -1 +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/", "https://www.bdnews24.com/", "https://www.prothomalo.com/", "https://www.dhakatribune.com/", "https://www.banglanews24.com/", "https://www.bssnews.net/", "https://bangladesh.gov.bd/", "https://www.bb.org.bd/", "https://mof.gov.bd/", "https://btrc.gov.bd/", "https://www.grameenphone.com/", "https://www.banglalink.net/", "https://www.robi.com.bd/", "https://www.daraz.com.bd/" ], "static_urls": [ "https://bangladesh.gov.bd/", "https://www.bb.org.bd/", "https://www.thedailystar.net/", "https://www.prothomalo.com/", "https://www.bdnews24.com/" ] } }
|
||||
{
|
||||
"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/yet-start-mega-projects-consider-putting-them-hold-3076221",
|
||||
"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/youth/education/campus/news/cu-admin-identifies-2-molesters-3076956",
|
||||
"https://www.thedailystar.net/rohingya-influx/news/rohingya-genocide-case-proceed-3076971",
|
||||
"https://bangladesh.gov.bd/",
|
||||
"https://www.bb.org.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/news/asia/south-asia/news/rajapaksa-ally-elected-lanka-president-3075371",
|
||||
"https://www.thedailystar.net/",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/you-cannot-remain-silent-3076231",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/noab-hikes-newspaper-price-tk-2-jul-25-3076201",
|
||||
"https://www.prothomalo.com/",
|
||||
"https://www.bdnews24.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/politics/environmental-law-changes-major-resource-projects-9.7192022?cmp=rss",
|
||||
"https://www.cbc.ca/news/rubio-pope-leo-trump-9.7191341?cmp=rss",
|
||||
"https://www.cbc.ca/radio/asithappens/elmer-glue-kitten-9.7191582?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/poilievre-keep-fighting-9.7191406?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/toronto/hantavirus-cruise-ontario-passengers-isolating-9.7191211?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/us-sanctions-cuba-sherritt-9.7191593?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/calgary/separatist-activist-quits-chamber-of-commerce-amid-centurion-project-probes-9.7191899?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/trump-global-tariffs-trade-court-9.7191744?cmp=rss",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.cbc.ca/news/canada/sudbury/livestory/boil-water-advistory-sudbury-9.7190991?cmp=rss",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.cbc.ca/news/world/us-intercept-iran-attacks-strait-of-hormuz-9.7191876?cmp=rss",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.cbc.ca/news/canada/ottawa/brockville-police-arrest-17-year-old-after-finding-3-people-dead-in-a-home-9.7192167?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/newfoundland-labrador/livestory/dean-penney-trial-9.7190805?cmp=rss",
|
||||
"https://www.canadapost-postescanada.ca/",
|
||||
"https://www.cbc.ca/news/canada/edmonton/centurion-project-alberta-voters-list-leak-9.7191390?cmp=rss",
|
||||
"https://www.cbc.ca/sports/hockey/pwhl/pwhl-walter-cup-final-game-4-analysis-2026-9.7205996?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/ebola-ontario-resident-test-9.7206357?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/israel-gaza-flotilla-activists-detained-9.7205666?cmp=rss",
|
||||
"https://www.cbc.ca/news/entertainment/stephen-colbert-canadian-moments-9.7204978?cmp=rss",
|
||||
"https://www.cbc.ca/news/business/elon-musk-space-ipo-plans-9.7206396?cmp=rss",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.td.com/",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/canada/calgary/nate-horner-alberta-finance-minister-matt-jones-9.7206189?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/edmonton/alberta-mlas-meet-pro-canada-petition-9.7206136?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/ukraine-increases-defenses-belarus-9.7206199?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/grizzly-fed-smithers-bear-killed-mission-9.7206567?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/canada/edmonton/former-alberta-premier-jason-kenney-personal-data-9.7192054?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/north/franklin-expedition-four-sailors-identified-peglar-9.7189919?cmp=rss"
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/entertainment/spotify-discoball-logo-kerfuffle-9.7206025?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/ice-detention-us-texas-9.7204924?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/livestory/raul-castro-cuba-charges-us-indictment-9.7202193?cmp=rss",
|
||||
"https://www.td.com/",
|
||||
"https://www.cbc.ca/news/canada/cricket-canada-president-house-shooting-9.7206529?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/montreal/gilbert-rozon-pays-no-appeal-9.7206596?cmp=rss",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.cbc.ca/news/politics/carney-touts-energy-bc-meeting-premier-david-eby-9.7206113?cmp=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.canada.ca/en.html",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cbc.ca/news/world/us-intercept-iran-attacks-strait-of-hormuz-9.7191876?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/newfoundland-labrador/livestory/dean-penney-trial-9.7190805?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/rubio-pope-leo-trump-9.7191341?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/north/franklin-expedition-four-sailors-identified-peglar-9.7189919?cmp=rss",
|
||||
"https://www.cbc.ca/radio/asithappens/elmer-glue-kitten-9.7191582?cmp=rss",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.cbc.ca/news/politics/environmental-law-changes-major-resource-projects-9.7192022?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/sudbury/livestory/boil-water-advistory-sudbury-9.7190991?cmp=rss",
|
||||
"https://www.td.com/",
|
||||
"https://www.cbc.ca/news/canada/toronto/hantavirus-cruise-ontario-passengers-isolating-9.7191211?cmp=rss",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/entertainment/stephen-colbert-canadian-moments-9.7204978?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/ukraine-increases-defenses-belarus-9.7206199?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/ice-detention-us-texas-9.7204924?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/israel-gaza-flotilla-activists-detained-9.7205666?cmp=rss",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.canadapost-postescanada.ca/",
|
||||
"https://www.cbc.ca/news/canada/ottawa/brockville-police-arrest-17-year-old-after-finding-3-people-dead-in-a-home-9.7192167?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/us-sanctions-cuba-sherritt-9.7191593?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/carney-touts-energy-bc-meeting-premier-david-eby-9.7206113?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/entertainment/spotify-discoball-logo-kerfuffle-9.7206025?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/calgary/nate-horner-alberta-finance-minister-matt-jones-9.7206189?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/cricket-canada-president-house-shooting-9.7206529?cmp=rss",
|
||||
"https://www.cbc.ca/news/business/elon-musk-space-ipo-plans-9.7206396?cmp=rss",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.cbc.ca/news/world/trump-global-tariffs-trade-court-9.7191744?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/poilievre-keep-fighting-9.7191406?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/edmonton/centurion-project-alberta-voters-list-leak-9.7191390?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/edmonton/former-alberta-premier-jason-kenney-personal-data-9.7192054?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/calgary/separatist-activist-quits-chamber-of-commerce-amid-centurion-project-probes-9.7191899?cmp=rss"
|
||||
"https://www.cbc.ca/news/canada/ebola-ontario-resident-test-9.7206357?cmp=rss",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.cbc.ca/news/world/livestory/raul-castro-cuba-charges-us-indictment-9.7202193?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/grizzly-fed-smithers-bear-killed-mission-9.7206567?cmp=rss",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.cbc.ca/news/canada/edmonton/alberta-mlas-meet-pro-canada-petition-9.7206136?cmp=rss",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/canada/montreal/gilbert-rozon-pays-no-appeal-9.7206596?cmp=rss",
|
||||
"https://www.cbc.ca/sports/hockey/pwhl/pwhl-walter-cup-final-game-4-analysis-2026-9.7205996?cmp=rss",
|
||||
"https://www.canadapost-postescanada.ca/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.canada.ca/en.html",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-104.html",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/google-bewertungen-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/usa-iran-strasse-von-hormus-102.html",
|
||||
"https://www.tagesschau.de/ausland/europa/drohnen-lettland-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-102.html",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-urteil-verteidigungsminister-100.html",
|
||||
"https://www.tagesschau.de/inland/regional/berlin/margot-friedlaender-platz-100.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-usa-zoelle-eu-100.html",
|
||||
"https://www.tagesschau.de/inland/diaeten-erhoehung-bundestagsabgeordnete-100.html",
|
||||
"https://www.tagesschau.de/inland/gesellschaft/aerztemangel-178.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-schwarz-rot-basis-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/us-gericht-trump-zoelle-100.html",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/zivilschutz-dobrindt-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/kabinett-beschluss-fuehrerschein-reform-102.html",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/ausland/putin-in-peking-100.html",
|
||||
"https://www.tagesschau.de/inland/chinesische-spione-muenchen-100.html",
|
||||
"https://www.tagesschau.de/kultur/tote-hosen-ticketpreise-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-nikkei-nvidia-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/honig-imker-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/iran-krieg-wind-solar-boerse-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/organspende-258.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/bundeswehr-wehrdienst-frageboegen-100.html",
|
||||
"https://www.sparkasse.de/"
|
||||
"https://www.tagesschau.de/ausland/amerika/castro-klage-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/spacex-boersengang-100.html",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/commerzbank-hauptversammlung-unicredit-100.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-sieben-jahre-selenskyj-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/russland-militaer-geheimprojekt-ruestung-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/boerse-516.html",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/dax-nikkei-nvidia-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/gastgewerbe-umsatz-100.html",
|
||||
"https://www.rewe.de/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/google-bewertungen-100.html",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/bundeswehr-wehrdienst-frageboegen-100.html",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/drohnen-lettland-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-urteil-verteidigungsminister-100.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/iran-krieg-wind-solar-boerse-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/usa-iran-strasse-von-hormus-102.html",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-schwarz-rot-basis-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/us-gericht-trump-zoelle-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-102.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/inland/regional/berlin/margot-friedlaender-platz-100.html",
|
||||
"https://www.tagesschau.de/inland/diaeten-erhoehung-bundestagsabgeordnete-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-104.html",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/organspende-258.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-usa-zoelle-eu-100.html",
|
||||
"https://www.tagesschau.de/inland/gesellschaft/aerztemangel-178.html"
|
||||
"https://www.tagesschau.de/inland/chinesische-spione-muenchen-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-sieben-jahre-selenskyj-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/kultur/tote-hosen-ticketpreise-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/russland-militaer-geheimprojekt-ruestung-100.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/zivilschutz-dobrindt-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/boerse-516.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/gastgewerbe-umsatz-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/commerzbank-hauptversammlung-unicredit-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-nikkei-nvidia-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/spacex-boersengang-100.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/honig-imker-100.html",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/kabinett-beschluss-fuehrerschein-reform-102.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/castro-klage-100.html",
|
||||
"https://www.tagesschau.de/ausland/putin-in-peking-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/dax-nikkei-nvidia-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.arbeitsagentur.de/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.tagesschau.de/inland/innenpolitik/bundeswehr-wehrdienst-frageboegen-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-urteil-verteidigungsminister-100.html",
|
||||
"https://www.tagesschau.de/inland/regional/berlin/margot-friedlaender-platz-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/organspende-258.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-104.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/zivilschutz-dobrindt-100.html",
|
||||
"https://www.tagesschau.de/ausland/putin-in-peking-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tum.de/",
|
||||
"https://www.spiegel.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/google-bewertungen-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/commerzbank-hauptversammlung-unicredit-100.html",
|
||||
"https://www.ebay.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/us-gericht-trump-zoelle-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/usa-iran-strasse-von-hormus-102.html",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-sieben-jahre-selenskyj-100.html",
|
||||
"https://www.tagesschau.de/kultur/tote-hosen-ticketpreise-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/gastgewerbe-umsatz-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/castro-klage-100.html",
|
||||
"https://www.bahn.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-102.html",
|
||||
"https://www.tagesschau.de/inland/chinesische-spione-muenchen-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/boerse-516.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/russland-militaer-geheimprojekt-ruestung-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-nikkei-nvidia-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/dax-nikkei-nvidia-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/inland/diaeten-erhoehung-bundestagsabgeordnete-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/iran-krieg-wind-solar-boerse-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-schwarz-rot-basis-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/drohnen-lettland-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/kabinett-beschluss-fuehrerschein-reform-102.html",
|
||||
"https://www.tum.de/",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/inland/gesellschaft/aerztemangel-178.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-usa-zoelle-eu-100.html"
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/spacex-boersengang-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/honig-imker-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-104.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/us-gericht-trump-zoelle-100.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/bundeswehr-wehrdienst-frageboegen-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/drohnen-lettland-100.html",
|
||||
"https://www.tagesschau.de/inland/gesellschaft/aerztemangel-178.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/organspende-258.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.tagesschau.de/inland/diaeten-erhoehung-bundestagsabgeordnete-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/ein-jahr-schwarz-rot-basis-100.html",
|
||||
"https://www.tagesschau.de/inland/regional/berlin/margot-friedlaender-platz-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.tagesschau.de/inland/chinesische-spione-muenchen-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/boerse-516.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/honig-imker-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/marktbericht-dax-nikkei-nvidia-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/dax-nikkei-nvidia-100.html",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/zivilschutz-dobrindt-100.html",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/kabinett-beschluss-fuehrerschein-reform-102.html",
|
||||
"https://www.tagesschau.de/ausland/putin-in-peking-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/commerzbank-hauptversammlung-unicredit-100.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/unternehmen/spacex-boersengang-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/castro-klage-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/russland-militaer-geheimprojekt-ruestung-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/ukraine-sieben-jahre-selenskyj-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/konjunktur/gastgewerbe-umsatz-100.html",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-usa-zoelle-eu-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-urteil-verteidigungsminister-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/iran-krieg-wind-solar-boerse-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-102.html",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/google-bewertungen-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/usa-iran-strasse-von-hormus-102.html"
|
||||
"https://www.tagesschau.de/kultur/tote-hosen-ticketpreise-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.edeka.de/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.santander.es/",
|
||||
"https://elpais.com/gente/2026-05-07/melissa-barrera-resurge-tras-ser-apartada-del-cine-por-apoyar-a-palestina-necesitaba-un-respiro-de-toda-la-mierda-que-es-hollywood.html",
|
||||
"https://elpais.com/cultura/cine/2026-05-08/recreacion-de-un-asesinato-nada-de-nada-en-este-grotesco-plagio-de-un-clasico.html",
|
||||
"https://elpais.com/television/series/2026-05-07/esta-es-la-fecha-del-final-de-the-bear-cuando-empieza-y-termina-la-quinta-y-ultima-temporada-de-la-serie.html",
|
||||
"https://elpais.com/economia/2026-05-07/el-boe-publica-la-oferta-de-empleo-publico-estas-son-las-37000-nuevas-plazas.html",
|
||||
"https://elpais.com/gastronomia/2026-05-08/los-hermanos-artidiello-guardianes-de-los-guisos-asturianos-en-el-hostal-de-caravia-hay-clientes-que-vienen-desde-hace-50-anos.html",
|
||||
"https://elpais.com/babelia/2026-05-06/alexa-siri-irene-sara-la-importancia-del-nombre-propio.html",
|
||||
"https://elpais.com/videos/2026-05-08/el-futuro-judicial-de-abalos-kolgo-garcia-y-aldama.html",
|
||||
"https://administracion.gob.es/",
|
||||
"https://www.zara.com/es/",
|
||||
"https://www.agenciatributaria.es/",
|
||||
"https://elpais.com/tecnologia/2026-05-03/luchas-de-poder-avaricia-guerra-y-tecnofascismo-la-ia-se-quita-la-careta.html",
|
||||
"https://elpais.com/gastronomia/2026-05-08/los-fresones-con-vino-dulce-son-la-buena-noticia-que-el-mundo-necesita-hoy.html",
|
||||
"https://elpais.com/ideas/2026-05-18/lena-dunham-el-icono-milenial-que-cambio-la-forma-de-mostrar-el-sexo-y-el-cuerpo.html",
|
||||
"https://elpais.com/elviajero/lonely-planet/2026-05-21/un-road-trip-de-navasfrias-a-vale-do-espinho-por-la-desconocida-raya-seca-entre-espana-y-portugal.html",
|
||||
"https://elpais.com/internacional/2026-05-20/el-ministro-ben-gvir-humilla-a-los-integrantes-de-la-flotilla-detenidos-al-llegar-a-israel.html",
|
||||
"https://www.renfe.com/",
|
||||
"https://elpais.com/mamas-papas/familia/2026-05-08/como-prevenir-y-afrontar-la-exposicion-sexual-de-tu-hijo-adolescente-en-las-redes-sociales.html",
|
||||
"https://elpais.com/ideas/2026-05-03/un-festival-sobre-corrupcion-en-tres-escenarios-judiciales.html",
|
||||
"https://elpais.com/ciencia/2026-05-08/gustavo-palacios-experto-en-hantavirus-este-patogeno-es-mas-virulento-y-puede-haber-contagios-en-cadenas.html",
|
||||
"https://cincodias.elpais.com/opinion/2026-05-08/el-periodismo-de-fiesta-el-periodismo-de-luto.html",
|
||||
"https://elpais.com/babelia/2026-05-07/la-dictadura-la-precariedad-y-la-melancolia-en-la-camara-de-leonora-vicuna.html",
|
||||
"https://elpais.com/economia/2026-05-20/las-claves-del-acuerdo-arancelario-entre-la-ue-y-estados-unidos-langosta-sin-aranceles-y-caducidad-en-2029.html",
|
||||
"https://elpais.com/gente/2026-05-20/cher-cumple-80-anos-entre-merecidos-homenajes-y-turbulencias-familiares.html",
|
||||
"https://www.zara.com/es/",
|
||||
"https://elpais.com/mamas-papas/expertos/2026-05-21/jose-antonio-luengo-psicologo-cuando-consigues-que-el-grupo-proteja-el-acoso-escolar-es-mucho-mas-dificil.html",
|
||||
"https://elpais.com/gente/2026-05-20/el-actor-cristo-fernandez-pasa-de-delantero-en-ted-lasso-a-futbolista-profesional-en-un-club-de-texas.html",
|
||||
"https://www.santander.es/",
|
||||
"https://elpais.com/smoda/placeres/2026-05-20/un-escritorio-para-motivar-objetos-bonitos-que-alegran-la-jornada.html",
|
||||
"https://elpais.com/opinion/2026-05-21/escribir-mal-a-proposito.html",
|
||||
"https://www.amazon.es/",
|
||||
"https://elpais.com/cultura/2026-05-21/felipe-vi-agradece-a-margaret-atwood-sus-ensenanzas-para-leer-la-realidad-en-el-iii-premio-internacional-joan-margarit-de-poesia-en-toronto.html",
|
||||
"https://elpais.com/clima-y-medio-ambiente/2026-05-18/la-ballena-timmy-aparece-muerta-en-la-costa-danesa-tras-una-controvertida-operacion-de-rescate.html",
|
||||
"https://administracion.gob.es/",
|
||||
"https://www.elcorteingles.es/",
|
||||
"https://elpais.com/internacional/2026-05-07/eurodiputados-instan-a-la-ue-a-presionar-a-israel-para-que-permita-a-los-periodistas-acceder-libremente-a-gaza.html",
|
||||
"https://www.amazon.es/"
|
||||
"https://elpais.com/gastronomia/2026-05-21/40-anos-de-guanaja-el-chocolate-que-revoluciono-la-pasteleria-antes-solo-habia-blanco-negro-y-con-leche.html",
|
||||
"https://www.agenciatributaria.es/",
|
||||
"https://elpais.com/espana/catalunya/2026-05-20/el-culto-a-la-belleza-ni-la-modelo-canonica-esculpida-con-ia-se-conforma-con-su-gracia.html",
|
||||
"https://elpais.com/deportes/futbol/2026-05-21/jose-alberto-lopez-cuando-llegue-el-racing-estaba-mas-cerca-de-ser-un-equipo-amateur-que-profesional.html",
|
||||
"https://elpais.com/tecnologia/2026-05-05/fin-del-misterio-la-caja-sorpresa-escondia-el-coche-de-siempre-y-el-del-futuro.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://administracion.gob.es/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.sncf.com/",
|
||||
"https://www.france24.com/fr/europe/20260507-la-tr%C3%AAve-unilat%C3%A9rale-de-la-russie-commence-moscou-annonce-la-destruction-de-drones",
|
||||
"https://www.france24.com/fr/moyen-orient/20260507-ces-images-ne-prouvent-pas-que-l-iran-a-d%C3%A9voil%C3%A9-des-drones-dauphin-kamikazes",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260507-soudan%E2%80%91%C3%A9thiopie-khartoum-accuse-addis%E2%80%91abeba-apr%C3%A8s-des-tirs-de-drones-la-crise-s-aggrave",
|
||||
"https://www.france24.com/fr/%C3%A9missions/le-d%C3%A9bat/20260507-guerre-en-iran-l-%C3%A9chec-de-donald-trump",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260507-centrafrique-l-ong-esp%C3%A9rance-aide-les-enfants-soldats-%C3%A0-surmonter-la-violence-du-pass%C3%A9",
|
||||
"https://www.amazon.fr/",
|
||||
"https://www.credit-agricole.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/questions-directes/20260507-sommet-africa-forward-afrique-anglophone-le-pari-fran%C3%A7ais",
|
||||
"https://www.impots.gouv.fr/",
|
||||
"https://www.france24.com/fr/am%C3%A9riques/20260507-trump-lance-un-ultimatum-%C3%A0-l-ue-pour-appliquer-l-accord-commercial-avec-les-%C3%A9tats-unis",
|
||||
"https://www.france24.com/fr/afrique/20260507-mali-deux-attaques-revendiqu%C3%A9es-par-les-jihadistes-du-jnim-font-plus-de-30-morts-dans-le-centre",
|
||||
"https://www.france24.com/fr/%C3%A9co-tech/20260507-elon-musk-dans-les-radars-d-un-juge-d-instruction-fran%C3%A7ais-pour-les-d%C3%A9rives-possibles-de-x",
|
||||
"https://www.france24.com/fr/%C3%A9missions/journal-de-l-afrique/20260507-au-moins-30-personnes-tu%C3%A9es-par-le-groupe-jihadiste-jnim-mercredi-dans-le-centre-du-mali",
|
||||
"https://www.france24.com/fr/%C3%A9missions/info-ou-intox/20260507-sud-liban-un-soldat-isra%C3%A9lien-fait-fumer-une-statue-de-la-vierge-marie",
|
||||
"https://www.sorbonne-universite.fr/",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260507-azouz-begag-rend-hommage-au-chanteur-franco-alg%C3%A9rien-rachid-taha",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260507-burkina-faso-le-journaliste-atiana-serge-oulon-tortur%C3%A9-dans-une-prison-secr%C3%A8te-selon-rsf",
|
||||
"https://www.france24.com/fr/sports/20260507-ligue-conf%C3%A9rence-strasbourg-%C3%A9limin%C3%A9-en-demi-finale-par-le-rayo-vallecano",
|
||||
"https://www.cdiscount.com/",
|
||||
"https://www.france24.com/fr/afrique/20260507-comment-industrie-pharmaceutique-indienne-alimente-crise-opio%C3%AFdes-afrique-ouest-sierra-leone-cote-d-ivoire-senegal-ghana-nigeria",
|
||||
"https://www.service-public.fr/"
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260520-espace-sophie-adenot-raconte-ses-premiers-mois-%C3%A0-bord-de-l-iss",
|
||||
"https://www.france24.com/fr/europe/20260521-allemagne-veut-accorder-%C3%A0-ukraine-statut-de-membre-associ%C3%A9-avant-son-adh%C3%A9sion-union-europeenne",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260520-cuba-rubio-offre-aide-et-nouvelle-voie-castro-inculp%C3%A9",
|
||||
"https://www.sorbonne-universite.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/sports/20260521-aston-villa-surclasse-fribourg-et-remporte-la-ligue-europa",
|
||||
"https://www.amazon.fr/",
|
||||
"https://www.france24.com/fr/am%C3%A9riques/20260520-administration-trump-lance-poursuites-p%C3%A9nales-ancien-pr%C3%A9sident-cubain-raul-castro-etats-unis-inculpation-cuba",
|
||||
"https://www.france24.com/fr/am%C3%A9riques/20260520-etats-unis-assaut-capitole-fonds-d-indemnisation-donald-trump-deux-policiers-plainte-justice",
|
||||
"https://www.sncf.com/",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260520-concierge-de-luxe-ses-folles-anecdotes-pendant-le-festival-de-cannes",
|
||||
"https://www.france24.com/fr/%C3%A9missions/%C3%A0-l-affiche/20260520-charles-de-gaulle-et-la-r%C3%A9sistance-l-histoire-de-france-%C3%A0-l-honneur-%C3%A0-cannes",
|
||||
"https://www.france24.com/fr/moyen-orient/20260521-moyen-orient-en-direct-iran-donald-trump-gaza-liban-etats-unis",
|
||||
"https://www.france24.com/fr/%C3%A9missions/%C3%A0-l-affiche/20260520-star-wars-revient-sur-grand-%C3%A9cran-loin-du-festival-de-cannes",
|
||||
"https://www.france24.com/fr/moyen-orient/20260520-militants-flottille-pour-gaza-film%C3%A9s-genoux-agissements-inadmissibles-paris-netanyahu-ben-gvir",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260520-%C3%A0-p%C3%A9kin-vladimir-poutin-salue-la-dynamique-forte-et-positive-de-la-coop%C3%A9ration-chine-russie",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260520-cannes-2026-la-seconde-guerre-mondiale-au-c%C5%93ur-de-la-comp%C3%A9tition",
|
||||
"https://www.service-public.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9co-tech/20260521-introduction-en-bourse-spacex-devoile-comptes-elon-musk-nasdaq-ipo",
|
||||
"https://www.credit-agricole.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/info-ou-intox/20260520-italie-ces-violences-n-ont-pas-%C3%A9t%C3%A9-commises-par-des-migrants",
|
||||
"https://www.impots.gouv.fr/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.service-public.fr/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://yahoo-news.com.hk/BBCChineseNews/41597/?yptr=yahoo",
|
||||
"https://www.hktvmall.com/",
|
||||
"https://hk.news.yahoo.com/%E5%8C%97%E9%9F%93%E5%AE%A3%E7%A8%B1%E4%B8%8D%E5%8F%97%E7%A6%81%E6%AD%A2%E6%A0%B8%E5%AD%90%E6%93%B4%E6%95%A3%E6%A2%9D%E7%B4%84%E7%B4%84%E6%9D%9F-%E6%93%81%E6%A0%B8%E5%9C%B0%E4%BD%8D%E4%B8%8D%E8%AE%8A-015001464.html",
|
||||
"https://www.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%E5%A4%9A%E6%AC%A1%E8%B7%A8%E5%A2%83%E9%81%8B%E9%80%81%E5%85%B12-8%E5%84%84%E7%8F%BE%E9%87%91%E4%BE%86%E6%B8%AF-%E5%85%A9%E5%A9%A6%E6%B6%89%E6%B4%97%E9%BB%91%E9%8C%A2%E7%BD%AA%E6%88%90%E5%88%A4%E5%9B%9A-200000029.html",
|
||||
"https://hk.news.yahoo.com/%E6%B8%AF%E9%90%B5ai%E6%9C%8D%E5%8B%99%E5%A4%A7%E4%BD%BF-tracy-%E5%8D%87%E7%B4%9A-%E5%A2%9E%E8%A7%A3%E6%B1%BA%E5%87%BA%E5%85%A5%E9%96%98%E5%95%8F%E9%A1%8C%E5%8F%8A%E9%9B%BB%E5%AD%90%E8%A3%9C%E7%A5%A8%E5%8A%9F%E8%83%BD-200000283.html",
|
||||
"https://hk.news.yahoo.com/%E4%B8%AD%E6%9D%B1%E6%88%B0%E7%81%AB%E8%88%87%E8%B2%AA%E8%85%90%E9%86%9C%E8%81%9E%E9%9B%99%E6%89%93%E6%93%8A-%E8%8F%B2%E5%BE%8B%E8%B3%93%E7%B6%93%E6%BF%9F%E6%88%90%E9%95%B7%E5%89%B55%E5%B9%B4%E4%BD%8E%E9%BB%9E-050502359.html",
|
||||
"https://hk.news.yahoo.com/%E8%B5%A4%E6%9F%B1%E5%9C%8B%E9%9A%9B%E5%AD%B8%E6%A0%A14%E6%AD%B2%E7%AB%A5%E7%96%91%E9%81%AD%E9%9D%9E%E7%A6%AE-%E6%A0%A1%E6%96%B9-%E7%84%A1%E8%AD%89%E6%93%9A%E6%A0%A1%E5%85%A7%E7%99%BC%E7%94%9F-200000514.html",
|
||||
"https://yahoo-news.com.hk/BBCChineseNews/41595/?yptr=yahoo",
|
||||
"https://hk.news.yahoo.com/%E5%A4%A7%E8%A7%92%E5%92%8021%E7%A6%81%E7%85%99%E6%A9%AB%E5%B9%85%E5%91%8A%E7%A4%BA%E9%81%AD%E5%88%91%E6%AF%80-200000883.html",
|
||||
"https://hk.news.yahoo.com/%E4%B9%99%E6%98%8E%E9%82%A8%E7%94%B7%E5%AD%90%E8%88%87%E5%85%92%E5%AD%90%E5%9B%A0%E5%8D%87%E5%AD%B8%E9%96%8B%E6%94%AF%E5%95%8F%E9%A1%8C%E7%88%AD%E5%9F%B7%E5%BE%8C%E5%A2%AE%E6%A8%93%E4%BA%A1-%E5%A6%BB%E5%85%92%E6%B6%89%E6%A1%88%E8%A2%AB%E6%8D%95-034715068.html",
|
||||
"https://hk.news.yahoo.com/%E5%AE%8F%E7%A6%8F%E8%8B%91%E5%A4%A7%E7%B6%AD%E4%BF%AE%E5%9F%BA%E9%87%91%E5%89%A91-27%E5%84%84-%E6%A5%AD%E4%B8%BB%E6%9C%80%E5%BF%AB6-10%E6%94%B6%E9%80%80%E6%AC%BE-200000213.html",
|
||||
"https://hk.news.yahoo.com/%E9%99%B3%E7%A5%96%E5%85%89%E5%80%A1%E8%B7%AF%E7%89%8C%E5%A2%9E%E8%A7%A3%E8%AA%AA-%E5%8A%A9%E5%B8%82%E6%B0%91%E7%A2%BA%E7%AB%8B%E6%AD%B7%E5%8F%B2%E8%A7%80-111629919.html",
|
||||
"https://hk.news.yahoo.com/3%E8%B3%87%E5%8A%A9%E6%88%BF%E5%B1%8B%E8%A8%88%E5%8A%83%E6%94%B6%E9%80%BE10-5%E8%90%AC%E8%A1%A8-%E5%B1%85%E5%B1%8B2025%E7%94%B3%E8%AB%8B%E6%9A%AB%E8%B6%85%E9%A1%8D13%E5%80%8D-200000701.html",
|
||||
"https://hk.news.yahoo.com/%E4%BC%8A%E6%9C%97%E9%9D%A9%E5%91%BD%E8%A1%9B%E9%9A%8A-19%E6%97%A5%E4%BB%A5%E4%BE%86%E5%B7%B2%E5%85%81%E8%A8%B126%E8%89%98%E8%88%B9%E9%9A%BB%E9%80%9A%E9%81%8E%E8%8D%B7%E8%8E%AB%E8%8C%B2%E6%B5%B7%E5%B3%BD-135002943.html",
|
||||
"https://www.hko.gov.hk/",
|
||||
"https://www.hsbc.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E8%8B%B1%E5%9C%8B%E5%9C%B0%E6%96%B9%E9%81%B8%E8%88%89%E7%99%BB%E5%A0%B4-%E9%81%B8%E5%89%8D%E6%B0%91%E8%AA%BF-%E5%9F%B7%E6%94%BF%E9%BB%A8%E5%B7%A5%E9%BB%A8%E5%A4%A7%E8%88%89%E6%8C%AB%E6%95%97-133501173.html",
|
||||
"https://www.police.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%E5%B7%9D%E6%99%AE%E5%86%8D%E5%90%91%E4%BC%8A%E6%9C%97%E6%94%BE%E8%A9%B1-%E6%9C%AA%E7%B0%BD%E5%8D%94%E8%AD%B0%E5%B0%B1%E5%8A%A0%E9%87%8D%E8%BB%8D%E4%BA%8B%E8%A1%8C%E5%8B%95-000501399.html",
|
||||
"https://yahoo-news.com.hk/BBCChineseNews/41596/?yptr=yahoo",
|
||||
"https://www.mtr.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E9%9F%93%E8%B2%A8%E8%BC%AA%E8%8D%B7%E8%8E%AB%E8%8C%B2%E6%B5%B7%E5%B3%BD%E8%B5%B7%E7%81%AB-%E4%BC%8A%E6%9C%97%E5%90%A6%E8%AA%8D%E6%B6%89%E5%85%A5-060503126.html",
|
||||
"https://hk.news.yahoo.com/8%E5%B9%B4%E5%89%8D%E5%96%AA%E5%AD%90-%E5%8E%BB%E5%B9%B4%E9%9B%A2%E5%A9%9A-%E5%B0%8D%E7%94%9F%E6%B4%BB%E7%B5%95%E6%9C%9B-%E4%B8%83%E6%97%AC%E6%BC%A2%E7%96%91%E6%AE%BA%E5%A6%BB%E5%86%8D%E4%B8%8A%E5%90%8A%E4%BA%A1-200000965.html",
|
||||
"https://hk.news.yahoo.com/%E7%B2%89%E5%B6%BA%E7%B9%9E%E9%81%93%E4%B8%8D%E6%95%B5%E9%BB%83%E9%9B%A8%E6%B0%B4%E6%B5%B8-%E9%BE%8D%E8%BA%8D%E9%A0%AD%E6%96%B0%E5%9C%B0%E6%A8%99%E5%A4%A9%E6%A9%8B%E8%B1%86%E8%85%90%E6%B8%A3%E8%AE%8A%E3%80%8C%E6%B0%B4%E8%88%9E%E9%96%93%E3%80%8D-010920102.html",
|
||||
"https://www.hktvmall.com/",
|
||||
"https://hk.news.yahoo.com/%E5%A4%A7%E5%9C%8D%E8%AA%98%E8%9A%8A%E6%8C%87%E6%95%B8%E9%AB%98%E9%81%9446-%E5%8D%80%E8%AD%B0%E5%93%A1%E7%96%91%E5%B7%A5%E7%A8%8B%E5%A2%9E%E5%8A%A0%E6%89%80%E8%87%B4-010626144.html",
|
||||
"https://www.hku.hk/",
|
||||
"https://hk.news.yahoo.com/%E8%AA%87%E5%A4%A7%E8%B3%BC%E8%BB%8A%E9%A6%96%E6%AC%A1%E7%99%BB%E8%A8%98%E7%A8%85%E8%A9%90%E9%A8%99%E5%85%AC%E5%8F%B8-%E4%B8%8A%E5%B8%82%E9%9B%86%E5%9C%98%E5%89%8D%E4%B8%BB%E5%B8%AD%E5%9B%9A2%E5%B9%B4-200000420.html",
|
||||
"https://hk.news.yahoo.com/%E9%A6%96%E5%AD%A3%E5%A0%B1%E6%8D%B7-%E5%A4%A7%E8%A1%8C%E9%BD%8A%E8%BD%89%E6%A8%82%E8%A7%80-%E6%B8%AF%E5%85%A8%E5%B9%B4gdp%E7%9C%8B%E5%8D%874-6-200000412.html",
|
||||
"https://hk.news.yahoo.com/%E8%87%AA%E8%A1%9B%E9%9A%8A%E5%9C%A8%E7%BE%8E%E8%8F%B2%E8%BB%8D%E6%BC%94%E5%B0%84%E5%BD%88-%E5%BC%95%E7%99%BC%E4%B8%AD%E5%9C%8B%E4%B8%8D%E6%BB%BF-063502563.html"
|
||||
"https://www.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%E7%BE%8E%E9%A6%96%E4%BD%8D%E5%87%BA%E6%AB%83%E5%9C%8B%E6%9C%83%E8%AD%B0%E5%93%A1%E6%B3%95%E8%98%AD%E5%85%8B%E8%BE%AD%E4%B8%96-%E4%BA%AB%E5%B9%B486%E6%AD%B2-002002252.html",
|
||||
"https://hk.news.yahoo.com/%E4%BB%8A%E6%9C%9F%E5%B1%85%E5%B1%8B%E6%9C%80%E5%BE%8C-%E6%97%A5%E6%8E%A5%E5%8F%97%E7%94%B3%E8%AB%8B-%E5%8A%89%E5%80%A9%E6%A1%90%E5%A0%B1%E9%81%93-111529830.html",
|
||||
"https://yahoo-news.com.hk/BBCChineseNews/41773/?yptr=yahoo",
|
||||
"https://hk.news.yahoo.com/%E5%8C%97%E4%B8%8A%E6%8C%89%E6%91%A9%E5%BE%8C%E4%BF%A1%E7%94%A8%E5%8D%A1%E8%A2%AB%E7%9B%9C-%E8%AD%A6%E6%8B%98%E9%9B%86%E5%9C%98%E4%B8%BB%E8%85%A6%E7%AD%899%E4%BA%BA%E6%B6%8918%E6%A1%88-200000071.html",
|
||||
"https://www.hsbc.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E6%B5%B7%E9%97%9C%E5%B1%AF%E9%96%80%E7%B7%9D%E6%AF%92%E6%AA%A2600%E8%90%AC%E5%85%83%E6%87%B7%E7%96%91%E5%A4%A7%E9%BA%BB%E8%8A%B1-%E6%8B%9833%E6%AD%B2%E7%89%A9%E6%B5%81%E5%B7%A5%E4%BA%BA-120329263.html",
|
||||
"https://www.mtr.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E5%9C%B0%E5%BB%BA%E7%95%8C%E9%BB%83%E6%B5%A9%E6%98%8E%E6%8B%92%E6%8A%95%E7%A5%A8%E6%94%AF%E6%8C%81-%E7%AB%8B%E6%9C%83%E9%80%9A%E9%81%8E%E8%B1%AA%E5%AE%85%E5%8D%B0%E8%8A%B1%E7%A8%85%E4%B8%8A%E8%AA%BF%E8%87%B36-5-200000978.html",
|
||||
"https://hk.news.yahoo.com/%E8%8B%B1%E5%9C%8B%E6%94%BE%E5%AF%AC%E5%B0%8D%E4%BF%84%E8%88%AA%E7%A9%BA%E7%87%83%E6%B2%B9%E8%88%87%E6%9F%B4%E6%B2%B9%E9%80%B2%E5%8F%A3%E5%88%B6%E8%A3%81-042003156.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.hk/",
|
||||
|
||||
@@ -1 +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.kompas.com/", "https://www.detik.com/", "https://www.tempo.co/", "https://www.cnnindonesia.com/", "https://www.antaranews.com/", "https://www.setneg.go.id/", "https://www.bi.go.id/", "https://www.kominfo.go.id/", "https://www.ojk.go.id/", "https://www.telkomsel.com/", "https://www.xl.co.id/", "https://www.indosatooredoo.com/", "https://www.tokopedia.com/", "https://shopee.co.id/", "https://www.lazada.co.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/" ] } }
|
||||
{
|
||||
"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/foto/5576249/sosialisasi-pp-tunas-komdigi-ajak-pelajar-membangun-ruang-digital-sehat",
|
||||
"https://www.antaranews.com/berita/5576232/dki-dorong-perangkat-daerah-cari-skema-pembiayaan-kreatif-topang-pad",
|
||||
"https://www.kominfo.go.id/",
|
||||
"https://www.antaranews.com/video/5576248/israel-perlakukan-tak-manusiawi-rombongan-global-sumud-flotilla",
|
||||
"https://www.kompas.com/",
|
||||
"https://www.antaranews.com/",
|
||||
"https://www.antaranews.com/berita/5576277/dari-sistem-operasi-ke-sistem-kecerdasan",
|
||||
"https://www.antaranews.com/berita/5576300/pelita-jaya-bersemangat-hadapi-rans-simba",
|
||||
"https://www.setneg.go.id/",
|
||||
"https://www.antaranews.com/berita/5576219/aksi-pembacokan-kembali-terjadi-di-kawasan-tomang-jakbar",
|
||||
"https://www.antaranews.com/berita/5576200/disdik-dki-pastikan-pemutihan-ijazah-tak-hanya-bersifat-simbolis",
|
||||
"https://www.bi.go.id/",
|
||||
"https://www.antaranews.com/berita/5576212/ai-hingga-krisis-energi-jadi-sorotan-pada-kegiatan-wisuda-ke-48-itpln",
|
||||
"https://www.antaranews.com/berita/5576263/kai-jakarta-operasikan-9-perjalanan-kereta-tambahan-di-libur-idul-adha",
|
||||
"https://www.antaranews.com/berita/5576311/dedikasi-sukarelawan-di-china-selamatkan-burung-dara-laut-jambul",
|
||||
"https://www.antaranews.com/berita/5576192/kpk-sebut-harus-ada-tolak-ukur-komprehensif-terkait-keberhasilan-mbg",
|
||||
"https://www.antaranews.com/berita/5576292/jamin-semua-murid-dapat-sekolah-kemendikdasmen-spmb-bukan-seleksi",
|
||||
"https://www.antaranews.com/video/5576155/kemensos-gelar-layanan-rumah-ckg-bagi-lansia-di-kupang",
|
||||
"https://www.antaranews.com/berita/5576189/ri-kutuk-tindakan-israel-terhadap-relawan-global-sumud-flotilla-20",
|
||||
"https://www.antaranews.com/foto/5576267/sekolah-rakyat-di-bali-siapkan-260-kuota-jenjang-sd-hingga-sma-untuk-tahun-ajaran-baru-2026-2027"
|
||||
],
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +1,40 @@
|
||||
{ "region_name": "India (Delhi)", "google_module": { "base_lat": 28.6139, "base_lon": 77.2090, "lang_params": "hl=en-IN&gl=IN", "valid_url_suffix": "co.in" }, "trust_module": { "white_urls": [ "https://timesofindia.indiatimes.com/", "https://www.hindustantimes.com/", "https://www.thehindu.com/", "https://indianexpress.com/", "https://www.ndtv.com/", "https://www.indiatoday.in/", "https://www.pib.gov.in/", "https://www.india.gov.in/", "https://www.rbi.org.in/", "https://www.meity.gov.in/", "https://www.airtel.in/", "https://www.jio.com/", "https://www.vodafoneidea.com/", "https://www.flipkart.com/", "https://www.amazon.in/", "https://www.irctc.co.in/" ], "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/" ] } }
|
||||
{
|
||||
"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://www.thehindu.com/",
|
||||
"https://timesofindia.indiatimes.com/sports/cricket/ipl/ipl-2026/ipl-2026-sanju-samson-eyes-special-milestone-in-must-win-clash-against-gujarat-titans/articleshow/131239348.cms",
|
||||
"https://timesofindia.indiatimes.com/world/us/mystery-substance-scare-in-new-mexico-3-dead-first-responders-quarantined-over-toxic-exposure/articleshow/131239263.cms",
|
||||
"https://timesofindia.indiatimes.com/technology/tech-news/after-admitting-that-nvidia-share-in-china-has-fallen-to-zero-ceo-jensen-huang-tells-chinese-company-huawei-we-have-/articleshow/131240420.cms",
|
||||
"https://www.india.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/",
|
||||
"https://timesofindia.indiatimes.com/city/delhi/delhi-double-murder-mother-teen-son-stabbed-to-death-during-robbery-in-govindpuri-cash-jewellery-missing/articleshow/131239511.cms",
|
||||
"https://timesofindia.indiatimes.com/defence/international/epic-fury-2-0-tracking-us-military-buildup-as-trump-threatens-to-end-iran-ceasefire/articleshow/131239055.cms",
|
||||
"https://timesofindia.indiatimes.com/city/delhi/delhi-ncr-taxi-and-auto-unions-begin-3-day-strike-all-you-need-to-know/articleshow/131238533.cms",
|
||||
"https://timesofindia.indiatimes.com/city/meerut/newlywed-bride-19-calls-dad-for-help-found-hanging-hours-later-in-up/articleshow/131232192.cms",
|
||||
"https://timesofindia.indiatimes.com/business/india-business/top-stock-recommendations-for-may-21-2026-varun-beverages-max-healthcare-institure-page-industries-best-stocks-to-buy-today/articleshow/131239830.cms",
|
||||
"https://timesofindia.indiatimes.com/technology/tech-news/intel-ceo-lip-bu-tan-says-in-past-company-made-lot-of-mistakes-including-not-changing-the-reporting-structure-of-the-team-that/articleshow/131239249.cms",
|
||||
"https://timesofindia.indiatimes.com/india/papa-i-will-fully-shoulder-rahul-gandhi-remembers-father-rajiv-gandhi-with-emotional-note-childhood-photo/articleshow/131239631.cms",
|
||||
"https://timesofindia.indiatimes.com/city/bhopal/how-can-you-ask-bahu-if-she-will-go-out-with-other-men-explosive-audio-in-twisha-sharma-death-case-surfaces/articleshow/131240277.cms",
|
||||
"https://timesofindia.indiatimes.com/india/heatwave-alert-for-delhi-up-punjab-haryana-and-more-what-to-expect-over-next-5-days/articleshow/131238807.cms",
|
||||
"https://www.rbi.org.in/",
|
||||
"https://timesofindia.indiatimes.com/sports/nfl/news/lauren-sanchezs-amazon-billionaire-husband-jeff-bezos-emerges-as-favorite-to-buy-microsoft-co-founders-nfl-team-seattle-seahawks/articleshow/131203555.cms",
|
||||
"https://www.pib.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/sports/cricket/news/gunfire-outside-new-cricket-canada-presidents-house-amid-corruption-scandal-and-icc-funding-freeze/articleshow/131240507.cms",
|
||||
"https://timesofindia.indiatimes.com/sports/cricket/news/we-could-have-handled-it-better-tamim-iqbal-on-bangladeshs-t20-world-cup-pull-out/articleshow/131239267.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://www.nhk.or.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6581097?source=rss",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6581098?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581084?source=rss",
|
||||
"https://www.jnto.go.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6581093?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581094?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581088?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581085?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581100?source=rss",
|
||||
"https://www.rakuten.co.jp/"
|
||||
],
|
||||
"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://news.yahoo.co.jp/pickup/6579268?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6579265?source=rss",
|
||||
"https://www.smbc.co.jp/",
|
||||
"https://www.amazon.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6579238?source=rss",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.mhlw.go.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6579267?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6579261?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6579249?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6579263?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581097?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581094?source=rss",
|
||||
"https://www.amazon.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6581085?source=rss",
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://www.jreast.co.jp/",
|
||||
"https://www.smbc.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6581100?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581093?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581098?source=rss",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://www.u-tokyo.ac.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6579252?source=rss",
|
||||
"https://www.yahoo.co.jp/"
|
||||
"https://news.yahoo.co.jp/pickup/6581088?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6581084?source=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.japan.go.jp/",
|
||||
|
||||
@@ -1 +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.phnompenhpost.com/", "https://www.freshnewsasia.com/", "https://www.cambodiadaily.com/", "https://www.akp.gov.kh/", "https://www.gov.kh/", "https://www.nbc.gov.kh/", "https://www.mptc.gov.kh/", "https://www.lazada.com.kh/", "https://shopee.com.kh/", "https://www.smart.com.kh/", "https://www.metfone.com.kh/", "https://www.cellcard.com.kh/" ], "static_urls": [ "https://www.gov.kh/", "https://www.akp.gov.kh/", "https://www.nbc.gov.kh/", "https://www.khmertimeskh.com/", "https://www.phnompenhpost.com/" ] } }
|
||||
{
|
||||
"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.cambodiadaily.com/2026/05/05/21/50/87405/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/49/87397/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/58/87403/",
|
||||
"https://www.khmertimeskh.com/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/45/87404/",
|
||||
"https://www.cambodiadaily.com/2026/05/20/15/55/87429/",
|
||||
"https://www.phnompenhpost.com/",
|
||||
"https://www.cambodiadaily.com/2026/05/18/12/53/87418/",
|
||||
"https://www.akp.gov.kh/",
|
||||
"https://www.cambodiadaily.com/2026/05/18/13/09/87422/",
|
||||
"https://www.cambodiadaily.com/2026/05/18/17/35/87425/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/23/87392/",
|
||||
"https://www.nbc.gov.kh/",
|
||||
"https://www.gov.kh/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/44/87406/"
|
||||
],
|
||||
"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.kbstar.com/",
|
||||
"https://www.kakao.com/",
|
||||
"https://www.korea.kr/",
|
||||
"https://www.naver.com/",
|
||||
"https://www.coupang.com/",
|
||||
"https://www.snu.ac.kr/",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260508120004Ybq",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260508140850oHT",
|
||||
"https://www.kbstar.com/",
|
||||
"https://www.daum.net/",
|
||||
"https://www.kakao.com/",
|
||||
"https://www.hometax.go.kr/",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260508133948kJw",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR2026050814114471C",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260508140418SmI",
|
||||
"https://www.daum.net/"
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260521153559TNU",
|
||||
"https://www.naver.com/",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260521144016ARo",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260521115623Jxh",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260521132943JTU",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH20260521151350SjR",
|
||||
"https://www.snu.ac.kr/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.korea.kr/",
|
||||
|
||||
@@ -1 +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://kpl.gov.la/", "https://www.vientianetimes.org.la/", "https://www.pasaxon.org.la/", "https://www.mof.gov.la/", "https://www.bol.gov.la/", "https://www.mpt.gov.la/", "https://www.laotel.com/", "https://www.unitel.com.la/", "https://www.tplus.la/", "https://www.foodpanda.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/" ] } }
|
||||
{
|
||||
"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/CBMi6AFBVV95cUxOQXlfNVllTFhVVVpuUkFXX0R4c19reXBDX3FGN0NRMDVRcUZQUndyMXJOTDNIQVloZVBJNTZsdXNseXUtNDVVWGIwWE9yWDJTVHUwWTQ4SXlXbnJxTzQ4R1pPZ3ZFOGM1eUdwY0dqM1FzNV9WZ3lfVzVkRVkyUUtfbHlsWHFOb2EyX3RsMHdtcnJDajBrNDJOd1B1QmNPb3hRUlkwblZOakNfZjhrMDBhYTRYSlpMcUI5aUVfQ3BKZHdLNldhV0Q3UXpEM2JGeHJwdXZYNFZNQVRBcXZtallINGtsOTJaMm9H?oc=5",
|
||||
"https://www.bol.gov.la/",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxOSTFZQ21wQkNPSFEtSXg0YXJ5WXNYVTBwQ1UtLWtHY2FkSk5BNXZjU1hrZDNKTlQ5enppX2pOTUVlaTFKdHJwakU2RHdmS0FMbmQ0Uy1vNFM2Z2VUcTVDanZMc1EwazNLNWxhcXFSb250M1gwMzExVlI2QzhENFZmbndaaWthMWNpNG9iV0E3dVNWa1FSdG1FNk82SmhNODNuUTF6bmpybk5VdG5adDg4cEtyR0ZFQmQ5TGc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitgFBVV95cUxQeERxNWlGRENQcVNfbjhTZWoxLWN0X3N6a3BHN0hmR2lpSVM0cXZJRHQxMEY0YjU4WFJIS2dsUEVHXzJneDU0dkRsdGRYUm1VcWZfOTdsY3lnQzNWTWlHcFVibXEzQklZdnB3RUZ4dGUybEdQT3hiNGwtdTAyQ2FsU1NJWTNGYWlVVFEzaHRrMENxNXBfa0l5ZlBVOWljYW5DTnVuMzlweDNjZVVlcWc1aGlnODBFdw?oc=5",
|
||||
"https://www.laotel.com/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxQaFJ4MGxZa1VrY3lKT0l5VXpfZThZTXBSc2dibG5oeEtCNDJZZ2tSSnZBOWRWSnNtdkpIc2hENFE3NVB2S2hFczNMblBLR2gxQk1QOFAzeFR0S3Z1ZVhJQUFjZ2taT0U2WTJwc1g3cXZXUUFZc0QtbUFwODZRcHI3RHlZYk1BTk1rYzVxczFITzVUNkRP?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMixgFBVV95cUxPaHFLM1dpZ3BJZ2NhZUFKVkliVUdxU1lqR1VGNGRpbTNFS2xjcERuTG5XbWpEUlRBTHBrVFY5cGpyenNOdTJtV0xMOTFSYm5UMXhVbGRaN1F3enprNklGYXdtNjgyTTFmS1QxTlA1SVh0aDF0UXhTQmNCdjlLYXhZSUVOZ3FrbC1ocVN5MHllMFN2ODZ1WmwzbGNxTGE2QXRFQXNZQk1KXzJRLTlpRmYxV2s0c3FJdG1xbjdYb2xuTDJBZW94d2c?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi5gFBVV95cUxNU2xsVUY4TXdrcl9RUjZFRTF4UmRibjJleGNXVGRFTXhPU2xES1RNOGRHT0NDdVQtZVBlQVZ0Ykpid2UzY3MxeFhLRHFSQkFDSjRKNkdCNjNjUWNSTlJvclQxTFRLREJDLWJyWXpHRDc3cl9Qc1Y0amF0enFqdEpYcEoyU1Y4SW9mcFo2eWo2U3d0bklFMG5KdEpLbzZpZkd2Qm9pcUU3TTVQcFlrQnZTeVNBd3o3VVJDVEtoUnRmN05qSVU0NGJ5bGhQdnpJVWVHSkM0Ty15OW0tWHhWOGhPd0hYUlpwUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxQaWxJMzlPU3NreEhRTDhMR0VURkZ1eWZOYzJCOG8wUGNtcWUxVVRteVU2Zm1pUDVORlBHdWFUcUE2Q0xTRl8tNVhBdktoTGs4cnh1ck1MTFpObWtQSnpHclBWd1YyQlYxSmNxVkZ0TTNUTk1xU2RYblZMYVlHWEtrVDdkalhuLWlqY0tJUEFsS1RQWjBxYlB6YUhUVUt3c3hCREJCT1R4eWdzMWZnWDlMaExXUW5fRzRsSDlVZDNrT3dXM3dDc3EzTEZ3ZXE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxOdldwRDdHQWZzYUVWaFE3c3B0cHhfbEdhUWVIbEtjYUlsYkxPZFpCX0R5ZXlvc2ZHRkZoLVVxZVVhbGRGcmJqeFRma3N5Qnh6ek5aTDVkYmo0YTlINkFlSDJ2SUhfZXhDZzlLOUtSZTBEM2NNcEdzZUJsMFpXUEh4QzVaLXJrSUd3bVRoV3F2czQzRFBj?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiV0FVX3lxTE4wdDNXTE00dXRTckQ4WDZSWC13SmwzbXNHVGw2TWE2dkxzczRyYms1SldITndwblo0MlQtOWlhb0Jqemd1bUhrWU15aTlNb01kRXJQRkxNNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijwFBVV95cUxPX1FWeUc0alVDNzBDRThiZ2kyUW9oYzVBS25VUjRyZzJRcElLU1RNMXdZcThMSnltckMtWEdvVTM4RXRsYV9HT1dSOXAyeWVycGJoT0JYeGhzeHBwR3lHRjZDcEVDX1c1NTZHeW5XdlUzcXRNd3dpS0ZQU1dlb1VUdkhsSndVTXZVVnV6MUkwVQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiygFBVV95cUxNXy15Xzh6OWwxVE1XUDlFekI5QlFKN2luOF9Hek5NbVB2R2hnRTBpOW10a3RDeW15c0J6UnlFWk9VaDI3TVdpY1RjWXFEREFkSWUtbjktS0VGRHptSG9Cbkl0b2dUUldpblRYRVktUkg0OWNKbDhyZVlfYkh5NFVwRWZ4aWJlMHlfUnZqdXY3dTNPZXhKRGlnOVg5dFdHcUdBQkNrRTZtUkNXVnNmcGVnN0JFMXA0UXBGSGRLaElNLVpGVjVDMW9XVVVn?oc=5",
|
||||
"https://www.vientianetimes.org.la/",
|
||||
"https://news.google.com/rss/articles/CBMieEFVX3lxTFBFLVlKc2hURkJPNjJPUTdPZ2lOdVlTcW4zblZ0c0d3b1FNRDRYdS1WdHhqQ1RmUXVsVmhra3dVRGwzRndzcVpmTWN2b1dkMS03TVBNZW4ydzRrWnpoUDFqTlU2MXB4elh1aHhQRHlJaC1EOHRrRFkxNQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiywFBVV95cUxQODJnbUY1ZlRTRmlvaFZTRzhjV3VJV1o2U0ZmQ3NVc0p4bFZqQ0x3UXMxSjc1aXRJZi1rcUtFYXVUazVHaURXRTZ4MHR1ZVRXaEhmV2dtSzB3RzFkb3FuMHNWWC1oQmV4LTFVUUs4WVl5YlF3WHlVNGlhMGhOYVBHZGZ3QXhURW5OdWZWbGtFeG1qZ3NvWnVjVmJuemR2dEpoLUd1dGVyQVlJdDFwLUlzQW41NEUxb0FEYVJCSzdtMzdMMWxVdlFoVXM1OA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiY0FVX3lxTE5Ib2tUT0l3Q3p5bUcxaWRZck5qVE81TU52UWp0Y0w1RF9Sb0V3WEtPV2FRd1Z5cHZyNFR0WHlMU0h3LTFDZGMyOXZ3cDBFU0VhU2IwMVZlQ3hvdlh6Y1ZCLWdBZw?oc=5",
|
||||
"https://www.mof.gov.la/",
|
||||
"https://news.google.com/rss/articles/CBMiuwFBVV95cUxOLTgwa1JNd3dHaWktdklXY3daYTVQLTE1U3hZeEpIbnplZE84NmtQaEFkSWpUalQ2OVRVVGM3eF9XZGYzeVhoSUktMGFpOS1EWGlSS1hVRTJoejJFQW01dkM4UWlQYnhaeXhtRzBuZUs3QjV2QlRFRVM5SWtEMlVfMzY2UEtqTWM1UG8zNWJEZmx0V1VIOXBCTFF0ejV1Ymc5QnE0MDJPbG16eEFxYmdrV0JEZk8yeVJBdk93?oc=5",
|
||||
"https://kpl.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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +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://www.mmtimes.com/", "https://www.irrawaddy.com/", "https://www.myanmar-now.org/", "https://elevenmyanmar.com/", "https://www.moi.gov.mm/", "https://www.motc.gov.mm/", "https://www.cbmm.gov.mm/", "https://www.mpt.com.mm/", "https://www.ooredoo.com.mm/", "https://www.telenor.com.mm/", "https://www.shop.com.mm/", "https://www.foodpanda.com.mm/" ], "static_urls": [ "https://www.moi.gov.mm/", "https://www.cbmm.gov.mm/", "https://www.mmtimes.com/", "https://www.irrawaddy.com/" ] } }
|
||||
{
|
||||
"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/CBMi5gFBVV95cUxNU2xsVUY4TXdrcl9RUjZFRTF4UmRibjJleGNXVGRFTXhPU2xES1RNOGRHT0NDdVQtZVBlQVZ0Ykpid2UzY3MxeFhLRHFSQkFDSjRKNkdCNjNjUWNSTlJvclQxTFRLREJDLWJyWXpHRDc3cl9Qc1Y0amF0enFqdEpYcEoyU1Y4SW9mcFo2eWo2U3d0bklFMG5KdEpLbzZpZkd2Qm9pcUU3TTVQcFlrQnZTeVNBd3o3VVJDVEtoUnRmN05qSVU0NGJ5bGhQdnpJVWVHSkM0Ty15OW0tWHhWOGhPd0hYUlpwUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijwFBVV95cUxPX1FWeUc0alVDNzBDRThiZ2kyUW9oYzVBS25VUjRyZzJRcElLU1RNMXdZcThMSnltckMtWEdvVTM4RXRsYV9HT1dSOXAyeWVycGJoT0JYeGhzeHBwR3lHRjZDcEVDX1c1NTZHeW5XdlUzcXRNd3dpS0ZQU1dlb1VUdkhsSndVTXZVVnV6MUkwVQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxOdldwRDdHQWZzYUVWaFE3c3B0cHhfbEdhUWVIbEtjYUlsYkxPZFpCX0R5ZXlvc2ZHRkZoLVVxZVVhbGRGcmJqeFRma3N5Qnh6ek5aTDVkYmo0YTlINkFlSDJ2SUhfZXhDZzlLOUtSZTBEM2NNcEdzZUJsMFpXUEh4QzVaLXJrSUd3bVRoV3F2czQzRFBj?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiygFBVV95cUxNXy15Xzh6OWwxVE1XUDlFekI5QlFKN2luOF9Hek5NbVB2R2hnRTBpOW10a3RDeW15c0J6UnlFWk9VaDI3TVdpY1RjWXFEREFkSWUtbjktS0VGRHptSG9Cbkl0b2dUUldpblRYRVktUkg0OWNKbDhyZVlfYkh5NFVwRWZ4aWJlMHlfUnZqdXY3dTNPZXhKRGlnOVg5dFdHcUdBQkNrRTZtUkNXVnNmcGVnN0JFMXA0UXBGSGRLaElNLVpGVjVDMW9XVVVn?oc=5",
|
||||
"https://www.mmtimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMiuwFBVV95cUxOLTgwa1JNd3dHaWktdklXY3daYTVQLTE1U3hZeEpIbnplZE84NmtQaEFkSWpUalQ2OVRVVGM3eF9XZGYzeVhoSUktMGFpOS1EWGlSS1hVRTJoejJFQW01dkM4UWlQYnhaeXhtRzBuZUs3QjV2QlRFRVM5SWtEMlVfMzY2UEtqTWM1UG8zNWJEZmx0V1VIOXBCTFF0ejV1Ymc5QnE0MDJPbG16eEFxYmdrV0JEZk8yeVJBdk93?oc=5",
|
||||
"https://www.cbmm.gov.mm/",
|
||||
"https://news.google.com/rss/articles/CBMiV0FVX3lxTE4wdDNXTE00dXRTckQ4WDZSWC13SmwzbXNHVGw2TWE2dkxzczRyYms1SldITndwblo0MlQtOWlhb0Jqemd1bUhrWU15aTlNb01kRXJQRkxNNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxQaWxJMzlPU3NreEhRTDhMR0VURkZ1eWZOYzJCOG8wUGNtcWUxVVRteVU2Zm1pUDVORlBHdWFUcUE2Q0xTRl8tNVhBdktoTGs4cnh1ck1MTFpObWtQSnpHclBWd1YyQlYxSmNxVkZ0TTNUTk1xU2RYblZMYVlHWEtrVDdkalhuLWlqY0tJUEFsS1RQWjBxYlB6YUhUVUt3c3hCREJCT1R4eWdzMWZnWDlMaExXUW5fRzRsSDlVZDNrT3dXM3dDc3EzTEZ3ZXE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMixgFBVV95cUxPaHFLM1dpZ3BJZ2NhZUFKVkliVUdxU1lqR1VGNGRpbTNFS2xjcERuTG5XbWpEUlRBTHBrVFY5cGpyenNOdTJtV0xMOTFSYm5UMXhVbGRaN1F3enprNklGYXdtNjgyTTFmS1QxTlA1SVh0aDF0UXhTQmNCdjlLYXhZSUVOZ3FrbC1ocVN5MHllMFN2ODZ1WmwzbGNxTGE2QXRFQXNZQk1KXzJRLTlpRmYxV2s0c3FJdG1xbjdYb2xuTDJBZW94d2c?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiY0FVX3lxTE5Ib2tUT0l3Q3p5bUcxaWRZck5qVE81TU52UWp0Y0w1RF9Sb0V3WEtPV2FRd1Z5cHZyNFR0WHlMU0h3LTFDZGMyOXZ3cDBFU0VhU2IwMVZlQ3hvdlh6Y1ZCLWdBZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxOSTFZQ21wQkNPSFEtSXg0YXJ5WXNYVTBwQ1UtLWtHY2FkSk5BNXZjU1hrZDNKTlQ5enppX2pOTUVlaTFKdHJwakU2RHdmS0FMbmQ0Uy1vNFM2Z2VUcTVDanZMc1EwazNLNWxhcXFSb250M1gwMzExVlI2QzhENFZmbndaaWthMWNpNG9iV0E3dVNWa1FSdG1FNk82SmhNODNuUTF6bmpybk5VdG5adDg4cEtyR0ZFQmQ5TGc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxQaFJ4MGxZa1VrY3lKT0l5VXpfZThZTXBSc2dibG5oeEtCNDJZZ2tSSnZBOWRWSnNtdkpIc2hENFE3NVB2S2hFczNMblBLR2gxQk1QOFAzeFR0S3Z1ZVhJQUFjZ2taT0U2WTJwc1g3cXZXUUFZc0QtbUFwODZRcHI3RHlZYk1BTk1rYzVxczFITzVUNkRP?oc=5",
|
||||
"https://www.moi.gov.mm/",
|
||||
"https://news.google.com/rss/articles/CBMieEFVX3lxTFBFLVlKc2hURkJPNjJPUTdPZ2lOdVlTcW4zblZ0c0d3b1FNRDRYdS1WdHhqQ1RmUXVsVmhra3dVRGwzRndzcVpmTWN2b1dkMS03TVBNZW4ydzRrWnpoUDFqTlU2MXB4elh1aHhQRHlJaC1EOHRrRFkxNQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitgFBVV95cUxQeERxNWlGRENQcVNfbjhTZWoxLWN0X3N6a3BHN0hmR2lpSVM0cXZJRHQxMEY0YjU4WFJIS2dsUEVHXzJneDU0dkRsdGRYUm1VcWZfOTdsY3lnQzNWTWlHcFVibXEzQklZdnB3RUZ4dGUybEdQT3hiNGwtdTAyQ2FsU1NJWTNGYWlVVFEzaHRrMENxNXBfa0l5ZlBVOWljYW5DTnVuMzlweDNjZVVlcWc1aGlnODBFdw?oc=5",
|
||||
"https://www.irrawaddy.com/",
|
||||
"https://news.google.com/rss/articles/CBMiywFBVV95cUxQODJnbUY1ZlRTRmlvaFZTRzhjV3VJV1o2U0ZmQ3NVc0p4bFZqQ0x3UXMxSjc1aXRJZi1rcUtFYXVUazVHaURXRTZ4MHR1ZVRXaEhmV2dtSzB3RzFkb3FuMHNWWC1oQmV4LTFVUUs4WVl5YlF3WHlVNGlhMGhOYVBHZGZ3QXhURW5OdWZWbGtFeG1qZ3NvWnVjVmJuemR2dEpoLUd1dGVyQVlJdDFwLUlzQW41NEUxb0FEYVJCSzdtMzdMMWxVdlFoVXM1OA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6AFBVV95cUxOQXlfNVllTFhVVVpuUkFXX0R4c19reXBDX3FGN0NRMDVRcUZQUndyMXJOTDNIQVloZVBJNTZsdXNseXUtNDVVWGIwWE9yWDJTVHUwWTQ4SXlXbnJxTzQ4R1pPZ3ZFOGM1eUdwY0dqM1FzNV9WZ3lfVzVkRVkyUUtfbHlsWHFOb2EyX3RsMHdtcnJDajBrNDJOd1B1QmNPb3hRUlkwblZOakNfZjhrMDBhYTRYSlpMcUI5aUVfQ3BKZHdLNldhV0Q3UXpEM2JGeHJwdXZYNFZNQVRBcXZtallINGtsOTJaMm9H?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.moi.gov.mm/",
|
||||
"https://www.cbmm.gov.mm/",
|
||||
"https://www.mmtimes.com/",
|
||||
"https://www.irrawaddy.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +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://montsame.mn/", "https://news.mn/", "https://ikon.mn/", "https://gogo.mn/", "https://www.mnb.mn/", "https://www.gov.mn/", "https://www.mongolbank.mn/", "https://www.mta.mn/", "https://www.unitel.mn/", "https://www.skytel.mn/", "https://www.mobinet.mn/" ], "static_urls": [ "https://www.gov.mn/", "https://www.mongolbank.mn/", "https://montsame.mn/", "https://news.mn/" ] } }
|
||||
{
|
||||
"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/CBMijwFBVV95cUxPX1FWeUc0alVDNzBDRThiZ2kyUW9oYzVBS25VUjRyZzJRcElLU1RNMXdZcThMSnltckMtWEdvVTM4RXRsYV9HT1dSOXAyeWVycGJoT0JYeGhzeHBwR3lHRjZDcEVDX1c1NTZHeW5XdlUzcXRNd3dpS0ZQU1dlb1VUdkhsSndVTXZVVnV6MUkwVQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi5gFBVV95cUxNU2xsVUY4TXdrcl9RUjZFRTF4UmRibjJleGNXVGRFTXhPU2xES1RNOGRHT0NDdVQtZVBlQVZ0Ykpid2UzY3MxeFhLRHFSQkFDSjRKNkdCNjNjUWNSTlJvclQxTFRLREJDLWJyWXpHRDc3cl9Qc1Y0amF0enFqdEpYcEoyU1Y4SW9mcFo2eWo2U3d0bklFMG5KdEpLbzZpZkd2Qm9pcUU3TTVQcFlrQnZTeVNBd3o3VVJDVEtoUnRmN05qSVU0NGJ5bGhQdnpJVWVHSkM0Ty15OW0tWHhWOGhPd0hYUlpwUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiygFBVV95cUxNXy15Xzh6OWwxVE1XUDlFekI5QlFKN2luOF9Hek5NbVB2R2hnRTBpOW10a3RDeW15c0J6UnlFWk9VaDI3TVdpY1RjWXFEREFkSWUtbjktS0VGRHptSG9Cbkl0b2dUUldpblRYRVktUkg0OWNKbDhyZVlfYkh5NFVwRWZ4aWJlMHlfUnZqdXY3dTNPZXhKRGlnOVg5dFdHcUdBQkNrRTZtUkNXVnNmcGVnN0JFMXA0UXBGSGRLaElNLVpGVjVDMW9XVVVn?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxQaFJ4MGxZa1VrY3lKT0l5VXpfZThZTXBSc2dibG5oeEtCNDJZZ2tSSnZBOWRWSnNtdkpIc2hENFE3NVB2S2hFczNMblBLR2gxQk1QOFAzeFR0S3Z1ZVhJQUFjZ2taT0U2WTJwc1g3cXZXUUFZc0QtbUFwODZRcHI3RHlZYk1BTk1rYzVxczFITzVUNkRP?oc=5",
|
||||
"https://www.gov.mn/",
|
||||
"https://news.google.com/rss/articles/CBMiY0FVX3lxTE5Ib2tUT0l3Q3p5bUcxaWRZck5qVE81TU52UWp0Y0w1RF9Sb0V3WEtPV2FRd1Z5cHZyNFR0WHlMU0h3LTFDZGMyOXZ3cDBFU0VhU2IwMVZlQ3hvdlh6Y1ZCLWdBZw?oc=5",
|
||||
"https://news.mn/",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxOSTFZQ21wQkNPSFEtSXg0YXJ5WXNYVTBwQ1UtLWtHY2FkSk5BNXZjU1hrZDNKTlQ5enppX2pOTUVlaTFKdHJwakU2RHdmS0FMbmQ0Uy1vNFM2Z2VUcTVDanZMc1EwazNLNWxhcXFSb250M1gwMzExVlI2QzhENFZmbndaaWthMWNpNG9iV0E3dVNWa1FSdG1FNk82SmhNODNuUTF6bmpybk5VdG5adDg4cEtyR0ZFQmQ5TGc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxQaWxJMzlPU3NreEhRTDhMR0VURkZ1eWZOYzJCOG8wUGNtcWUxVVRteVU2Zm1pUDVORlBHdWFUcUE2Q0xTRl8tNVhBdktoTGs4cnh1ck1MTFpObWtQSnpHclBWd1YyQlYxSmNxVkZ0TTNUTk1xU2RYblZMYVlHWEtrVDdkalhuLWlqY0tJUEFsS1RQWjBxYlB6YUhUVUt3c3hCREJCT1R4eWdzMWZnWDlMaExXUW5fRzRsSDlVZDNrT3dXM3dDc3EzTEZ3ZXE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitgFBVV95cUxQeERxNWlGRENQcVNfbjhTZWoxLWN0X3N6a3BHN0hmR2lpSVM0cXZJRHQxMEY0YjU4WFJIS2dsUEVHXzJneDU0dkRsdGRYUm1VcWZfOTdsY3lnQzNWTWlHcFVibXEzQklZdnB3RUZ4dGUybEdQT3hiNGwtdTAyQ2FsU1NJWTNGYWlVVFEzaHRrMENxNXBfa0l5ZlBVOWljYW5DTnVuMzlweDNjZVVlcWc1aGlnODBFdw?oc=5",
|
||||
"https://montsame.mn/",
|
||||
"https://www.mongolbank.mn/",
|
||||
"https://news.google.com/rss/articles/CBMixgFBVV95cUxPaHFLM1dpZ3BJZ2NhZUFKVkliVUdxU1lqR1VGNGRpbTNFS2xjcERuTG5XbWpEUlRBTHBrVFY5cGpyenNOdTJtV0xMOTFSYm5UMXhVbGRaN1F3enprNklGYXdtNjgyTTFmS1QxTlA1SVh0aDF0UXhTQmNCdjlLYXhZSUVOZ3FrbC1ocVN5MHllMFN2ODZ1WmwzbGNxTGE2QXRFQXNZQk1KXzJRLTlpRmYxV2s0c3FJdG1xbjdYb2xuTDJBZW94d2c?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiV0FVX3lxTE4wdDNXTE00dXRTckQ4WDZSWC13SmwzbXNHVGw2TWE2dkxzczRyYms1SldITndwblo0MlQtOWlhb0Jqemd1bUhrWU15aTlNb01kRXJQRkxNNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6AFBVV95cUxOQXlfNVllTFhVVVpuUkFXX0R4c19reXBDX3FGN0NRMDVRcUZQUndyMXJOTDNIQVloZVBJNTZsdXNseXUtNDVVWGIwWE9yWDJTVHUwWTQ4SXlXbnJxTzQ4R1pPZ3ZFOGM1eUdwY0dqM1FzNV9WZ3lfVzVkRVkyUUtfbHlsWHFOb2EyX3RsMHdtcnJDajBrNDJOd1B1QmNPb3hRUlkwblZOakNfZjhrMDBhYTRYSlpMcUI5aUVfQ3BKZHdLNldhV0Q3UXpEM2JGeHJwdXZYNFZNQVRBcXZtallINGtsOTJaMm9H?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiywFBVV95cUxQODJnbUY1ZlRTRmlvaFZTRzhjV3VJV1o2U0ZmQ3NVc0p4bFZqQ0x3UXMxSjc1aXRJZi1rcUtFYXVUazVHaURXRTZ4MHR1ZVRXaEhmV2dtSzB3RzFkb3FuMHNWWC1oQmV4LTFVUUs4WVl5YlF3WHlVNGlhMGhOYVBHZGZ3QXhURW5OdWZWbGtFeG1qZ3NvWnVjVmJuemR2dEpoLUd1dGVyQVlJdDFwLUlzQW41NEUxb0FEYVJCSzdtMzdMMWxVdlFoVXM1OA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMieEFVX3lxTFBFLVlKc2hURkJPNjJPUTdPZ2lOdVlTcW4zblZ0c0d3b1FNRDRYdS1WdHhqQ1RmUXVsVmhra3dVRGwzRndzcVpmTWN2b1dkMS03TVBNZW4ydzRrWnpoUDFqTlU2MXB4elh1aHhQRHlJaC1EOHRrRFkxNQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuwFBVV95cUxOLTgwa1JNd3dHaWktdklXY3daYTVQLTE1U3hZeEpIbnplZE84NmtQaEFkSWpUalQ2OVRVVGM3eF9XZGYzeVhoSUktMGFpOS1EWGlSS1hVRTJoejJFQW01dkM4UWlQYnhaeXhtRzBuZUs3QjV2QlRFRVM5SWtEMlVfMzY2UEtqTWM1UG8zNWJEZmx0V1VIOXBCTFF0ejV1Ymc5QnE0MDJPbG16eEFxYmdrV0JEZk8yeVJBdk93?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxOdldwRDdHQWZzYUVWaFE3c3B0cHhfbEdhUWVIbEtjYUlsYkxPZFpCX0R5ZXlvc2ZHRkZoLVVxZVVhbGRGcmJqeFRma3N5Qnh6ek5aTDVkYmo0YTlINkFlSDJ2SUhfZXhDZzlLOUtSZTBEM2NNcEdzZUJsMFpXUEh4QzVaLXJrSUd3bVRoV3F2czQzRFBj?oc=5"
|
||||
],
|
||||
"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/govt-pushes-age-friendly-features-in-new-builds-and-renovations.html",
|
||||
"https://macaudailytimes.com.mo/april-home-transactions-rise-to-338-average-price-hits-13-year-low.html",
|
||||
"https://www.bocmacau.com/",
|
||||
"https://macaudailytimes.com.mo/intl-childrens-arts-festival-returns-with-1000-activities.html",
|
||||
"https://www.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/graduates-boo-pep-talks-on-ai-at-college-commencements.html",
|
||||
"https://www.ctm.net/",
|
||||
"https://www.macaudailytimes.com.mo/",
|
||||
"https://macaudailytimes.com.mo/new-law-on-private-medical-institutions-approved-day-hospitals-now-allowed.html",
|
||||
"https://www.macau.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/macau-open-badminton-returns-with-record-prize-money-and-ai-innovation.html",
|
||||
"https://macaudailytimes.com.mo/professional-tax-refunds-begin-may-22.html",
|
||||
"https://www.umac.mo/",
|
||||
"https://macaudailytimes.com.mo/woman-arrested-over-fake-chip-scam-targeting-money-changers.html",
|
||||
"https://macaudailytimes.com.mo/lawmakers-call-on-govt-to-correct-flaws-harming-public-interest.html",
|
||||
"https://www.dsat.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/investment-banks-expect-may-ggr-to-reach-mop22-5-billion.html"
|
||||
],
|
||||
"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.maybank2u.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMizgFBVV95cUxQdHd5SHBwLU5CaFNNVDFzWGlOdkhLWm5IcERaMzVFNkxsTHBpWU4wc1g5cHN3Z0NIalphX3hwYXktaWtzMjJFS3hBc3JfZDRITFNpcWlwWVloR0Vfc3g0b3lEX0J5ZDhibWFaRmtUWVRYQmxrVHF0NUNsTXI2bmNoQXphZ3I4M1l0dktub3JTVnA1ZGpzM0wycXJqdEkxZ3NKQ0Y4b1Zwc0RKX2NId19zOFVRdGViV2FTYVBtY2ZCNmExZVNtdkJCNWI0UC1sdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimgFBVV95cUxQMkRvZFJpT2VDQWJLTktXTlpOLUVRNnoyVC1zYVpxYlR4N0VabnJJVDBiazN5M2owLURieDNrRW1UczVxQy0yYVNYRmdzUEdWWXJGV2JrMnZVYTM4N0hJOHE2VjBrQzUtNGpVWFJzNWszTW52aTdCQmsxcEhSeWREMWdsUEFMd2VaMHcwZktIREdGb0dxTW13Z1B30gGfAUFVX3lxTE9uQzdIWm5KM3RjTnFWZmk2LUhFRFduMFB2M05IeE5IcGpFMFRlVXFCckJSd2puUVI4RllZc0pKZnZETHl5cnpHcnFENTNPbGpWcTdmU3R2bWlRVV9BamFPZlFMYUg4UTY0MzRlZV9HLVVTNFFKcjhIYnlZT2lUdDdpZVJtLU1DUTlOVzdqRUdONHhjQldZLUd1YnpEOEQzdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitAFBVV95cUxQOFpqNFFqSzFITXFMNDJDcDBob3RjLW1EamtHX1U2REE3Q0NXYXpxdGZTNDBKYVM1YWhnS2gwRXB3dEpNeExyTzBjZndtaXlORWxvRnJhSzh2dzZGQXgtclNXbTEwR2VyU21rbzE2Zno4ejJYUzFUempnT0hpVzY2RmQ4TkRwM2VvOUJRSFd1OXVlb2RNQ2F0YXZ5aTNxUVN2RkpMLWtFMGpHZ1BhVEp2bHNxRmY?oc=5",
|
||||
"https://www.hasil.gov.my/",
|
||||
"https://www.pos.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxNcGtYWE4xZHdmTUduUTEtamFPSWE4NXF1RG5aQndEQ0E0U3pnbmpmdVRVRmdFN3JsbFVvYVU3aFcwU0dwYWxHUHhPbjZUdkxlLVUzSDZobi10bWNaY2pLeUUwSjVVcWlpVXNGT2puLXR0SlhERDh6QWpURHpkN25PdW5SbkFuSGZUc19MdUlIM0psRDl3RlU1VFJ3Y19BeWJnWTBKNl9UQQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxPUG03VExSSXBfSFFiX1BzYjZTWmc3amZuMFhYUFBOUHo0NDdBVVRHU05PVTlsMlFFa3B6NVFZQmNGRjFnNWdneFp3VEVVX0J6UTdaUFFvT1kxMGZFS1N2R2VIeFZUdWhpYjZ1NkVqTExacUV4Q0w1YlFqWGpUMjZPYW9YN0xodFR4UENtTi1lMklna0VYeElCeGE3RGlfelJYVVFma0dudFFaeGJpdTBFZkpFQkpVc1FUY2c?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6AFBVV95cUxOT1p5WVZUck5zS0NsTG11V3IyRkdtVktSbzhONmhuZUprMGN4Yy02SDdieHFERlRmTDhVbk9jVmtQZjdYcnd0ODZNS2dBakZLSFk5eTlaWE43TFlObXgtalhUeTM5UXVoMGVXUFNzSEwxUWxRXzNLMWlRVHhvRi04c3lhOG94VEFCLXUtbEN2bTRDR0RpSmQ1bWxqSFltS2dvM3NJaTRneEVwR0I1NGF1TXh1M25KQ1RXWE1sMFNONV91dk5Pd2tVaU5ZbnZIN05qMjVQVXpMWTB4Xzhrakc0Yi1JXzJoTG9F0gHuAUFVX3lxTFAwTUxyZ3FFS0ZwT0M5SnZEQTd5bURnSEt1ZE13ZW13UDZDS0t3V1NhLW0xd1NDcUlDWmZzOE9hQzBYUHJELXh2bU5DcUtfdS0za2ZYRlNVdzQ1UDItaXh6VGlITmRjVk1Ldk5PME1jTTdkVW9CMGhBdnVwcndCU2JqemRqY3QtY0c2T2twb2JNVW5uaTREdThGLUQxN2txVW1fUUZMUHhwcTNHNXMzV2FsNkh2T0Y5dUY2MmxuMjZMcDhrcnJxYnpfUjVQaWpvUFdjYlZNY205QnIwTzdBN2dqano2TGdzUW1iZlhyd0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizgFBVV95cUxOYjdxZWM1eFZyRDE1MGtDNVZQWi1tYW43VzdDZEw4d1VKZjctZ2JZT1BTaHQySU0yZldtSW96bEpCNVZJWURPREZKdFkxUERYUlE4bThFZG9yU3YyRm9XcjNDdndPWC1mRE4tNDBCN3dxcl9wTTBsNmFTSmlNUzBTb1RMellrczNSSkl6bDZFS3lncF80MVlIb1pNbDFOTEhtakJkdHJsd2l1RWNTalVZa2Vpc0c3TlhqNnNfZGgwTE5iVnRpa3E5d3N2OGp0UQ?oc=5",
|
||||
"https://www.kwsp.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMitgFBVV95cUxQdnBacDNnMVk1MjFqT1BmREdvYVpSdDQtSWQ4emxuZ1hpZ3UxLVlhTzl0MjRoWEJjdnR2M1lwbEZXUjUyZmpJUUVLZW9wN3hmaURaN2pZeUVObTdzeGU2d0IwSkZmeTlQQVFPbFZ1MHBNUkJQbHFINzk2eWJpV29CNVlUOFdHRF8tejg4UU1yZkVLYmJpSnV4em91WHBNMnYyelRzbFIwTUtseTVnZVp4OWZJNVd4QQ?oc=5",
|
||||
"https://um.edu.my/",
|
||||
"https://news.google.com/rss/articles/CBMirAFBVV95cUxQQjQ5ZnB3d2Nwa1pzSWVKNmlwbVdwaW9XVG5QVzZCcS1IUFhGeG1VUEctcTByV3RxWXcxZ0pmb3l0aGpjdlJtVjZHSkZ3ZXpoS0VGUHByY2FDNlV0ZFRvbm9fcEt4QW1CTEtLNldnQXBkakp1V21GaFNjWk9tbkNHdzJ6QlBkQzRCNnhpVWdkQXBPMWNva19LVUg0UU1SaXBIUUVxYVFWYjdsMC1B?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizwFBVV95cUxNeTRid01BSEpNRUxGcVBMTEd0bjlEOHdZX2FEMjc4c1FxX0poRTZEVG9tbW5yejlEdFFibDg0Vi1QSXoyamdWTzk0N1V4dTBfM0QyeHAybzFFbzlaeWw0V2pXT0JzS29oSWM5Zlp0QTZET3NBSkp6aUtpdVVVb2cyNTgxYldRMGZCc1kzUnZJWHNkN0F3OHJRMm5EX201VWc3Y1BOd3dEOC1rdUYzWHpISkp1aElXRVFCRUozYVBYa0NSU3VBZ3FnZndVVWtkLTQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiywFBVV95cUxQRE1NRXFnckdTRGdtMmZ2RWtJMjJnenRaUk04WTQ3VFROMlNFSjFLajR5aGhVMWlORlUwRjZYTV80TmFkdEVUalAybHVIYWgxbnlRTG9fTXJxV19hLTdHTS1WWWFxanB4RGJOYUdzSjR0dGZLT1RieTZUbk1NWjF3YTJzM3VnNGl4Mnp3YWxHSmdQWjRUR0J6dVBybTAzcUpUaktSS3MyWUg5cjhOSDBzdjJrdFhlblc2eWdUTVlCS0syOWFUeGdmbV9EZw?oc=5",
|
||||
"https://www.cimbclicks.com.my/",
|
||||
"https://um.edu.my/",
|
||||
"https://news.google.com/rss/articles/CBMivgFBVV95cUxNS1loeU56bWRpaHBwb3BxUmc2Vld4SldiRVRWSVI0aEFQVXRiM21heUxyXzNwem8xaVNIRWtDVnE1NjQtc2RfMmJkcENOa0dwZkNpLUxLS3BiQklCMG5CdHh3VUpEemtwTG01T1JkU01vQllpTmRVOWxwckhYYUYzQnlWV0lib3p2TlVPcV9abDJxTlItQUpZd2plY0R6Uk5ra3liSTNrcjFCR3E0Mm45elFON3dOT2cxejlCYkFB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiYEFVX3lxTE5kcGVLVFA1S2RfcXV3dzAxYUZyeFp2RV91aHF4UzBLZ2VyTDRNdGVTOEZ6ZXJEQ1lsNC1uRlo4SFZqTkZyblZjYU5KeHhZTXhVa3lQNzJKUXdYTG9TbWhSag?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxOdXluTjBSUExEdWZSS2xvakplOGplRXg4cExaWV9hd0FqSE9UYzdyY2tPOFJ5MlBJcU5KSXRvazY4bmJwU09WTE41aVRVb2h6WVB5Y19hT1dVYVdPaWx4VlUtVHhOYUFfWHRsbmNsVU1WNkRBdHh2RkpZREdjWmxfMTdmMTNBWXY4bWNrOUpycWVZNUhsalllVTN5QnJqYUpQcmQ2OFhhRmFGWFl5NFFRX0xMazdXNnBoRFhFa2lGenJBSE5UNFh0OVVaNi0?oc=5",
|
||||
"https://www.lazada.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMisgFBVV95cUxQUnhud0Y0T2ZualFMcFJqSXhFSHRjVXBCZmY0TTBzZTVUaXdBal9mUWpydERLSHlqSFRTZXNieDNLMmE5WXR2QXhBcmJVTFNVc1JiWDhnMnF5ME9YaGJUaEtqeVBWYlFqMnFWU3FEelh4aHhGbzBxVy1JU1JSVDc4UjJEcjFNNFB5aGZoQ29HSDh2VHNFY18wNjN6OGM5Vkg0bDRremVRMGszNThuNk84dnRn?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxNQTMtRC1yYmRvUzlpb3NDMDVVRk1qcDVSUENacnprdVVJWFhPa1lKLXc3ZlNET1Bha2JOOHRQZkM5TUl0aEtPejdIa1JoeWxQTHdLLU82dFBjcmJDMmVFRVFBeGtsVDM5NlZ0bnpCbklDUmljQnpRQ2dxTHR5THZCd2c2QmZETlc2THplTlpoc0VMU00zNW5sekdMUkdWdHluZmVfOFJJaw?oc=5",
|
||||
"https://www.malaysia.gov.my/",
|
||||
"https://www.thestar.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMiYkFVX3lxTE1lYTR4V1lLYjhNSURELWphckVUZG9iSmRKUGttQ29JLWY0QWw5aVNIMTFvVXY2ck1DT24tY1NSaERBOS1QcXFjWml4N2pYd2wtd3E1MGdHU3VUb3E4M2ZOMGRB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMivAFBVV95cUxQeTlMTzV2dFczc0FaNy0yemhYaks5a3YtbE5QelFHUmwtYnFORHlvdW1IdEp2ZDdEMkY1QVp3dks2bUN5QVhOQ2NoRHlkT1RaQnp2dzJGZi1pMlRNX0NCcTNWbDBCU1NjNXdRRnBiaVZIbFZFblhoWlprSkhELWNKaHBCcWRvZ3RxZmlBNGZEeUtYV0MteHR4NnpLWjRDaVltdDhKdU9PNHRPdmVaTmRYaFVncF9ZMWJfOG5IRA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitwFBVV95cUxNRVpSblFDZTF0UUlwcW5NTkVrYTEwS29pX191ZzJTMVlaVmRCWXRmNG5XaVRTMXMxSnZMSEx5bTlYcjZVX2JwYklSN2VTWGFiT1JoV1hVZW1xb2dsdTh2cklvY3FvOHFMekJ1cVgwS19QUWFhZXRqRmx4eW1RaWRXVVBBVU8tcFAtR0IxS19EcVVRYVpPdUtqZXZRc2N4cllGMW50UWVvLUYtcmNJTlBhZ0dKOHZSYWc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOU0ZGZHNJN1A2QW1KSEhOYktncjUxc0VDRFhqWUdTaXRqTUZvS2h5TElqalVnTVB0RkswTmFpV192SUdzUHlnRk1qdW5rb29idE9HeTBWNWpnMUZ1ZTZfUGkwbDFwY1h2MDRfdWxMdGxvQVh3XzZiam5BZHpobkZ0bXNtVGdudURMNldNby1NS01BeEx6a2JVbXh6bWhaay1Od1lfN2hvZHptclNGWlEyeTF6eXplc25G?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi1gFBVV95cUxNOURwUS1ZMVdYb3ZuLXVmdzlYUU5adUJLSXRsS0QtZHlDdjhiOWtsdDRKZG1UU0N2ZWpobm5vS3MyZmlqZ2tkbklfM2ZIQk5BQnYyb3VxZWNHT0RMZkNpQXhaNURxcmFLZDg0eTFEUmpsd2ZxNV9zR2hMakVuWGI2YTIyMTFzN2t6TWpOTmMxeV84ejRXQjAtS25JLUV2TjNuTnRTbzdaQldHVlhWTVc0VjJ5QkdMR1lnSGoyelZaT2lNR29WSEpYRE9vRkRERlQ2QWlKVG1B?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6AFBVV95cUxQN2thOGliMS1EcTVSUGR4dHNMQ195ZmNRMTZBSXA0U3BiOTRYT2t4cHdTMHMtb0tKMGZwQjFmY0xjUFRySlNxSlRjQk96amhzNmJ2VXZidFBzT3NzUjZ4MDdGOXBKbWxnQ2Q4a0huZG5keVdHSUtUVnZYejJhRTc3QWdLTDhiVEQwaXU4VVU0S2Etei1BZGdXY0dUV0NiaHRmU3VjQXJ5SUo3T09mR3VibkE0UVA5OUF1WkcwTGpkOW5Nd2dBNThNYmV4cU5PTVBoRldiWE1sdUVqRFNIMnNpSF8wWDJfa3FE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiiAFBVV95cUxQNk1Udms3ZEZ0U3BacG5VQjdISk5wajRHZTg2NkV4QWk2amlvaFAtX0JkZGtCYjFCTDd5OE9iLUlpZkxtb3lyNllQTGt6ZVdicHlDNkZKYXdWNDhvd0pQcGEzY1Y1eEVTcm93dHFYaG15Z3dlbUpRMkp4WDAzYS0xMWRBdzVjYmd3?oc=5",
|
||||
"https://www.maybank2u.com.my/",
|
||||
"https://www.hasil.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxPVElBaEJDcUY2Q2lUbkxIa1k5S0YtemNJQzdKSjRWbXJhaVhPVC05Wmh4UVZpYVM4RnJmWjFqckFqb1dLWkx6ak9ja3gzOEhFcDRQWjA5ZHZGNTRyc1J0TUhXc2xOeGRFb182RS1rUE1JYWhsT2ZiN0NTLWctRHM3Y2d2REZ2RTQ3bVQtWk1OR2paaUlibFZlMFQxZEJ4WEdmX2l5dVNrUlJKTTdqd2g1UWxlNE1zMlpTUXfSAb8BQVVfeXFMTWdoUEp5MjJTdFg1TzVrYnhsbW5mMFlWSHFVaGpWeHoyUDJGaU9oT0VHMk9HUmpxVGlaV0xTa0wyS21xSHB3bDBMSzMySW0yN2hYUEZtSm5DdVJ4bTFVUmI5aDRyYXEydlpSY0kwZGFEcDhHUDIxVWc3eW9wWXJZOC1Qb251Mzg1eU5Mb19Yc1VNSmdsVDFKSm9CazBucGd6OW4wVFQ1SlBBZElzLWtndnpZSC1Pc0R2bmVrdXV4WlE?oc=5",
|
||||
"https://shopee.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMirgFBVV95cUxQUnRDeW1NWW94LUZDMUc1Z2QzZzFQMmRBdFUwdG5FUjNUemZQaGt0a3ByenhrWExEUGpvQmpoNzRwd1I0bmRtcWlYUkRFZV9xVEVEZlZlZXYwSnVBMFVBYi1tdTE2cVFybkV6NDZIVXEyRklIUlNMeXlRMWZwcUVYYmZ4X3lOQ3N2MVZYNkh1NHFNVnNlVHZzTC1ZdHdpbnpJM1pQSzQ1bkEzQ0JEVkE?oc=5"
|
||||
"https://www.pos.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMiwAFBVV95cUxQZE4weGI5dTZ6WFEyR2JFWTZwXzlXZXVWWjRLNExTeGlPbWJCRmY1YjZGV1RrMlhDcUJmTVkxOTlwVEI0ZE9oUnB3UndGaDY3bEJCNlVhYTZZcUM0aDdPZDZVNzB6cnNSWkJudnVWb3M1UmlZX2x2MmFWM1d1cGlGa0lQY3V6RjdzdW9HNmdSdkdyWl93R3lFTU80RDZORHBWbjNSWENzclZKRlJGak9maTVSOFJWYUs3VV9JT2tDMmg?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAJBVV95cUxPYURyc3gxdVMweEVZUk1md3VMRVlIV0FjQldXOTFxNjVMWjdYUk1lb0xyVTB1b0NlUUg0NHV6WERGMFZRV0dBTWp0cVIwQXFON2c2X2NYQkdvWnZobUhTNlBTR3Mwa0F4bUpvOGo0T3FTMHkzSnp3dGotUlgxNFNzeXNsamQ1WnpLTDkySGFWVFlXQzl6QkllYnRSaFdPeFFxamxPeU8wYlVrZ2RobjUwNXZENWlXYzlMUnI5Nll5ZzdhZTVYbmlpOEtfQjFOTEJQdXBwUnNzYS1tMGVsSXdURV9sT1ZzeTJhRzI4Y1JXVkg3LVpkX19sZ1NZMGhKOVhNODNFdjJGQ2t6SEVVamZ6LTJXTFY4azdMUHh2N3g2VlZ4VDhlRVN3TTExUE45UVlaUGctaXRDUU5leUhpLWlyUGZjcnJ3U3ROaHlTVw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinwFBVV95cUxPMmpYRW4tVGJlRnpuanFzdmNuaXQzNVkzajZfT3F1QkxJRmxYdm44dU5kbDZfMFZCdWJzSUFYU1JsVzd2UFNjNmpQMThFZGNBWUR5UnY3TzUwOUo4dDhSanRRc3NTeVFOLWR2SmJRcGFZSFlmOE9Xd0U4YmVwMm1WRXdraXVKb1RfZ3B3Nm5IVXBhTU4ta2hKbmJJeXdPMFU?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMifEFVX3lxTFA4RHBXalUtNzBPel9ESk95Q1BqdWtwNUpDd19MWWdlamRiWjRIQTRiVW93SUZMZVRlYWJJZi0yckJjWXFtRUZ5V2JXNGZlOFRycVNhZ1lfWkJHVjg4b0FBREtuUFBMcklLSmFKeVZyMDRyVnAxQlZ5eHlSUks?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi4gFBVV95cUxObTRsaFNFM2dBYWUxUFliLTBIc1pFT1FJamZGUVI4Zi15WVZIVVNiaDhNdnhUeDc4RDJEeWRIU011b1BqWk90WS1raWpjcjVNYjhvdWtLNFdCZ3daS2RmS0tNWmlxb3hnSXBET2lHQzF1UERESmxqM0UzbnNNRDRsWXItTGs3aURQYXplSDZKS1dwSzRBdWwxVGRhMnpSMGpiMXpPX2djWHU2bXQwZ1ZIV3k0cTVsR3JwbFJzZ0VhcFpTNUIyZERLNEJodmZrSUI4V2JlaTE2RzgydFpNUl9UNTRn?oc=5",
|
||||
"https://www.kwsp.gov.my/",
|
||||
"https://www.thestar.com.my/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.malaysia.gov.my/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.firstbanknigeria.com/",
|
||||
"https://www.gtbank.com/",
|
||||
"https://punchng.com/japa-nma-president-demands-better-welfare-for-doctors/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/2027-jonathan-weighs-presidential-comeback/",
|
||||
"https://www.vanguardngr.com/2026/05/plateau-killings-wont-continue-mutfwang/",
|
||||
"https://punchng.com/swaga-leaders-root-for-tinubu-oyebanjis-re-election/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.airtel.com.ng/",
|
||||
"https://punchng.com/rivers-man-in-police-net-for-defiling-neighbours-teenage-daughter/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/farmers-accuse-banks-of-diverting-agric-funds-to-real-estate/",
|
||||
"https://punchng.com/experts-advocate-collaboration-upskilling-for-career-growth/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.nairaland.com/",
|
||||
"https://punchng.com/sunbeth-to-launch-70000-mt-cocoa-80000-mt-cashew-processing-plants-in-march-2027/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/borno-attack-claims-two-soldiers-zamfara-ied-blast-kills-six/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.konga.com/",
|
||||
"https://www.mtn.ng/",
|
||||
"https://punchng.com/olopade-hails-first-ladys-dedication-to-womens-sports/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/ukraines-destructive-footprint-and-the-folly-of-an-african-partnership/",
|
||||
"https://guardian.ng/",
|
||||
"https://punchng.com/police-kill-robbery-suspect-rescue-abducted-oyo-farmer/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/us-to-revoke-passports-of-parents-owing-child-support/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/nigeria-now-working-shettima-insists/",
|
||||
"https://www.jumia.com.ng/",
|
||||
"https://www.vanguardngr.com/",
|
||||
"https://www.konga.com/",
|
||||
"https://www.punchng.com/",
|
||||
"https://punchng.com/amusan-leads-nigerias-african-athletics-championships-team/?utm_source=rss.punchng.com&utm_medium=web"
|
||||
"https://www.airtel.com.ng/",
|
||||
"https://www.vanguardngr.com/2026/05/sifax-chairman-urges-african-firms-to-build-global-scale-corporations/",
|
||||
"https://punchng.com/faan-tightens-airport-surveillance-over-ebola-outbreak-fears/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/makinde-signs-executive-order-regulating-vigilante-security-groups/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/stakeholders-lament-flaws-in-nigerias-table-tennis-growth/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.gtbank.com/",
|
||||
"https://www.firstbanknigeria.com/",
|
||||
"https://www.vanguardngr.com/2026/05/aburi-accord-ojukwu-frustrated-all-peace-moves-gowon/",
|
||||
"https://www.vanguardngr.com/2026/05/child-trafficking-2-minors-sold-for-n18000-each-rescued-after-4-months/",
|
||||
"https://www.vanguardngr.com/",
|
||||
"https://www.nairaland.com/",
|
||||
"https://www.vanguardngr.com/2026/05/nadeco32-oil-subsidy-exchange-rate-cabals-want-me-dead-tinubu/",
|
||||
"https://punchng.com/results-were-allocated-how-apc-primaries-sparked-outrage-in-benue/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/court-dismisses-fundamental-rights-case-against-pcn-nscdc/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://guardian.ng/",
|
||||
"https://punchng.com/turkey-president-hosts-osimhen-gala-teammates/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/to-protect-our-democracy-inec-judiciary-must-be-free/",
|
||||
"https://punchng.com/chelle-names-12-debutants-in-eagles-unity-cup-squad/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/discos-reject-lagos-plan-to-end-tariff-classification/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/mbah-inspects-enugu-smart-city-roads-ahead-of-inauguration/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.mtn.ng/",
|
||||
"https://punchng.com/lewandowski-ready-for-nigeria-clash/?utm_source=rss.punchng.com&utm_medium=web"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.jumia.com.ng/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://nos.nl/l/2613501",
|
||||
"https://nos.nl/l/2613506",
|
||||
"https://nos.nl/l/2615198",
|
||||
"https://nos.nl/l/2615189",
|
||||
"https://nos.nl/l/2615212",
|
||||
"https://www.buienradar.nl/",
|
||||
"https://nos.nl/l/2613519",
|
||||
"https://nos.nl/l/2613523",
|
||||
"https://nos.nl/l/2613474",
|
||||
"https://www.belastingdienst.nl/",
|
||||
"https://www.rijksoverheid.nl/",
|
||||
"https://www.ns.nl/",
|
||||
"https://nos.nl/l/2615208",
|
||||
"https://www.ing.nl/",
|
||||
"https://nos.nl/l/2615213",
|
||||
"https://www.bol.com/",
|
||||
"https://www.marktplaats.nl/",
|
||||
"https://nos.nl/l/2613478",
|
||||
"https://nos.nl/l/2613517",
|
||||
"https://www.rijksoverheid.nl/",
|
||||
"https://nos.nl/l/2613524",
|
||||
"https://nos.nl/l/2613527",
|
||||
"https://nos.nl/l/2613495",
|
||||
"https://nos.nl/l/2613522",
|
||||
"https://www.ing.nl/",
|
||||
"https://nos.nl/l/2613511",
|
||||
"https://nos.nl/l/2613529",
|
||||
"https://nos.nl/l/2613477",
|
||||
"https://nos.nl/l/2613475"
|
||||
"https://nos.nl/l/2615202",
|
||||
"https://nos.nl/l/2615177",
|
||||
"https://nos.nl/l/2615184",
|
||||
"https://nos.nl/l/2615200",
|
||||
"https://nos.nl/l/2615187",
|
||||
"https://nos.nl/l/2615218",
|
||||
"https://nos.nl/l/2615197",
|
||||
"https://nos.nl/l/2615179",
|
||||
"https://www.belastingdienst.nl/",
|
||||
"https://nos.nl/l/2615219",
|
||||
"https://nos.nl/l/2615181"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.rijksoverheid.nl/",
|
||||
|
||||
@@ -1 +1,40 @@
|
||||
{ "region_name": "Nepal (Kathmandu)", "google_module": { "base_lat": 27.7172, "base_lon": 85.3240, "lang_params": "hl=en-NP&gl=NP", "valid_url_suffix": "com.np" }, "trust_module": { "white_urls": [ "https://kathmandupost.com/", "https://myrepublica.nagariknetwork.com/", "https://thehimalayantimes.com/", "https://www.onlinekhabar.com/", "https://ekantipur.com/", "https://www.ratopati.com/", "https://nepal.gov.np/", "https://mof.gov.np/", "https://www.nrb.org.np/", "https://nta.gov.np/", "https://www.ntc.net.np/", "https://www.ncell.com.np/", "https://www.daraz.com.np/" ], "static_urls": [ "https://nepal.gov.np/", "https://www.nrb.org.np/", "https://kathmandupost.com/", "https://thehimalayantimes.com/", "https://www.onlinekhabar.com/" ] } }
|
||||
{
|
||||
"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://kathmandupost.com/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxOdldwRDdHQWZzYUVWaFE3c3B0cHhfbEdhUWVIbEtjYUlsYkxPZFpCX0R5ZXlvc2ZHRkZoLVVxZVVhbGRGcmJqeFRma3N5Qnh6ek5aTDVkYmo0YTlINkFlSDJ2SUhfZXhDZzlLOUtSZTBEM2NNcEdzZUJsMFpXUEh4QzVaLXJrSUd3bVRoV3F2czQzRFBj?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiY0FVX3lxTE5Ib2tUT0l3Q3p5bUcxaWRZck5qVE81TU52UWp0Y0w1RF9Sb0V3WEtPV2FRd1Z5cHZyNFR0WHlMU0h3LTFDZGMyOXZ3cDBFU0VhU2IwMVZlQ3hvdlh6Y1ZCLWdBZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMieEFVX3lxTFBFLVlKc2hURkJPNjJPUTdPZ2lOdVlTcW4zblZ0c0d3b1FNRDRYdS1WdHhqQ1RmUXVsVmhra3dVRGwzRndzcVpmTWN2b1dkMS03TVBNZW4ydzRrWnpoUDFqTlU2MXB4elh1aHhQRHlJaC1EOHRrRFkxNQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMitgFBVV95cUxQeERxNWlGRENQcVNfbjhTZWoxLWN0X3N6a3BHN0hmR2lpSVM0cXZJRHQxMEY0YjU4WFJIS2dsUEVHXzJneDU0dkRsdGRYUm1VcWZfOTdsY3lnQzNWTWlHcFVibXEzQklZdnB3RUZ4dGUybEdQT3hiNGwtdTAyQ2FsU1NJWTNGYWlVVFEzaHRrMENxNXBfa0l5ZlBVOWljYW5DTnVuMzlweDNjZVVlcWc1aGlnODBFdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiygFBVV95cUxNXy15Xzh6OWwxVE1XUDlFekI5QlFKN2luOF9Hek5NbVB2R2hnRTBpOW10a3RDeW15c0J6UnlFWk9VaDI3TVdpY1RjWXFEREFkSWUtbjktS0VGRHptSG9Cbkl0b2dUUldpblRYRVktUkg0OWNKbDhyZVlfYkh5NFVwRWZ4aWJlMHlfUnZqdXY3dTNPZXhKRGlnOVg5dFdHcUdBQkNrRTZtUkNXVnNmcGVnN0JFMXA0UXBGSGRLaElNLVpGVjVDMW9XVVVn?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxOSTFZQ21wQkNPSFEtSXg0YXJ5WXNYVTBwQ1UtLWtHY2FkSk5BNXZjU1hrZDNKTlQ5enppX2pOTUVlaTFKdHJwakU2RHdmS0FMbmQ0Uy1vNFM2Z2VUcTVDanZMc1EwazNLNWxhcXFSb250M1gwMzExVlI2QzhENFZmbndaaWthMWNpNG9iV0E3dVNWa1FSdG1FNk82SmhNODNuUTF6bmpybk5VdG5adDg4cEtyR0ZFQmQ5TGc?oc=5",
|
||||
"https://nepal.gov.np/",
|
||||
"https://thehimalayantimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMijwFBVV95cUxPX1FWeUc0alVDNzBDRThiZ2kyUW9oYzVBS25VUjRyZzJRcElLU1RNMXdZcThMSnltckMtWEdvVTM4RXRsYV9HT1dSOXAyeWVycGJoT0JYeGhzeHBwR3lHRjZDcEVDX1c1NTZHeW5XdlUzcXRNd3dpS0ZQU1dlb1VUdkhsSndVTXZVVnV6MUkwVQ?oc=5",
|
||||
"https://www.nrb.org.np/",
|
||||
"https://news.google.com/rss/articles/CBMi5gFBVV95cUxNU2xsVUY4TXdrcl9RUjZFRTF4UmRibjJleGNXVGRFTXhPU2xES1RNOGRHT0NDdVQtZVBlQVZ0Ykpid2UzY3MxeFhLRHFSQkFDSjRKNkdCNjNjUWNSTlJvclQxTFRLREJDLWJyWXpHRDc3cl9Qc1Y0amF0enFqdEpYcEoyU1Y4SW9mcFo2eWo2U3d0bklFMG5KdEpLbzZpZkd2Qm9pcUU3TTVQcFlrQnZTeVNBd3o3VVJDVEtoUnRmN05qSVU0NGJ5bGhQdnpJVWVHSkM0Ty15OW0tWHhWOGhPd0hYUlpwUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiywFBVV95cUxQODJnbUY1ZlRTRmlvaFZTRzhjV3VJV1o2U0ZmQ3NVc0p4bFZqQ0x3UXMxSjc1aXRJZi1rcUtFYXVUazVHaURXRTZ4MHR1ZVRXaEhmV2dtSzB3RzFkb3FuMHNWWC1oQmV4LTFVUUs4WVl5YlF3WHlVNGlhMGhOYVBHZGZ3QXhURW5OdWZWbGtFeG1qZ3NvWnVjVmJuemR2dEpoLUd1dGVyQVlJdDFwLUlzQW41NEUxb0FEYVJCSzdtMzdMMWxVdlFoVXM1OA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiV0FVX3lxTE4wdDNXTE00dXRTckQ4WDZSWC13SmwzbXNHVGw2TWE2dkxzczRyYms1SldITndwblo0MlQtOWlhb0Jqemd1bUhrWU15aTlNb01kRXJQRkxNNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMixgFBVV95cUxPaHFLM1dpZ3BJZ2NhZUFKVkliVUdxU1lqR1VGNGRpbTNFS2xjcERuTG5XbWpEUlRBTHBrVFY5cGpyenNOdTJtV0xMOTFSYm5UMXhVbGRaN1F3enprNklGYXdtNjgyTTFmS1QxTlA1SVh0aDF0UXhTQmNCdjlLYXhZSUVOZ3FrbC1ocVN5MHllMFN2ODZ1WmwzbGNxTGE2QXRFQXNZQk1KXzJRLTlpRmYxV2s0c3FJdG1xbjdYb2xuTDJBZW94d2c?oc=5",
|
||||
"https://www.onlinekhabar.com/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxQaFJ4MGxZa1VrY3lKT0l5VXpfZThZTXBSc2dibG5oeEtCNDJZZ2tSSnZBOWRWSnNtdkpIc2hENFE3NVB2S2hFczNMblBLR2gxQk1QOFAzeFR0S3Z1ZVhJQUFjZ2taT0U2WTJwc1g3cXZXUUFZc0QtbUFwODZRcHI3RHlZYk1BTk1rYzVxczFITzVUNkRP?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6AFBVV95cUxOQXlfNVllTFhVVVpuUkFXX0R4c19reXBDX3FGN0NRMDVRcUZQUndyMXJOTDNIQVloZVBJNTZsdXNseXUtNDVVWGIwWE9yWDJTVHUwWTQ4SXlXbnJxTzQ4R1pPZ3ZFOGM1eUdwY0dqM1FzNV9WZ3lfVzVkRVkyUUtfbHlsWHFOb2EyX3RsMHdtcnJDajBrNDJOd1B1QmNPb3hRUlkwblZOakNfZjhrMDBhYTRYSlpMcUI5aUVfQ3BKZHdLNldhV0Q3UXpEM2JGeHJwdXZYNFZNQVRBcXZtallINGtsOTJaMm9H?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuwFBVV95cUxOLTgwa1JNd3dHaWktdklXY3daYTVQLTE1U3hZeEpIbnplZE84NmtQaEFkSWpUalQ2OVRVVGM3eF9XZGYzeVhoSUktMGFpOS1EWGlSS1hVRTJoejJFQW01dkM4UWlQYnhaeXhtRzBuZUs3QjV2QlRFRVM5SWtEMlVfMzY2UEtqTWM1UG8zNWJEZmx0V1VIOXBCTFF0ejV1Ymc5QnE0MDJPbG16eEFxYmdrV0JEZk8yeVJBdk93?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxQaWxJMzlPU3NreEhRTDhMR0VURkZ1eWZOYzJCOG8wUGNtcWUxVVRteVU2Zm1pUDVORlBHdWFUcUE2Q0xTRl8tNVhBdktoTGs4cnh1ck1MTFpObWtQSnpHclBWd1YyQlYxSmNxVkZ0TTNUTk1xU2RYblZMYVlHWEtrVDdkalhuLWlqY0tJUEFsS1RQWjBxYlB6YUhUVUt3c3hCREJCT1R4eWdzMWZnWDlMaExXUW5fRzRsSDlVZDNrT3dXM3dDc3EzTEZ3ZXE?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://nepal.gov.np/",
|
||||
"https://www.nrb.org.np/",
|
||||
"https://kathmandupost.com/",
|
||||
"https://thehimalayantimes.com/",
|
||||
"https://www.onlinekhabar.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +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://www.gmanetwork.com/news/", "https://www.abs-cbn.com/news", "https://www.philstar.com/", "https://newsinfo.inquirer.net/", "https://www.manilatimes.net/", "https://www.rappler.com/" ], "static_urls": [ "https://www.gov.ph/", "https://www.pna.gov.ph/", "https://www.bsp.gov.ph/" ] } }
|
||||
{
|
||||
"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/CBMiUEFVX3lxTE02Z0l2bzdLdjZZZl9QMEJHOTFkOGhOSXdIQnZmY3NabU11MjZrRUFUd3RhYUQwS1BFT01fTHZ4WmxfdE5mcV9heExibjBUbUdV?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiSkFVX3lxTE94M2JIZS1JWjB6N25jNjJBT2RtT202M3dLXzZmc2J0WUc4b1FPWnoyLVRHeEEybU9OWTE3TWY3SVltZ3JtMEhDWnpB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijgFBVV95cUxQZDNuREtiaFVHSWZPMEZmdk9MbjRqWWlrOWVxRUhsWHRJcFo2UUpMalhYUHd3cUVaTjRqdkpIUWlYMDk5NUNuNFIxQmJMQlNVTlpOd3d4WXVSYzJxVzdXaE9weW8wcmlZOGJYQjdDRHJWYUJVYlljWFNzYi1lZmpoaC1VRS1OMUQ4c3lMRVZ3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi3wFBVV95cUxQeG5CbUlUN3RncE1UbV9jTFA0R3VGTVBuWVhwSTZKTVFMQXp4dHowQmMyRUl2cFpkTzg1Q2pmY1o3NmR5bmlVU0dWS2lpOUtheEZReG44ejhFVHc3ajF5SC0ta1NlR3JZXy1jb3kyOC1CajJZaWRCbXUxTWlaTTc5d2tkelNtQzhNS0tQTEtWSG52eklIVUl6WF9XNDhlZTRjS1gzMXNnRUNzQkJBdVRKVndlWXVxcm80S0NDb19KUmlNQUtWdmRPUTlfazhmaE1GelhJZ3ZhNzk5aGdmMG44?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijAJBVV95cUxOWDhYVGQ4TW5xVS1FZ1F3ZXp3ZXFUaERhMnBpbkhhUnRaRzdhanhQNlAtRHhSd1J4a1NWbE91UFZBMkFZU2VjNVRWMEl6dVVzaFpHcGVyWW9oTl9aQ3dOOWRGX21TOWY0T240Z3lyZUZYZ05IdTh3eW9HWTk1VU5OTDkwMWVlTVNfU0dxM1BFX21ycGdDYUZrenktMFBVVC13Zmp2WF8zMEZkUnBhTjBrSTNhWUN0WFlMVGVUNlZuNjJnX1VmZWZsWW1jRlEzemhYRHNVYkRMc1d2T2Y3bnJmQVdqWHJIaEN1djNURVphNjlUUlpQY09GQlRROEtYSHkzYm1xek5vZzJvTW5m?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxOMDBKVm1mZS1NRHlNYS1lUmsxTWVlY1VLQlZMZFRPdnEzYU1walZ4RUhPc1pjX2YtYWFudDlHNkdhdXA3ZkduYTZEWXhERzZrQmg4Y0pkZ2dnX2gtZ2FzUGxQS09JTjRpZnlmWFpLdG05ZTRZWTI2YVVDMThHYmxQUXloc2dDcEZsd1FBaFdKR1R5bnh4Nm5tbVh5R1EyT3Vu?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi3gFBVV95cUxPWEM5QzBRc3puMFlnd1RsWmY5WkttTVFDMnEtV3N1MW5zbHFoX3F4ZjY1d2g1aUU2TC1FcjNXbXRtWnVOUFVJTlI5dFRmWXExYmk0RjJCUi1XVTY2MHpzSG9IOHV6UHViTmFKNzB3R0pKT05jNzZQdzRPTGZyWHdLMk9xTnBSTUI5M0w1SzBUcnFub1VtWjkzZVcwNEdkOGg5Nkk5TlplX0JVUFNmVEx6aTRFb3N5S2k0eWMxRlR4Z2pSdE9teU9hTEVLR2plWVZYODVDa29WaG8xMWVTWlE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxNZ3d1ZHhla3ZEd3h4S2tnX3kxNDZ3dXFZamNPb3JzZmZUTVRFd01uMC1qdERWbzFUNmY1Y0RiRE9kRTdVV1MzQlU3Y3JQSG1RRjZhZlJ2a2tIMURsUmVPTXlLTk1tTmZMZlpNYkxIekFlaTN6N3dyY2ktM1dNOWdJX01XZmd3S0E0a3F3SWdjTHJZV1Ntb0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiygFBVV95cUxNXy15Xzh6OWwxVE1XUDlFekI5QlFKN2luOF9Hek5NbVB2R2hnRTBpOW10a3RDeW15c0J6UnlFWk9VaDI3TVdpY1RjWXFEREFkSWUtbjktS0VGRHptSG9Cbkl0b2dUUldpblRYRVktUkg0OWNKbDhyZVlfYkh5NFVwRWZ4aWJlMHlfUnZqdXY3dTNPZXhKRGlnOVg5dFdHcUdBQkNrRTZtUkNXVnNmcGVnN0JFMXA0UXBGSGRLaElNLVpGVjVDMW9XVVVn?oc=5",
|
||||
"https://www.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMikAFBVV95cUxQOGZVNFdBQmc4aXNmdkdOZnlBNDFvajZ0WHdPLXh4dzJCVVk3UGdYaGdwTFoteFFiXzBPeFRhYTVkUENtRFVibzU4WEN5MVhFd2t0QzJoc2ZiWXdIQnFGNjZfWWs3UDF4YTFVUWJIUHU0cnlYQnQ3VE03akM0UzRvanNjSXRBZlBvWnBKZ2JXREfSAZYBQVVfeXFMUEhNbEQ5RmZNRDlMZnktZVczcW9CY00xbGdyXzRvOHlXRDE1MnJpVE44OWpHSFR2Wm52Y2JvWFZMaXQ4RTR0RXl1N0R0OE5OSTh0UnJBaGV5YXQwVlE0ajlqMERFLWUydGMxcWZnY2gxV1hWU281cS10NXpZRTB4bEtiYnFVNklPanVXcnhyRzc1VTlJdVp3?oc=5",
|
||||
"https://www.pna.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMiwgFBVV95cUxOQmQtR0lhbHFUTm1YN1FZYTBKOHUwd2FvX3lwUGhWUHlhUzRjaXBsbWQ1UXA4OURnbDBINVlCWGhiWGpqR2xtSzdQWHVEYTVsMDRUNkg0eVBkSkJYLTdUYVQ5RmxKbXJBRW9PZzljazYyZ1dxMlAxZWJKWVZpVGxUaHkwQlFna1lXZ1NBU3pPUlVJWVZTNFpzcXJ2SzFuN05sTkZUYnNzek9UeExWTWFrV3dBVUFXZFdMeFRnUGdqaFJKUQ?oc=5",
|
||||
"https://www.bsp.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMi1wFBVV95cUxQRGRTaUd5Qmo4UzlRV2VwOFJpWGNEMXhVY2ZtT0NUOHlEdkxDdGtlbjN4VWdkY3VSdHJSczRfY2ZFcF9HaGtpNDBSUlQ3cnpVRUhWdlJGQUxqbXNHT1BiR2htM2NGWkRNNExfaUZMaU95dFBHU1gxRHZscHp6RHVWOG9ORnpqS2dJWkdsdnFrNTFVLTJqSnBPbkNrRnBYVzNfUWZSUUtVUHdfdnlLclRqamx0UElSSzVZajBpVmItcm1HeHhobmlYa0ZPclF0T3VSVm1vQmpERdIB3AFBVV95cUxQaS1aN3lxS2s0SGlwUV9WeEVHdGIxRGxBTndtZXVHNDNLaUdEVW9KclVBYjdJUlFnYjYwVXlwLXEyYy1qbEdMUU1XdHJoMU5IT29LV2JkMHBzSk1CTm9yUXVHR1VCaHcwd0VNTGVNbEFyVTMxZWRWSS1laTJEUFc0THY2b2d0eEtzVmQ1clY3YUpwZElKZEd6SlJWd2hQRnV3TkdwNDB3MVN6NF84dl9VeWRaLXp1S3VZUFhpMjF6U0FHTGh1OWhaeVcyV2Z0dzNQdUtDMWwtdDFXNVkx?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimgFBVV95cUxNblFuX1o1d2RkVmRHSjFzcVNhZ3dUNWt5NHpPUGFrd2d4SlRUN1E3YzJSYmFxQTh5ZkRUbUN2dThGTmFyMHhXZGRRalRQUVlNUW52VFk3RXEtZWFIdHBoOEhxQ004V1JSUHJtdEc2N2Z3bjQxVnpoTE9aNTQ4WEJUdWd1ZFR1NU5rcHY2TUtjeFBuSmhZZGJJSkR30gGfAUFVX3lxTE0wWmhyQVd3UE9FUXFpenFfRG9FSkVKYl9xNURlTUl4Q0FGcGpsZ0RKTUFjeExfcW5xdE5jRGpKd2owYzNkUjZBeWtkSE1WUDU3a3dmUE1rTmEwdmdpVWlsYl9QSlhDTWNPemdhV0JtSDMwdUROZnN5Y1ptc0tBbXlENkthV2tLUzhQbF9TSnAtSFpnNHVheDE4bnJmZjR2NA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMibkFVX3lxTE1rSHFSWUhXZnhuYURsQWhvVXFEcVBRZGN6b3dqYW04UVFISnZsWTB2TDBwU21hX2l0TlBYdEVRXzZhZzJqUzZOTERfbGVDN2FjSzRXYy1yRlpxd3ZmVS1LbGZjcUFXSUNwbE5kOER3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijAFBVV95cUxPQWloejdueVVJenJGM3k1cWMzeXdZQWt3cGpYTmw2TUMxc2pzS1JjSTR0M3ctZ0wxVXNyY2hYM0ZJUFZJVGZtb19ZVnVnVzl5VHV1VXd6S2tuWEdIX3o2QUVYMG9MdFJvQ2I5LWtneHdTQW05dXgya0x1Q2hqR284NFk3c2JOamc0eVN4Vg?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.ph/",
|
||||
"https://www.pna.gov.ph/",
|
||||
"https://www.bsp.gov.ph/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +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.arabnews.com/", "https://www.saudigazette.com.sa/", "https://www.spa.gov.sa/", "https://www.sabq.org/", "https://www.alriyadh.com/", "https://www.my.gov.sa/", "https://www.sama.gov.sa/", "https://www.citc.gov.sa/", "https://www.stc.com.sa/", "https://www.mobily.com.sa/", "https://www.zain.com.sa/", "https://www.noon.com/saudi-en/", "https://www.amazon.sa/", "https://www.jarir.com/", "https://www.hungerstation.com/" ], "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/" ] } }
|
||||
{
|
||||
"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://news.google.com/rss/articles/CBMi5gNBVV95cUxQcXE4RFVNZktsX21ZMXFMOFFsc2tpQ0swMDN1ZnVDX0ljdWRINTV1RkxJRExVdkRvb3lQS0tBSUx3VXNGdmhmdUtZWUlSbnZ5NVJ1S2N0RXpqc1JGdTgtbWxLMmhubVItQnhDcGpUMVRXU0lWUzR4S2c0b1BzOGhIRkdDUEM5Z2h5SEFJbmV3akNlczVrNUN3cFVZc0c3Z0YyakFSS1ptS1RUV3NubDEwYndteVVXNU1fQkM0TzFEOG93a0dPcVBEZ2hqTDZzbTF2MG5oV2JLaGJ5bUNVZnJ4NTkzMm9NeUdseTdJTGZaUUMxWV9UVl9tYWE2N2lRd3lybm82T3YtblJiZWxlLXRKYkdZNnFJdkJoRnBXbm8zdWRRQXEtanNfbEdCdnFxc3RaNzZTRkVXNzBHS1BVYWdSWjR2ajdDaUVGZ3JFNHJZLUpGcmJuUlFicFJqSUVnSUJRTkhHcGl5aFpxcThrR292S19pYTR4ZG9VSEtfaEpMUC02bWdfTGJlN0dyOUxCcHh6amJ0VV9YTDJYdnRWMjdLX2I0dFcxVkMyZlpXaXRvWm0wWU1oNHFzbkZDR0kwRWhkOW8xV1Z2QmFlSEpHaW5KOFhsSW05RmU1RFR5ZDdCUENqd0pFSHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMib0FVX3lxTE9xNExpUGQwdDBIUm1nMGdKVDdvbmVIVVRyU1dKcUpKRWhRMm5LcHJ2QlZSWk80cC00SWhIUjUxak5wM090RVdDeFE0UElEcWJrRFV6XzA2eDNuLXZ3RWtvY1Vxb3VXVlVrOW95eEZ0WQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi4AZBVV95cUxONDM2TWZKdXVVdUg2X0ZESDNrMnFqeXNtR1RleWx2XzlDZXVITEQ2MTdUdlo3UjRzeTBYek05Vk80ZW5lQ2RmdUNXV1J5cUw3NTVKc2VmSWFUbXctRzhuVGNRMmJEb3d2Y2RtVWszanRzY2VWYWItRVJ4X0xmTnF0a2NKUGJTVVFsbHo2T3I2aDIydTlCSTZXRU9tTVJ3WmZnTHg3YzczNkd3MjVfcDVJYlBpTnl1MkluZkVMcEtSelpIcGxvaWltUjZpUGNjNzZDcU1IR2tDUWFCaTRNNTEwSWF4MEVSa0wxQ0tQQXFWald5UmU0eGc0c0JlYTlpaDF3ZEdUX1pUVjVCNFA1UTczd2xQUHZhOFR1YnhHX1RLREsyclRzVExERWNXaUl3NkxrVVBlbkpBeFM5eUh3SEdreldwUVVFN3pDeHR6Zm4xYUlQSURaY3Z3NHk2ejRWQlZyUFc1anVyU2RWdHRBam9kdHM5QzhoSXRMMl9lN0RlYnBIWHR1RGVaVS01aWxIR3ZjYVVleGhnNkJ4bE1rWUNDZzhBVjdEUEcxa1JVYkVlZEVUeERqSnNKNTVDR3VfRHc5U3NzSHRfdW9mU3VhSjQwcnc0X2pJeUFYN1Zab01tX29taXF6VDRIdTVCWGgwc3hnSEdhMmpCWUFsNXU1aW9qWU5PYlhHYW0xOUo5ekowMHk1dHUwTnd5SGRYSC1qMUQ2VENNRUdYRlIyUmZENzVkdWhtOVdLbWozLXE0dU9UNEp1cUtGNXl5bnF1U0NQamJMNEk2alJ1aTV3WmNXNVRjOXZTZWlYNVFrQkRXOUhjUmcwaHM0akhDT2s4ZDlMVnM3U3k3MWJuY1gxQ0xNOVRtWXphWXZ5c3JwaHAtVFBiWUNjajFWVmtoVDRwMFp5T20wcWVFanpUb1FVYUxCMHR5d2M5TTVKQzFPemo0TGxfbHRHUFU5WmphODhSWkd3RnctMGVPSlduNWIwc2h6QmlCNENLckxyMC02a29FR2FiNDF5Ujg1UkZhUmNyQTlFQWpjTlA2MzUtRm1qY21uTXlvZ2ZGRDhrbmliSVhaOHJveENza1R5eXg1N05TYi1oTjliVkNaYVlxOWdHMy1TaE5nMmNVUnc5b3lYYWh1MmZLeXk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiVkFVX3lxTE83c2YyUWtkQWFUdVJoUHVsenN6S2steUNuWFk2SmQ4TVJwX0tJZW5KUnc2NkctMXp5RTJfd0JrbzhBUWx2ZlVqTDdXci1xdGdXbWUzclh3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizwRBVV95cUxPSTByN2NQaVZRMVBNckF3aUtmX1ZwT05xR0xZQkZHMFhYWGRQZHVOVVlleHB5eEg3RFlDdEM1d1BZSURjR0swM3pBLVNOTUVGLUlDVkFkOHptRmJzZl92U2NxTXZ6LVRBZkhKV2FGNGhheUtyeUNHZ0VReVNJOUJxT2tpZkVSaTJpWklCWUhpVk1uZjFRMlByTnh5QUtadWRaQnUxSE9reGJwU1RYVzlsQ0JGbTBlZGRJd2hTWXI2ZXdDTHRaTlBXb21WcEJvQzJ3aXFBNWRwOWJsOHppeEVVckNtaHNBYjZycE5tZlV1d3d6RTc4Rk8xbllCYy0xRFhSV0txT2piOTRkekdEVTFTeHJYQXNkdkMtWTdnMGhZVkg0ZmotSzhnZHlRQlB0dEZJTGlRZGxCTnlsSDNpN3dWN2xUVDZ5SVFYTXUySWRPQ05QNWZOMXpFbEhzaGFzckV1ZVozRkV6Z0F1T3RZbDA2Y3RWWHNRT19IZjkxMFBib2lmUW1hYlpnU1RybDk5dTdIQTAzS05vNHJOdzJicFFDVDlLdUlua1lWdm1sbGI0aXI1VHV2QmxvbWY3YTJvOF9KQ0g0TmNOWkF4STZ6eE5TUlFrOEU0SjltWko0b2xISUxXTmx6TUU2MTkwS0FOeUFRbG1Td3YyejYtbjVwWk0xLS1zZDE4elB5QVNMc3hTTWZBbW9wVThWWFdjVkdZV3pXSjZ0SmFKS3lVSjllUVMwQWlPNjhhUzFhMjVEelV6MUNBeFFYVjcyVXdGQ3ljcGfSAdQEQVVfeXFMUENNcERqUGp1Ri1LaE5oVHhwSml6NU8xTnhreGVNdUVLajJJWnNWY3ZSNGhlWW1hS1ZNNHNKb1pKQTRtVG9UcWJWci1JdWI4eHR5Vm43OVJRRE1PNU1hTkRnQzcySVh2aTN4SFd5N3YtYzZSdUpzazhqU1MxcFYxcHN1UFM2di1tSjFMR1RJTWhZbmNyS2ZZZHltR2FxcFFkTzNRNU5jTkhneUpXR2czT0ZlaVpNRVl0a0steTUzOFl6bEtoYjY3ZWRFd0xWZThwXzY2OHBIZWN5UFI4eXZZbWxZNjZoVHhxZlByN19xQ0RRTWJxTHhBLUpkX1JTVkFTc2lXaXBUOXVZdnhTM3l5RXRScGhJSDUtTU9RSG12cGlIWlJDRUo0NmdIM05SM3lJUlNOa0pXTWJRWGNvcmd0TGxESXZhZnZ6QkR6c3dSNFdhbHozVWJ3QjVDeUNuSEdwT1R0MTF1STdlQXlTV1RoOVFSNjlpSnMwcl83ZVoxOXA2aEpyaVBMR09tbW0wYnhMX2JNQXptaFFuMW55ZmxrcFB1QXdIQ2RkdkYwcDZIb2s4LWJkN2s0TmR6c29sQnlWVFhSZEdXTzE4ZjNrV084WUJON2t4RGdaM2R4aEhYRXZXejIxY3BGUEdrWXFZblNjazZ3VlgzVXlwNHZKYUk3eTR1NC0zM0x3clNyZzhOODZLQ0R4MUwxWGozUmtHSUcxZ1NtWGFVb1hnU0xWaENZZDVNdEphQWQwb3dDNXVyV1o4TUR6RE9tT2djY2RNM3MzMW05NTk?oc=5",
|
||||
"https://www.arabnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMi0wNBVV95cUxPNl9sTzVvQy1ncllFNUR3X0trTXNGWDcyYlRjVUdPXzFGMTA4QTh5Q05DLW1mX2w3X3Fyd0lDTGlVc0lZLVpVbTI4MW1VakdIZUJJWVh1TnJMNWg5ZHp5Z084R2txTkdpWm1TR3Etb1czbHV0YV91VFJGWFh2QjRucUV1VE1la1BWaVdVNTZwRkRFV2toNmNOUk5JbE13WjQtUFU4eXAwRm42eFlGOFJ1dHZNQ2FzalB5T1RQVkVzZkd0c1RKU3JpemR5TWhNZi1vcEVMMElLWWxaNnhxa1d1cV9Kb2RJaE1JUFJOak16VWF5MzU0ZUY2bTVjaDg0d1AzWldrRlh0dW96QU14S1BVczIzd3pMSTJZdW5ISS1SYjYydlQwWlJ4RHpNSV81enNKQ0hGOGxjR19mTDBhSDBfTGZZbU9LamdaOWxFYWJDRFV3SEFwVjViejVUcWVtNm9WOGJBeDI0M1VIUVVaQWJtdzFCUTJ4RjZtZXRsYW1ESzlqd0ZiNjNkZF9obEoyOTJheGdCOGxNU1daWDlabWRyX1Z2MTU2TTZuV2kzVnJuNTZ5ajh1SWdrejVOMnZtLTdwNFl0amVod3ZOQnZseERJc09rNA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMizANBVV95cUxNM05JOFpBWmFnWlI5X28tdGZPcmQyX2ZBQmpHUVJsZVJRcjh3SVZsS0gwSGVsTzdMYWZNbEU3U1ROaTRWSFBJN2N5VGNZaG1PbEtuNTg2VU5qYTF4UmdxcXJ6cy1KTFJOd2hNREVkR0JTaVIwX0ZmV21KVHB1bVpEa0Faa1FPTnVnMV8wS3FHSVYxdEk2TmYxbTdRclkzQzQ1S1VWUUtRd3VzWG9VVEp5ejB2NlhocWNicEowUGJpb1VCRnlNeUxzNzBuM29yeEdjZkM5Zk5tZGhRY01xN0NUcUNGUDVnanF2MUYxWWxGTzNFUE96TmQwSHYwMkg1QWY5cmM5SkNfQjJUVEZTZ2RTZ3Y5Zlh5MWE3dGVxcXhCcEFyRF9SZFlhZXZncmhMMEUtLUl0cWgzVGhlREVNVF9vMkFVRWdiODRCbkQ3dXZUa2ZmMjVXaW1xeWROQzF0Z1FrRk40VWloaEo0TUFjODl2OTd2VGtkYThiVlVJVnkxME9fa2ZhSDF4bEVfcHFaemZORklwQnkzeEtjN1F2VFM5VURCZ1pvWFdiblJMWk45MFVtLWJpMWZuR25BMDBmTjVqYi11djMyRjRFUWJB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi4ARBVV95cUxQVkswNFJPY0dPd29hMGNsT1pvdGw2Y1k2ZjNjU3JnYUd1R1htakEwdHFIbFpLTlZmcWlZT092Sm5GRDg1N0ZjcE9mMzJKQkJsMjItYzZsTXlYWEt6U09LV1J5V09pdHYzc1BiekRVRVlERElORHBlM1RMb0FveEF1RkdXbmNKMkJnRHk5OWVWLTRiX0dEMGFzSEpRdEIyTGVKVzRNdXBzOFQ5UU9HZjdLcDNzMEd1aXc0SE1aa3liLUZDRXgyb1AxbzJKSUlGX2l4eUlPdG54Wi02X0FfcHZFNF9XOGhRUTU5TlZIdENZaUhITl9GM0tQcDVTSkQ5X1lwRVVVUWlCZHNQY0E2RHNoWGFQZE5Sbk5SamVfcE12MjZYLV9vdmZ2OEdfemlqS1RqLV95U1JRSkpHaEZfQVVmTUNwVmRnTVc4MFY0eXE1a2N3azFJODBHTFhrb0FkNjJSU3doTndrTDRDODFRZnphdjRqSlgtVU9hUnB4YW1WWmMzYUIzanJ4MnAxRk5OcGVaQzl3UnJfQU9jOGhqdU1fMEdUWDVkdGgxTDNVWlh5YjMwV1VlMHl1VS1QTDlRR2o1QUN2LWxJQnprZGhsTkduZmhmMXo3NDl6MWRRbUMyaklaRVJkeEZFQ040RWJBbzBuWE8weGN2MWtlcG0tSGZPWElLaVhlejRlNm1uRmIxaWJLWXVtNGYtdWtpOHF3WWYzZjVaX2NDWm5wVzlZdFMyYS1icHd1S21QeGtqdUhVSEo0QTZqTXNlOU5KUkw3TWRpNkE3azAxdHVMcl9HSEdjY9IBU0FVX3lxTE85LXRaRWtaYXc3QlRtNER1cU5xSS1kZ25uZzg5UGhBZ2VGWnRyVFR2TUF1QnJLZkppMmsxYVFGUWp4aC1IT3pIZi1ZOEpzaEtDWFM0?oc=5",
|
||||
"https://www.saudigazette.com.sa/",
|
||||
"https://news.google.com/rss/articles/CBMic0FVX3lxTFBzbnN3clFmZ2RPWU92YU1MNE5oYmRUY3FYbkdHR3EzU3lRaWJYUnJmT25tdEswcml6bHFXeTB5aWlqQjgwSWY4OXNVQTRyQ0Zxcm01Uy1URW56b0pDUVJtOXhJWG1UN1gwMUZRQnI1ZmpwVkU?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMirgNBVV95cUxNdUJrTDJfMHRvSW9aQW1ONTd0UkZidzhWU2NlendKRDNBdGs0RWduQlUyZ2JFT29RMTVDU19kUGx4ZXVGYjRmeVJIbFJsZGdpb0NXbTY0VEpvMU5MMXhaNXR3SnNlQnU3Z3I3TEtaZmU1RktsUWRXMHM1RDAtTDg2NUsyR3l3ZXc4NllYVDkxemJTam1yeldGY2Z2MEFKOTJUWDRlUVR0Nml4NmdweV9tc254VmM0YUh6Ym9UVlNWdk82cF90NEdmdE8tX0JRcHc0S0EtNjlBN3I4bXpNYmlWSEpvUXNUUzR6OEE5LXJGdDhCaDRYSEE5S09TTUZ5WVJsamY3T3JPSmpidlM3aEt4bEpCNUJmYjBzZFhpQVBvc1VHaHZMRGRBSE1sYVVmU1NUcWw0d3NxVkRGVEU1VTBLZTJUM2lCTF9PLTZxaGR4dEFRMnh1RF82NWgzYlBNOWRqa3pPZy0tVzV2VnJtN1QxT1d1RjJEcGdQbE5ISEpQLWo0dDJzU0lvVWc5VWVpZXVqdUJBOWtfUFRkbldra3VweXV2NEdXVHBzb1VUblJB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijwNBVV95cUxPWkFtazd1VWdHOFFyWDZSUzE1R0NrOVlQenNNYUJlMnFoeHRPS0xtdndRUVdndGFPRUgzbk5fX0NkalhwTHhFSjBOQ2VpRTVhR0ZzaWZaaFFQUHVRSVROcFdXdjdUaWJzQnVMYVozVkRwa0Ywb1hZMkV0RDU2WmVrM0FRUXN6TURJVWZBb0ZJMnBIeks1UmdscmVjNmpEU3ZOeHRVd3J2ZUxGcUkwZ09jMW9NVFF6SGMyRVoweFBUc1BQeVd6eVNnUmUwdENyNTZtMy1HNWhSX3p2VlcwYldPeUM1c1ZNYXdocXlCNHFydjlSdVhMR1RuTWUzZ05tYjI2R1RxNG1DV25qQ2tPdkZ2STA4Qm9SVkVPMXVNVjQtZGxHVUNlY0dONm5OdGhwQ1Z0MUsxRnlOLTdMRDZCRWE0R285Y0lMRDkzTi1ocVk0RkxGclFfM21Rdk1PQ1pGaFM3Wk4wQWhhMXZnd3E2Z3B1S3VQME4zZlFCdkZJWlIybzR6dWVCckN5Ym4zdXNyeEHSAZQDQVVfeXFMT0UyRDM5OE5tc2xVSkpBVGFkYVZ4WTZVVEJMcW85X1FFN29vWS14d0psMEd0UUxOT196eEMzbVRMakROMVpWN3lfUWQ1NnNBeWdXaVpsQjJDc2Zqak4xcDNXNVN4S0thVTBLNGlXOW5VSXJiSndYRHFWR2FKSENKdUhtUDBsMGRDSFE5aWR5VDl6a2ZIaS1IaDlSOGJFdmt1NmZTNm82V2lrelV0b3JaVjBJMEh6c1hXV1hONS1NbHFWOHVScms1Q0VqOFVSbGNkSVJabFNIWkcxWVBwNWluM3VYOVNpQUVFS200UW9KY0xJNmJMd0lzY2pXeDUzaUl3alU1bWNkTGVIbmFsVThWUy1nT0xPanVoT2pMZi1wVUhkcmotanJQUHFNVXkyeVhIR2V6d2s0LU4wTlFVTzE4R2MyQTNlNXhHMmpEa2QtOHJZLTF5WktCYVVhcXl5cENrUXl1NFZVQkYwc05sS0xmZHROUVAtTS0wS3dBZ0JNZFhRM2QtS1lXMl9QTU5lYktmekRhZjI?oc=5",
|
||||
"https://www.sama.gov.sa/",
|
||||
"https://news.google.com/rss/articles/CBMitwRBVV95cUxQNEhGNnNkczF0dFRDQ2d0cHpqNkpLU2ZKZEZLX0k0b2RENXhPU3Q3RmY5bnJWVHZ4cnMzRTEwdUJJUFNlMjFKZzE0X2ZaX05mSE1MN052T0l0cW5YZHlOUkVFbWt0TC05eFFLODEwcHBhWUVKWDRzc2JCRFZUSXVRQ1IzdG9GWFB5QUN6d2lvR1JjMHN0b05jS2JFNVBuclgwclhoN0N2ekplc2FoVzl0OGNwbVQ1NU9mRGllZEZNN0lKQWVaRGZDYU40aFp3TE43Y3dXbHRpVE9FRDJubkozMVhkekJVbl9tVDZsTFNlbDNFdzVoYUdCVXZGajdXVjZfdHJ6c2l2WGRDV1NoeWFfUEZpUm9Da0p4ZWMzUmFtX2lxNDlGbEMyNWxFRWgwOFFuci1SM3NKY01IQl9oRnFycGQyaUUxbThVMUgxR2lvUHBnRDBkT2NGNTFSbUJLRUpMQXNrTFZrR3ZxQzJwalZteFAzeWdNV3Nwd25TTVplWGk0TW1vRGZ0OFV5LUVDOXo3a0hvOG54YXBhYU5lNTZIQ0xQSmpfRFZxT0R3azZfdGFFNWItME4zbXdhUGRXQ2FGZC1SYWM3RTdhTkRfYzN4cFFHNmxvVGlhUWJrSDQ4WVd3Rl9BdDgtTW9ndHlWUFhPWEtjN2V5MGphb0lLWWZkc2w4TXNJTDRNVnk2X3E4UmdFa0NXelFYUVhSWVFUN1hmbllMamhPMm9aWmVHMUlXd0NwWlNEODjSAbwEQVVfeXFMTmFJd3RFbVF0UEw0U05nX2FObnRJanFlVF9RYzNfUl9iSlpfVV92S1pxaFJCYWFaUUhvNnh1cXQ2eDIxVHFrZmstZzFwTEc4Und0dGY4Mkd6ZHRiay1OMDdJTWc5clptcVpTQy1hc0pfcVp5RXNDVG05eTN2QTBEMWlFS3JYTERnT2NWMUFWR1NjVTFXcDhOWlpBeWV0YUVCczAtUElxYkljdlBtcWhjWXI1VXNSZ1hubm1rTWZxcjlYQVN3ZVNlbnZOZEJBLWEwX2hSb21PM1NLX1BjWE1kRHg2OW43YmVEcGFwZkxXa3o4MWpCeG5FZmJjM2JYUi1sMHR3QXJYclhLWnFxX0psdU5nWXNIalMxWGZFVjQtbUR2MXJHam51ejhMbmtnTnNGMUsyM255cUNNYm1GbUFCYlNIUld0QW9yX2JJUTdjbW02RE4tT2RDc0Y3UmE3MEwzd3E5d0EyNVFWUHF4RS1aalF2X2RtLURvV25teUlkTEw3MnFIbVhZTkhPd3NHVy1nZjUxdHZyaFZDZnhRanBNZnU3UzM2LVdjeDZsRlN6VDU2di1na2xoUEtyRE5yQUozankzWXR6akhqOU9icEhrcURmSWVvUmtMMjN4SldkbW95QWx1LXN3TTVKNUpwNTJUWTV3MklkU2x5NzNxanVjejRTd0dJV0lCMHhGTzZBM3FMcVZ2VEFrcVQ2U08wQTVET1o5Uzk2Um1QUXdzQm92c1l1OWVQakRSblZ6VmY?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi0wNBVV95cUxNMl9NNlBxU1VCUkV4SC03cExrV0Rnek93NE45ZThORTR3b2YySkxHTHR4NTZUYjZvMVRVUUpqSHpOazhNdFVuV2RQdzFYS0RwVkhzQVJfS2FOMUtIU0dtQmpmOUdDM1RPdF9Gb0paLXVaVVNwaGcyeEppVEdDSmtraTZDLXZWSHB6TjlTeHlpMEdIQ0FCb1g1Q0lWTWFITVdBazNkdjBTQnVNVXdEWW15Q0V0enhxZG1nZ2pSRXd6dzhHaV9xcG5sNXFNQWhNVlVVMWxYWnZ4akk1LVdTYzBWTGFadWV3V1BkRVhsc1p2dHRXM0drTi0wNVByLXk2RXNNekNDRWZQSlRhTW5XaGxyQWxVNFR3OUJraVdPeXltV290aXBpR0FDX2tFbmotRVJxY3FaeFBuaElTck9mQmhsYXlOV0NoeVhjREdEcVYwVjEtSUwxUkIybmVQYlAyVF90d1FIN1NicWdaYUVyRUxEb052Z2VhTTM4VE9NdmxJamxiYW5UYzc1YlJNNXhteUxXWnpqd1pjMjc2MmlnVDBCWXl5TnZROHhvMHRxV190TmdCVll4d1NFSjZ6QS01Rk5PRTNsX3lCbkxTZ0hyMUUwQU4ySdIB2ANBVV95cUxON1ptTlR6RkVZcmsxSmZNR2g0dlAyZm5kemducGs4QnZGNmI2Z1k2US1mQWhuYVhfOHY3NHlubnBxRTF5Z3VreWlaNks2Q0xER3RVbDBLLU54ajJQTXY5VVE0N21xYUluYS1nbUUwbFBDQ1lhM2s5TWdwb2xnRlNKSFpRczZuMG5mV0ZwXzlfeFNpQndPckd0Q2NLb20zcXJiUnpxdmF1cGFleHAweWRtZm1vNUotd20yZ0ljSHF3cWFJQ2pOZHF4eFRpZnIweTlGSUs0VktaUENQS1Y4ZFdvUTl3YlZGWE1SSkRlNFhXN0poZ3hVN0FKUDZYU2ZMcy1wVk9WbV9JNzREc1ktUFplWVlJb0pDdFgxbl9PYU1ILWwwOElKOWxQZk5McHVadHBiSXJBQ0hWejN0aHh4dzA2TVZFUnhxYmdzX051ZjN5UDVlaXBsYjE3eTdYdnR5OFFfTVRQbkJSQnd5X0lGb09QVzZETHNhakRIR1pXN29KbDVnc19jNUcyZVN0M3V1TkVzd3A1aDNYOUNYWVR2N001OGFFd2ZxQ2RabmxIZ2FRdDVUNU1YOGRlUXhpUUlWZ19HNlZnLVJlT09tUnZRN0M1ZU1ndVZzcTMw?oc=5",
|
||||
"https://www.my.gov.sa/",
|
||||
"https://news.google.com/rss/articles/CBMiXEFVX3lxTE55Nl95aXpWV3JIYzl3UjVRS1pWTU1qU1NocUFyM2d3ZWRyeVo1eFVNd2FoVjRNaGt2REhsd1A0bE5ZY0V0eEl4bktWejAzRS04Skl6Wkd6MHBZQXN40gFiQVVfeXFMTTZYVlVIX1dWbHQtLWxpUzlRTVJLemF3ZVpnT1c1ZEI4TmVGdjBGSFJhTFRJeTd2a3NlQnczcGpzclk5dEhHNm5sQTFWeE5WUXk0Z3pQUXN1WjFJdDJ2UVExSWc?oc=5",
|
||||
"https://www.spa.gov.sa/",
|
||||
"https://news.google.com/rss/articles/CBMihARBVV95cUxNSUU0eTRRc3d1TFJLOFBDYjhQaUxBOFBEbWZBcE9MR0NhUGFidWQyb1pfNTUzOWo3NUhUODBsSzd3a21mT1hNTTJ5VEhMa3RmN0wzZHBGcGY5YW5Hd2JqNjlsdG5BR1RkRmxtQmxXME9VOXg3bmhCWC1mM0FzUkFfeUE2d2YwMjZQNTBJRU5ZRnVpWnFmVm4yYWhwdGYzV2U3WVF5MFBjY002U2NhQ1F0OVFkNGVwVERfR1ZRa290LVFhOEhlNG1FWGxmeGlpQ2NOTkpWU21XR3lVNTBBemg3SEZLQmhyT01WU01GZHZsUUtEWnJwc0RGTEpRWnZrNW56czF2d0tPVlJPS3Y0a1BWRnk4YWhRbWh6MHUzLTlycHM0TnUxTTh1MlhFQklydGVsZHdmcVVOV3NPczJiM29nTEFFMDBnaksxYWw5WnBPS0NER3dKTVJwZ3p0LWtwOHpGSExXdm1Bbmk4WHN0NGxNY1dTOV9pUUxrQngtUkF2bkJDRXFwbHhhYmNQMnVnNUhSczNwTS1MSU04MkhiVDByMnRpTXRTclFhem5yNVJyZ1pfeEx5NWhLUUFuT0tsRTRCenJkckNwY09nNUphUjFzc3ktblNQeFg3RHJQQTUzd29rd0ZLTUQ4ZlU1V0cwSnNGZEpSNDF1S1FLS05oY2NBb09IQUvSAYoEQVVfeXFMUDJjWnlpOWFOb2dQY1NoVEh4RHByZzVrZ3pDMWR6V0J0eVp3VE0xazdIdkpPS2IweUdjZ04zR3hfYUFjNm12aGdkMkRJeVQzVFBCT21MM00xR2JpOHFjMXFGdWM2MHZOUHFyWHZVR1RCVjRuNGJnRXpLUTU0RFBQZTdlRmR5UzE0ZGtjSGVMNDdyMWsxTTREQVRRS29kYmc3eUY4a1RLdGtOQ01aYkhxSzBBRHJBRFNYRzRzMk5ObTZ5ZklXdkpKU1Z1bUFScFJNZ0pvbXFaMk92dWlENlFPdUsybVJnYk9YdUx5OExnR2JqMXdxS2o4VDVKOVpqcEt4SG1ERHVhZXN0aUFZRHQ2RlFDSWs3bEhIWUVrSHZNbzJyWVJETUtaWWNNX2p1U3d0SF8wRW9IVUo1TnJGUUhDaG5vdnhrY0RIZkxtZ0wzQjJXcVpuSEJSR3NkYUMxZEJCNUoyZVE2Z0JJVWtmaHQwTnFNNVFoOC16dGFqVjIzR1J5NmdKOUVwWlU4WXBPYUlpejZtWFZDNklqd3g0N3FOZEpydHF2SGhUQklTRjZqOF9lMEdJeTVPaFNkbGRCbnR0X1JjMWZnUlkzNXpjcjAwZ1JNakFwd0p4VUpyZDMxaFhXcTJnLVBSUlkwZUlDTmNkNlZodlZESTVYUUhiay1WTHZHaHVkQXRxQ3hR?oc=5"
|
||||
],
|
||||
"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.iras.gov.sg/",
|
||||
"https://www.channelnewsasia.com/singapore/orchard-road-rejuvenation-tourism-stb-6107786",
|
||||
"https://www.channelnewsasia.com/business/anthropic-weighs-fundraising-near-1-trillion-valuation-ft-reports-6108836",
|
||||
"https://www.channelnewsasia.com/business/toyota-sees-20-drop-in-annual-profit-iran-war-weighs-6108941",
|
||||
"https://www.channelnewsasia.com/business/sony-forecasts-lower-gaming-business-sales-amid-memory-price-surge-6108706",
|
||||
"https://www.gov.sg/",
|
||||
"https://www.nus.edu.sg/",
|
||||
"https://www.channelnewsasia.com/singapore/sfa-grace-fu-vegetable-seafood-production-rise-6108556",
|
||||
"https://www.cpf.gov.sg/",
|
||||
"https://www.singpass.gov.sg/",
|
||||
"https://www.channelnewsasia.com/asia/indonesia-mount-dukono-eruption-hikers-trapped-6108851",
|
||||
"https://www.channelnewsasia.com/brand-studio/food-lovers-guide-hong-kong-6103501",
|
||||
"https://www.channelnewsasia.com/singapore/ex-sakae-holdings-guilty-misappropriation-bugis-cube-6108766",
|
||||
"https://www.channelnewsasia.com/singapore/hantavirus-singapore-low-risk-experts-6107476",
|
||||
"https://www.channelnewsasia.com/business/aws-working-restore-cooling-north-virginia-data-centre-coinbase-impacted-6108826",
|
||||
"https://www.channelnewsasia.com/sport/copa-libertadores-game-in-colombia-abandoned-due-crowd-trouble-6108936",
|
||||
"https://www.fairprice.com.sg/",
|
||||
"https://www.channelnewsasia.com/entertainment/bts-special-appearance-2026-american-music-awards-6133571",
|
||||
"https://www.shopee.sg/",
|
||||
"https://www.dbs.com.sg/",
|
||||
"https://www.channelnewsasia.com/business/japan-intervened-in-forex-market-again-during-may-holidays-source-says-6108691",
|
||||
"https://www.channelnewsasia.com/east-asia/bear-attack-fatal-japan-first-year-iwate-prefecture-6108681",
|
||||
"https://www.channelnewsasia.com/commentary/hantavirus-cruise-ship-death-risk-pandemic-investigation-6108771",
|
||||
"https://www.channelnewsasia.com/women/help-heart-attack-symptoms-women-singapore-6108571",
|
||||
"https://www.fairprice.com.sg/"
|
||||
"https://www.channelnewsasia.com/world/teo-siong-seng-singamas-us-price-fixing-6132111",
|
||||
"https://www.channelnewsasia.com/singapore/singapore-tfr-birth-rate-paternity-leave-white-paper-6133731",
|
||||
"https://www.singpass.gov.sg/",
|
||||
"https://www.channelnewsasia.com/business/elon-musks-x-loses-australia-child-protection-compliance-lawsuit-6132811",
|
||||
"https://www.channelnewsasia.com/singapore/singtel-m1-optus-outage-consolidation-telco-6133706",
|
||||
"https://www.channelnewsasia.com/asia/thai-princess-bajrakitiyabha-condition-hospital-deteriorated-6133651",
|
||||
"https://www.channelnewsasia.com/business/japans-factory-activity-expands-slower-pace-cost-pressures-surge-6133401",
|
||||
"https://www.cpf.gov.sg/",
|
||||
"https://www.nus.edu.sg/",
|
||||
"https://www.channelnewsasia.com/business/freeport-indonesia-says-wet-ore-slowing-grasberg-recovery-near-full-run-rate-in-2027-6133391",
|
||||
"https://www.gov.sg/",
|
||||
"https://www.channelnewsasia.com/world/australia-airport-evacuation-laser-hair-removal-6133606",
|
||||
"https://www.channelnewsasia.com/entertainment/jisoo-hello-kitty-singapore-pop-up-wisma-atria-6133561",
|
||||
"https://www.channelnewsasia.com/asia/stocks-asia-iran-strait-hormuz-nvidia-samsung-electronics-6133556",
|
||||
"https://www.channelnewsasia.com/sport/egypt-omit-nantes-forward-mostafa-mohamed-world-cup-squad-6133051",
|
||||
"https://www.channelnewsasia.com/asia/philippines-arrest-icc-senator-dela-rosa-6133741",
|
||||
"https://www.iras.gov.sg/",
|
||||
"https://www.channelnewsasia.com/east-asia/south-north-korea-women-football-suwon-6133596",
|
||||
"https://www.channelnewsasia.com/singapore/green-100-sme-sustainability-reporting-efforts-ravi-menon-6133601",
|
||||
"https://www.dbs.com.sg/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.sg/",
|
||||
|
||||
@@ -1 +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/", "https://www.nationthailand.com/", "https://www.thairath.co.th/", "https://www.khaosod.co.th/", "https://www.matichon.co.th/", "https://www.thaigov.go.th/", "https://www.bot.or.th/", "https://www.set.or.th/", "https://www.lazada.co.th/", "https://shopee.co.th/", "https://www.true.th/", "https://www.dtac.co.th/", "https://www.ais.th/" ], "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/" ] } }
|
||||
{
|
||||
"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/general/3258164/thai-police-charged-with-abducting-chinese-face-suspension",
|
||||
"https://www.bot.or.th/",
|
||||
"https://www.bangkokpost.com/business/general/3258424/b20-expansion-targets-energy-security-boost",
|
||||
"https://www.thairath.co.th/",
|
||||
"https://www.bangkokpost.com/thailand/politics/3258559/charter-change-efforts-falter",
|
||||
"https://www.bangkokpost.com/thailand/politics/3258249/pm-orders-full-disclosure-of-public-information",
|
||||
"https://www.bangkokpost.com/business/general/3258349/industry-confidence-dips-amid-energy-price-fears",
|
||||
"https://www.bangkokpost.com/thailand/politics/3258409/pp-reintroduces-six-stalled-bills",
|
||||
"https://www.set.or.th/",
|
||||
"https://www.bangkokpost.com/business/general/3258203/visitors-to-thailand-could-face-higher-tourist-tax",
|
||||
"https://www.bangkokpost.com/world/3258194/iran-warns-of-war-beyond-mideast-as-trump-repeats-threats",
|
||||
"https://www.bangkokpost.com/business/general/3258229/unnecessary-laws-to-get-the-chop",
|
||||
"https://www.bangkokpost.com/thailand/general/3258198/crashed-train-technician-tests-negative-for-drugs",
|
||||
"https://www.thaigov.go.th/",
|
||||
"https://www.bangkokpost.com/"
|
||||
],
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.hurriyet.com.tr/kelebek/fakir-hausgerate-ile-lezzetli-tarifler/sogan-dolmasi-43163357",
|
||||
"https://www.ziraatbank.com.tr/",
|
||||
"https://www.hurriyet.com.tr/resmi-ilanlar/demirci-asliye-hukuk-mahkemesi-43168526",
|
||||
"https://www.sahibinden.com/",
|
||||
"https://www.hurriyet.com.tr/gundem/deasa-propaganda-gozaltilari-43168711",
|
||||
"https://www.hurriyet.com.tr/kelebek/televizyon/taciz-davasi-unlu-ciftin-ruya-evliligini-sarsti-o-soylenip-duruyor-kocasinin-hic-sesi-cikmiyor-43167352",
|
||||
"https://www.hurriyet.com.tr/lezizz/islak-kek-tarifi-videolu-42985021",
|
||||
"https://www.hurriyet.com.tr/resmi-ilanlar/bakirkoy-16-agir-ceza-mahkemesi-43168492",
|
||||
"https://www.hurriyet.com.tr/lezizz/tavuk-sote-tarifi-videolu-42940328",
|
||||
"https://www.hurriyet.com.tr/sporarena/arda-turanin-shakhtari-konferans-ligine-veda-etti-final-crystal-palace-rayo-vallecano-43168679",
|
||||
"https://www.hurriyet.com.tr/gundem/bakan-guler-acikladi-yildirimin-saha-testleri-yakinda-43168644",
|
||||
"https://www.turkiye.gov.tr/",
|
||||
"https://www.hurriyet.com.tr/resmi-ilanlar/t-c-golcuk-1-sulh-hukuk-mah-satis-memurlugu-43168418",
|
||||
"https://www.milliyet.com.tr/",
|
||||
"https://www.hurriyet.com.tr/kelebek/televizyon/hic-de-o-kadar-peri-masali-degilmis-banyoda-kendini-yere-atip-deli-gibi-agladi-43178283",
|
||||
"https://www.hurriyet.com.tr/",
|
||||
"https://www.garantibbva.com.tr/",
|
||||
"https://www.hurriyet.com.tr/resmi-ilanlar/istanbul-12-aile-mahkemesi-43168447",
|
||||
"https://www.hurriyet.com.tr/dunya/live-hurmuz-bogazinda-yeni-sinirlar-netanyahu-buyuk-ofkeye-kapildi-lubnanda-israile-agir-darbe-43178945",
|
||||
"https://www.ziraatbank.com.tr/",
|
||||
"https://www.hurriyet.com.tr/lezizz/kakaolu-kek-tarifi-videolu-42940216",
|
||||
"https://www.hurriyet.com.tr/yazarlar/fulya-soybas/mars-cok-ama-henuz-golu-atabilen-yok-43178859",
|
||||
"https://www.hurriyet.com.tr/kelebek/televizyon/her-cocuk-oyuncu-zengin-buyumuyor-unlu-dizinin-yildizi-kurye-oldu-faturalari-kim-odeyecek-43177390",
|
||||
"https://www.hepsiburada.com/",
|
||||
"https://www.trendyol.com/",
|
||||
"https://www.hurriyet.com.tr/dunya/live-israile-sizma-girisimi-iran-ordusu-dusmani-sasirtacak-planlara-sahibiz-beyrut-vuruldu-43167937",
|
||||
"https://www.hurriyet.com.tr/kelebek/stil/100-milyon-dolarlik-konser-43168740",
|
||||
"https://www.hurriyet.com.tr/gundem/baba-o-cani-hala-yakalanmadi-mi-43168660",
|
||||
"https://www.hurriyet.com.tr/dunya/yaz-gelmeden-rekor-geldi-43167865",
|
||||
"https://www.hepsiburada.com/"
|
||||
"https://www.hurriyet.com.tr/sporarena/ertugrul-dogandan-galatasaray-ve-transfer-aciklamasi-43178684",
|
||||
"https://www.hurriyet.com.tr/gundem/vahsetin-nedeni-2-milyonluk-borc-mu-43178872",
|
||||
"https://www.hurriyet.com.tr/kelebek/stil/bodrum-gunesi-43177729",
|
||||
"https://www.hurriyet.com.tr/resmi-ilanlar/nevsehir-1-asliye-hukuk-mahkemesi-43178342",
|
||||
"https://www.hurriyet.com.tr/aile/galeri-1-ay-her-gun-sebze-yedi-sonunda-birakmak-istemedi-43176479",
|
||||
"https://www.hurriyet.com.tr/kelebek/televizyon/su-ise-bakin-ask-ona-neler-yaptirdi-saray-yavrusu-baba-evinden-cikti-kaynanasina-yakin-bir-karavana-gelin-gitti-43178449",
|
||||
"https://www.garantibbva.com.tr/",
|
||||
"https://www.milliyet.com.tr/",
|
||||
"https://www.hurriyet.com.tr/sporarena/turkiye-2-2-karadag-macin-ozeti-ve-golleri-41885564",
|
||||
"https://www.hurriyet.com.tr/dunya/hurmuz-bogazinda-yeni-gerilim-iranin-sessiz-katili-bunlar-adeta-basra-korfezinin-yunuslari-olumcul-bir-guce-sahip-43177124",
|
||||
"https://www.hurriyet.com.tr/gundem/aston-villa-taraftarlari-istanbula-asik-oldu-43178895",
|
||||
"https://www.turkiye.gov.tr/",
|
||||
"https://www.hurriyet.com.tr/dunya/si-putin-zirvesinden-trumpa-mesaj-orman-kanunu-istemiyoruz-43178917"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.turkiye.gov.tr/",
|
||||
|
||||
@@ -8,30 +8,30 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE53M0JIWkNEVXZFSGRGRy0tUzRMOXdyOC1EX2NqVmV6aDBMYU95aGZ3d2lUYnoycnctejlfSzRkVFBvVFJ2Q3RGWXNKd1dVb2dBWTBEZm9YX0x6UdIBX0FVX3lxTE5iZ3lRa1FKenQxUFFKdks2eHNvZzNIODJJUGlRZ0h4VDBUcTZKdGtyN0VaSURFREJieHN5SGVfY2xiVERwQ3JfdFQyal9EMzNsWDhPMFJhYXdkNldYQjNr?oc=5",
|
||||
"https://www.ntu.edu.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiTkFVX3lxTE1pZHFUdUQyUGlqMG5McG5CV015R19xS1VJTGVPX1NZRDJ0NlNXZ3V3U1pyVy1ZSWJxREJkZHVheE1mZlJmRGRZc1dXUHk4dw?oc=5",
|
||||
"https://www.gov.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiYEFVX3lxTE5nMlpHOTl5ZlItU1hfcHNiYVpjN3FuUG44YkxGS0IxU3FGcnEydWlJOWFCYUZZWGR2bk91N1RKR29HdGZFdEYwVG9IS0luU25lcHZYMlRBaXVxMkRCcTlPb9IBZkFVX3lxTE9iTEpJSkhQRktxcWpTVEtYTmhSS1lVNkJHeDVpQTNqbFNrSmJtbFBNOXpmeDBENmxmS0kwVUFyZlRpWTdqNVY4ZlNELWZnY3ExOWlLSlpFZUNUYTYxYVZrSjE1S1RPZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE9JSEt3SnlMWkJkcW54c3JadnhucTNLeUR6LXVtWGR0dFI2N08tWDludmhLc3p6ZWRNaFJnM1dNWm1uUUdqQ0VIakZJOWhLNXhocTAxRllSWmg3X28?oc=5",
|
||||
"https://www.cathaybk.com.tw/",
|
||||
"https://www.momoshop.com.tw/",
|
||||
"https://www.pchome.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTFBKUWF6NWdnQjRSd0xXYkRaUUlhNVNhZ3ZlTjZubmJDcUJLdERmYk1FbW1pSXJEcmNtUVl2QXRuQ0p2TmNJY0cwNzNWOVZHanU5U1I5cGdNRW53UdIBX0FVX3lxTE4zWXZNS1ZaUldZMG5FSENrMVVPaVE2QVZobDFUdFJJWTlsdGxOcmNwYmNHS1k5T0FhMG9SbDM2dTdoZlFKeFFFZ2pONkVtS2NKeXdCbnNRTkZramNMSm44?oc=5",
|
||||
"https://www.dcard.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiUkFVX3lxTE1LUlRyYmwzcjU5X0JCZ21JZnlnal8yUmdxUHk0V0xwY0VDRGRNWXhhMTd1WHFnZ0VnR1hPVVdjUlhITjNSeVZMci1LQ1ZfcWVZMFHSAW5BVV95cUxNSXpMU1p1akxHVzB2dV9wcTlIYVIxUWdDSFlCclAyeExfSk05QXJQSVk3UEM0Y2pZbTl1UzE3MjBISF9PVkNOMFVPakY4UXlSQklGT0N5dHM3Z2toaFpOVlNBMXUxYUl4VDl5UFVpUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilwFBVV95cUxNbEl2RXdNOUJSZkJ1Ml84blF4ZGtoNVFBRXBQZmNtbGdydFBIaFJuSWtvcGNGcXkzUHFjVWdyZ0xBYXhQTGwzUFIwSE12VnUzeURCVGZlMVVNUXFuSnBfZWVsbjItSEQ1S0w4LTdjbjBKQ2NsQWtvYnBkejE4VkVNMGowX05sOGhlRDlMZWV6RVA2NE8zNkE4?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi7gJBVV95cUxONkE4eWdTN092NmtRYlFSZ3lwLVlCOS1zTFYxYnlxVTZTdnJIVGZsNmtxXzdwVXIxUnVEaEt1NWoySmJhVjNFeEhZb0RDZDdrT1loTThOVk16ZG1BVi1jZTQ2cGJNbkJLbldwdEVZOGQ0TFYxbnlxbEk2SGNzTXdCbHJCVi0tQUlrTkk1VnQ1bl96V09lWDNLWTZfUDR1b0FZMWh2VGwtOTU1Nkg3YnRIZzFkbzg2MktJb2RkaXJnRnFoMGpiYlFRaHd0NDE4NFlpZ1NlNi1HQVdwSUM1V2ZfVzAzVGlVUm1FRy1OQmQzb2x5eV9lYWVTWThCQ095Z0EyTFM2UUYxb29VWnJUTTV5T1RnOXVEWVlRendpekd2TXZoUlRnMy1PRE9RVE1Lc2tTdGxkODJjZm83WVoxTHFTQTBxalh4Q2twZG9BZFJQckJBTkQ5dnlJZE50ZUI2dC1nbVNzaGhXTS1rdWZXcEE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8AJBVV95cUxOcjJGelU2bTRpTjZrRG1lU1hCVmFDNVZhdkpYVEM2VlRRQ21qS20xZWp2UXcwc240c05FNUlfczBzcTdEUmoyRFlCWUxJRUx3NnpXTW1hSS1UeVlVQ3dVV1phaXFqdXZFTndYUzRURWI2eHVXaVZ5czhyUUtVQm5fWEJmajFKcHM2T0lhRlc4ZzhwZ3RZLVJMSThMTlo0aUNHcWxKcUl6NFNkRHpEUHFXSHRVVUo1TkhzRzZrNFc4UXdFZUlkM3Z0Ty1ldXdULVprSk1RU3BUOEtENnEycTNGdUdhekFTblk4N05Rb0dITnpRalFpV1B6LXFDajFmTU9DdFVySWVwVXl2cGZaVDRTdHdaTW8yQmFILXV1OVlFMy1XS0NtazJVQ2tlc0RUdG9CR1FzQ003cnh3YVEyWngxRXZLOURpZXVSenEyYUtoOU1ZVHV6dG8ySXZSd1VkV0o4M3dnSXFxU3pnRnVpN1paUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiTkFVX3lxTE9ZWjhEOUVITW9pVVZzNzFOaWZ1WldVamxJMU1KLVZUQ3p2c0IwNnJ0SFZoRG1uZ2FjYXBLV3c1d3pZdjFadGhnR0Z5aDBPUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilwFBVV95cUxOTzBDeGlwaU1jMDlyVGQtTG5uS1RnTkpyVlpiZjY5S1RXZUNDTGk2YzhNUUg0UjQ5Q184NlJDRGJRRmhKbVRhQ19OOFZJaXMzQVNBc0JDZGFlM3JoS2E3NDVtQ2FNZWdXU1FVSExhU0l5MjRlX0NvaWwxOWdRbXhJWWhwY3ZGdU9ZbWh6ZnF3dmhfLXcxTGZZ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTFBiUW9LOWp6Ulp2Q1NDczlsOFA0dGJrVFJpekpZSFdUc0h2cUVueHFDMEViMjRsWERCS3dvQkh0cDRxX3FMN1hzMjVBaFNldjMzMk45M3hlSkRGbFRMN3VJ?oc=5",
|
||||
"https://www.ntu.edu.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiYEFVX3lxTE1tT1ZOdG9NQkxyQVdpaHluVU90X1lyQVJlQ2FORDVwUzVkM1VoS0VOZ3N5LXA2NmtCZkdFbUVXa2VzVGdwRnZTNVNTdjVybzFGNjd5eUVySi02djZyXzdjMdIBZkFVX3lxTFAxZ0w0UERvVEVaWWlsZDFYcXFUTi15QjBZd3NJTjFnUy02U3JSUnFxbTBWY0poREl0elVxVUhhWmVBekQ5SE5mR1dNRDhkbFViMlFSVzhydVQxb1ZWUnRsQVlpaDFMUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimgNBVV95cUxPblFBWlExY2hydkFtY1l1WXRqbTRBNC1OSkpsQjZjNVEwbmtOc3NiTmVKMWdnT29iZERkWmZEWUFabWVwVVMzOFJGaGI5MVNLaVFwNGl6di1wdDNJSG1mcUpETzhMdmMwRmZteVJLR2pUVHR2VjlqVU4xejVQZkYwTDYxTFhXQV9nLVlkdjhFanM2ZDdWNFNmUUFvZUVMMHhYVGNHTnlRX01saHRqdDN5c3JuajBJaV9yREpqOGNaMGhxX2hOS2N6TmZUQnVvWTRrM05XdVN0RmwzWF9sTU1TVXNFdUVLalE1Um92UmkySHJPWmZoNTdpSGUxblg1VFNXTF8zcDNmdEZNTUxwNUxCekRrTDFHZklYV1haSmdmdnpheWVCQVNLQldTTFdIUDJGNlVzcUhoTzVJLU5oTWVUd01EUFA3a1hZM2Q4aU9jd1JDdTBKY0gybXNjVU1RNW5QOTBvMkRBODlPSXdzU1JGYkRTb0tQV1llMjM1YU0tSWlSYVlHa1lkaE1xZG1yNENCWG5VemNlcFlrUQ?oc=5",
|
||||
"https://www.gov.tw/",
|
||||
"https://www.post.gov.tw/",
|
||||
"https://tw.yahoo.com/",
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTE53RHJZRmZlOXdMOHRVbnRXTnRvTkNTRGd4VWpabVVJZl9YWGpwR0lYQ0Y5ZmhvREJkTjk4ekszQ2dYak40TEVZZ2M0VktKcVY2YWtPNjRhT0xKSm9WVlhDU3BHcXDSAWpBVV95cUxQTlNKYm9seXhraHl3Y0tQTVppaE8wODF1Y0taTTNic3lGUjUwN3dMOXN1TnI5LWRvaXZRSG1ZSXJoNHo1emd1MmFKdzM0anJGVERkX0llclV5OXI3UTYtQjBQTXRfWmVwb1p3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTE5fWXE5WjVmdTJycGFQbW54NE1kS3QxS3FPWHM0SW5FZXFwRHdqb29laXIwdU51U1F6RjBNbUpEc01hMFZPZjNMVzV6bVg5MDZkU0tJcFJVeEgxMm5kVkNqaUxJYWTSAWpBVV95cUxPOG5zd1VTeVhyMGZySEhwdGRHSVdfSUlGWnhIY0JKb0tFeVNzMFg0U2gwcVZpT1IwUGJxNUg4bmd1bjlNTjNNYkppRkhVd0xXamRVem9wU20wbU9INFYxSlpzR0JqNThCOW13?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE9vNEltejR0bHI1RVV3UnNhRDNOSTJhZDNHN3VubzdzclFDR1phVGxWMXpyVU1vWWEzM3pOdFdGZG1BRDI5TV9BclduczBodm1o?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiXkFVX3lxTE5FNFQ3dGRscURXVE9zejlpdzhQc3ZpeTFNN1ZhUFAyaVhBQ3g2bTRUb2hndERaWjNpT3FFUkRmcWxRZl9Mb0tDamZuVjlPT1RZZlBKeHl2SHA5U09BQ0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi0wJBVV95cUxPUTFpVFhDaUNoNUljbDQwYTJuZTdHTExFRGptLVRFVUQzU0ZIS2pPZVdCUXZ5eElxRVFIS0ZVVlhUQVRvMUpQaGJuMktQYUw0b0dUNnI3NF95LWFPZDJkMmU2YlctMUNTMDQ1NHoydXpMNUgyeEp4UGtxSHFzNUVpQmVWWDkwMGtFSWdlNFUwNmhkRVN4YWJIUWZXeVRIQW9OQ3VBbl9SMEpRb3IwN3lsUUxhY05hRm5sYVpNbFByXzZoTHE0aDdpbXJ2aFdabndvMTJYcHludU1WaG9TMFp6RC1NN3FTSVNyRFplOHA0aFlMSVdIQVNCNnJqbkFBQkhnNVlvSWVZNG5nLU5kX25QMllPakNPdzhXTnJmTFR0cjJ6MWtZdXVHYVZqbVZ4d1JqVkl6YWlkMDlHckJfTGVlWnVSdmYzR2N1aTM2V0tiTHpXNWs?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMijgFBVV95cUxQNmdSY191dGFnOWtwQ3J6eWJBelR2VWo3djdXODgybG82ZDRLZ0swc1hNOUR6c2VuNWJqSDhxS0ZCdUN3RTRzYUhnNF9zX0tHeEtiNi1fc3FBYmEyOWltVmVBWXJpNUx0dkpGd016Q0ZYZ2ZRRHNuM1huSUtleVo0a1RMQXdrcTZDSFh4a1dB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTFBWWjNPWVRuTHlfT3ZwRlVHVDNqWEdDTTQzNU1QNERxQ0tEQjR1eE0tRVc0VjM4VHFuOFBjR0U3dVlZYzF0WFdSSXJjR1BKUVlj0gFWQVVfeXFMTkk3UVRqUmV3dHJQeG9Rakh4SnZiNmF5NGIxX0Jxd1BjWUt1Vnlsbmx6VEFQX1ZvWURvandwcnhZS3J4dExsN3R5Zng2VV9aRzZCV1FIOXc?oc=5",
|
||||
"https://www.thsrc.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiZkFVX3lxTE1pN2luTXc0MEFHRWV6T2hhT1p3Yi1sSktURVkyMXdKYnN4a2liUXE2NnlBbWRHWUlNcHIybEhZaE1sU1VIcmliRXAweUdONHY2RElHUHdETmdOQ2hmNThvNUpBcFh4QdIBa0FVX3lxTFAwbWoyd3F5YU16NF9wM2xlNE1pOU0zODROZkx6SHl3SVRXamtuR1M1WDd1QV9QeTlfcmZjOG1MMzlxbXJoZHBJdTg1WF9nM0hXS3JCR0xGZFM5MFhoRFZKVkxCd09QREp4enh3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiswJBVV95cUxQU05iM0VGODI2RkFLbGY4SnNIT0ZQRnA4Z1pVbFFBQWVrQ00zcC1SNzZPLTh6ZUJ2LVRMdjNqaVVDWWlzd2R0UHJHQUJEN3FucE5mRHo1d1NYRkRHcVNQSnFZb1RDdEtrWm1YMnJUUnVSMV9OUHp1U0R6WnhYbmUtaXc2RVdWb2VSeFp6NzhmYkJIR1l2NUdDX3kxbDJCUTluM1NCNUpUMGJ1Q3cwM2V6YUtqamMzTlpBNUhjMzgwUWw1bVA2MU9FMXJ1dXVsVFMtRVlHYklsQmsyVHZMT2tJaV9pNUpQeFY4LVotSkczWFZnZGFmSTlLVER5OThaNmtxREtIcVNfVXNmeVFJdkptanRISnR1dTRndV9sdlVjZVhUbnkwOUY1TFNYSmNDRXNkX05r?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiigFBVV95cUxQUjVuSUttNGoyVjZMZUszdDdXLVFHVkEzbHpOSnFucnFFR1RMck9ZR09wSHBpVy1tY2FZUmxqSVUtd05xaXhiZENKcWczZm5yY0xlbjJmYlZIeHdBRXFUQkFjMHU4TjNMaGdBMWdhMmkyOWxZWnNFMGFhX0xCVHN3NEd5YmNmT0hkclE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE9ibXBOQVBnZERJS2Y5Mjl3RUpJSUdsUnYtUDN4bV9hd1NYUGY2RE01TWgwbzN4d2ZmOXVnYUxuUzdvcmNEUmJZYms1cjdaTHZPM2g5UHFlaFhZSnc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE5HdTZlRHFIaXN5aFowNlBwRVB6NjhYbVlLRUFoQ0FocnluNUV5SG91dlRQdlFpTGJFRS1PbXh5RzFmZmdhZVM0a1E3REtfQmw00gFWQVVfeXFMTnMtXzFYSGVvV1ROVlh4RFRPOUljSFV2V2lhRkxSRkNoVGNsM3hWczdxNnRBYlkxTV9lMXRNaWROYUZyNHdvQmYzbFNwVlBMd2U1aHlBSHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE5HLVBpSzNaZ0Q1bHZQYmdRYTJXeWlfdl8wX3FJcmxjdGlJNkF0RG16YXYweTBOYlBFdVl3aWtqTk1wanEwNXQ2d25XN3hLNjlYaHNsMWhnYXJmN2s?oc=5"
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTE55bjBMaHRpRFltT3FBYm1BdkhzcWpqeGtadjlIQWEtanlXVndHRURRQ2VWT08tS3pvdzNNR0FteTJ0d3hZajBoWUpYeGVzSzVrclRDY1NnOW5CWGhwVDVVdEJ6cmHSAWpBVV95cUxPdEtKNVI2SXJhRHVFa28wR09sakxDeXNSUHNDd3Y2RThsamxJMktsR1EyUVZXeUpxUW9oOUs1RHR6UmJtUDdmb3BUUGNVSjlwOXFwaklhbzgwTWtZSGFyNjVQRnRMMnlZV25n?oc=5",
|
||||
"https://tw.yahoo.com/",
|
||||
"https://news.google.com/rss/articles/CBMihwNBVV95cUxPcWhpalh0b08zSHpaLUR0alh4Zkd2N1pkTjRad3hJeVUxVktXUDl4QjVNT2hhcUtNSHRVRk93TGxEbV8ybHQzWHNmVGF2bTB2UjZ2TW16Rk1ZUF8zQ0RmTmRpT1hqNmhLMGQycTFKMTNzS2dkVEIteXB1c1FQMmlpaTZ6ZkE5X0JMOU1KanBYV1lUWVl2NXI3cnZ1dXphYk5IZW8xMURGU2pOTm9GbTRuV3YxRndxbFJCMzRkN29uVURYODk4X0hxMTFEMVV0aGltQWhuOG15Tk5DN1dYZHRkM3h6eEQxR0Zwc3J1YjVjalRGRGQtX1BlLW5xX185dmtGcFpPTUdVMG03cFVuZ2NZSk5Ha29KWWNFVklxemlpb1FJR3RMeHVPakw5UVZDVHlhZFJrMjM5U0NyNE1XQ25GWVN1Mk9NSkMyWFVCSUVoVXBJa1ZyTkItZVRfOVRGbUM4VnFPczAwNlZIVTBaTlc5cDNLZnRsbXB3Q2x1SHI0b2dnUE5COXVr?oc=5",
|
||||
"https://www.pchome.com.tw/",
|
||||
"https://www.momoshop.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiT0FVX3lxTE45SVRZM0E4UEF0X0FENkxzTHltSG0zMEhYUnVYVm5URHNiQ3FMZGFCRUNoYVFOcGZsZ2IyR2Zhdmlma3VnZlc1aEVNcE5maVk?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.tw/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.bbc.com/sport/football/articles/c5yr4vle9w2o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/news/articles/c62nq678nyzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c707edw539ro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c98r199e195o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cdrpx8pl36vo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1j74x9pe0eo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8pyyz5e0ro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/news/articles/c4g0d1wp6g8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1e2pdw1808o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c626zyywxjno?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cwy2gj2jlr8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c98r4218l73o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cn4pyrnmplgo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clyp32weyn8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cn0pk2e22jro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/cn4p284ny2ko?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cwy2g197dp8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ebay.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c9v38vk2j0no?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/sport/boxing/articles/czr267lzd8ro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1k2lmmjvzxo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c78qv3w4xzqo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/videos/cy529g5lnleo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cp3pz43k99xo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cy02prwpw01o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cwy21d7ye89o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cn0pky4zpxxo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.gov.uk/",
|
||||
"https://www.bbc.com/news/articles/cp3pww9g0p5o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nationalrail.co.uk/"
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cm2pxz7de41o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/cpqpylzld9go?at_medium=RSS&at_campaign=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.uk/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c62nq678nyzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.gov.uk/",
|
||||
"https://www.ebay.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c707edw539ro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1e2pdw1808o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8pyyz5e0ro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c5yr4vle9w2o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1j74x9pe0eo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c98r199e195o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/news/articles/c4g0d1wp6g8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cp3pww9g0p5o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cn4pyrnmplgo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cn0pky4zpxxo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cn0pk2e22jro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.bbc.com/sport/football/articles/cn4p284ny2ko?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/boxing/articles/czr267lzd8ro?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cy02prwpw01o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c1k2lmmjvzxo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clyp32weyn8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c9v38vk2j0no?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/cpqpylzld9go?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.gov.uk/",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/news/articles/cm2pxz7de41o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c78qv3w4xzqo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cwy21d7ye89o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.ebay.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cwy2g197dp8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cp3pz43k99xo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.bbc.com/news/videos/cy529g5lnleo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c626zyywxjno?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c98r4218l73o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cdrpx8pl36vo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cwy2gj2jlr8o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rss"
|
||||
"https://www.nationalrail.co.uk/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.uk/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/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/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-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.chase.com/",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"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.target.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html"
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.usa.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer"
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"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.bankofamerica.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"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.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"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.irs.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html"
|
||||
],
|
||||
"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/politics/white-house-toddler/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.walmart.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.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.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.irs.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/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.chase.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/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer"
|
||||
],
|
||||
"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.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/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/style/article/marilyn-minter-artist-elder-sex/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/white-house-toddler/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer"
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.chase.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"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.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/"
|
||||
],
|
||||
"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/18/politics/white-house-toddler/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.indeed.com/",
|
||||
"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/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"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/tech/lina-khan-ai-warning/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.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/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/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla"
|
||||
],
|
||||
"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.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/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.walmart.com/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.chase.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.walmart.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.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.irs.gov/"
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"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.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/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.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/"
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.usa.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/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.weather.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -1 +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.staradvertiser.com/", "https://www.hawaiinewsnow.com/", "https://www.khon2.com/", "https://www.kitv.com/", "https://www.civilbeat.org/", "https://www.hawaii.gov/", "https://health.hawaii.gov/", "https://www.hawaiitourismauthority.org/", "https://www.hawaiianairlines.com/", "https://www.costco.com/", "https://www.walmart.com/", "https://www.amazon.com/" ], "static_urls": [ "https://www.hawaii.gov/", "https://health.hawaii.gov/", "https://www.staradvertiser.com/", "https://www.hawaiinewsnow.com/" ] } }
|
||||
{
|
||||
"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.staradvertiser.com/",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.hawaii.gov/",
|
||||
"https://www.hawaiinewsnow.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.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.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://health.hawaii.gov/",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.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/18/politics/white-house-toddler/index.html",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer"
|
||||
],
|
||||
"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.weather.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.chase.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.zillow.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/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.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/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/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.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/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/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.cdc.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.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/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"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.irs.gov/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane"
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn"
|
||||
],
|
||||
"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.indeed.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.weather.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"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.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/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.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.walmart.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/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"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.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"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.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html"
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/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/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.indeed.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.target.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"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.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"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.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/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/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.irs.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/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.amazon.com/",
|
||||
"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/politics/white-house-toddler/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html"
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"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.chase.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.irs.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/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.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.usa.gov/"
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"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.zillow.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.chase.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/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.indeed.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.target.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/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/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"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.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html"
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.amazon.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/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.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.chase.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/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"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.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.harvard.edu/",
|
||||
"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",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.nytimes.com/",
|
||||
"https://www.texas.gov/",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/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.dallasnews.com/",
|
||||
"https://www.foxnews.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.nytimes.com/",
|
||||
"https://www.foxnews.com/",
|
||||
"https://www.dallasnews.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"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.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.amazon.com/"
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.amazon.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.texas.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.bankofamerica.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.texas.gov/",
|
||||
|
||||
@@ -8,26 +8,26 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.houstontx.gov/",
|
||||
"https://www.houstonchronicle.com/",
|
||||
"https://www.mdanderson.org/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/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/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.nasa.gov/",
|
||||
"https://www.rice.edu/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer"
|
||||
"https://www.mdanderson.org/",
|
||||
"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.rice.edu/",
|
||||
"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.houstonchronicle.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.houstontx.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.houstontx.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.target.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.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/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/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/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.usps.com/",
|
||||
"https://www.chase.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/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.homedepot.com/",
|
||||
"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.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"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.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/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.irs.gov/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/videos/tech/2023/04/18/apple-store-mumbai-india-ceo-tim-cook-vedika-sud-ovn-biz-ldn-vpx.cnn"
|
||||
],
|
||||
"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.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.npr.org/2026/05/07/nx-s1-5803121/trump-fema-reform-wildfire-flood-hurricane",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/17/opinions/sudan-revolution-to-civil-war-lynch/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/home/how-to-compost-at-home?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/style/article/ai-photo-win-sony-scli-intl/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/deals/dyson-supersonic-sale-2023-04-17?iid=CNNUnderscoredHPcontainer?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/money/high-yield-savings-accounts?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/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/style/article/marilyn-minter-artist-elder-sex/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/tech/lina-khan-ai-warning/index.html",
|
||||
"https://www.bankofamerica.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.npr.org/2026/05/21/nx-s1-5829616/israeli-security-minister-flotilla",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.usps.com/",
|
||||
"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.irs.gov/",
|
||||
"https://www.cnn.com/videos/politics/2023/04/18/kevin-mccarthy-wall-street-speech-debt-ceiling-biden-economy-vpx.cnn",
|
||||
"https://www.cnn.com/cnn-underscored/money/how-to-file-taxes?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.npr.org/2026/05/20/nx-s1-5812837-e1/why-the-supreme-courts-voting-rights-ruling-could-play-a-big-role-at-the-local-level",
|
||||
"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,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://vnexpress.net/tiem-botox-thanh-quan-dieu-tri-roi-loan-giong-5071319.html",
|
||||
"https://www.vietcombank.com.vn/",
|
||||
"https://vnexpress.net/hang-nghin-nguoi-xep-hang-du-vietnam-gameverse-2026-5071444.html",
|
||||
"https://vnexpress.net/dau-hieu-nao-o-mat-co-the-canh-bao-dot-quy-5071404.html",
|
||||
"https://vnexpress.net/hoa-khoi-cau-long-nguyen-thuy-linh-giao-luu-runner-vm-can-tho-2026-5071205.html",
|
||||
"https://vnexpress.net/argentina-chay-dua-truy-vet-nguon-lay-hantavirus-sau-o-dich-tren-tau-du-lich-5071347.html",
|
||||
"https://vnexpress.net/ganh-nang-cua-hoang-tu-nhat-ban-giua-vong-vay-truyen-thong-5071395.html",
|
||||
"https://vnexpress.net/sai-lam-thuong-gap-khi-an-nhan-5071437.html",
|
||||
"https://vnexpress.net/",
|
||||
"https://vnexpress.net/viet-nam-dang-cai-cup-the-thao-dien-tu-dong-nam-a-tu-2026-5071454.html",
|
||||
"https://vnexpress.net/lam-gi-giam-ho-so-mui-cho-tre-mua-nang-nong-5071352.html",
|
||||
"https://vnexpress.net/audi-viet-nam-giam-gia-300-trieu-dong-xe-ton-kho-tu-2024-5071030.html",
|
||||
"https://vnexpress.net/nu-hoang-muoi-hong-chet-hang-loat-sau-khi-bi-thu-giu-5071346.html",
|
||||
"https://vnexpress.net/cuoc-dau-hoa-luc-o-hormuz-khien-trien-vong-hoa-binh-my-iran-them-xa-voi-5070395.html",
|
||||
"https://vnexpress.net/9-mon-viet-lam-tu-thit-lon-ngon-nhat-chau-a-5076453.html",
|
||||
"https://vnexpress.net/nuoi-trung-non-giup-nguoi-phu-nu-thu-tinh-ong-nghiem-thanh-cong-5076402.html",
|
||||
"https://vnexpress.net/thoat-nguy-co-hong-mat-nho-bac-si-ung-vien-phi-phut-chot-5076225.html",
|
||||
"https://vnexpress.net/4-cach-cham-soc-cot-song-khi-ban-gia-di-5074887.html",
|
||||
"https://vnexpress.net/so-ca-nghi-ngo-doc-sau-an-ban-tru-o-dong-thap-tang-len-62-5076461.html",
|
||||
"https://vnexpress.net/chuoi-hoat-dong-ky-niem-5-nam-cua-play-together-vng-5075676.html",
|
||||
"https://vnexpress.net/cach-bo-sung-canxi-phong-voi-hoa-mach-mau-khi-lon-tuoi-5076505.html",
|
||||
"https://vnexpress.net/haaland-man-city-nen-noi-gian-5076404.html",
|
||||
"https://vnu.edu.vn/",
|
||||
"https://vnexpress.net/elon-musk-chia-se-video-ga-duong-sat-trung-quoc-rong-bang-170-san-bong-da-5076390.html",
|
||||
"https://vnexpress.net/nhung-luu-y-duy-tri-the-luc-khi-chay-bo-mua-he-5076130.html",
|
||||
"https://vnexpress.net/pho-chu-tich-bac-ninh-livestream-ban-31-tan-vai-thieu-5076375.html",
|
||||
"https://vnexpress.net/mytv-dong-hanh-vtv-phat-song-fifa-world-cup-2026-5076459.html",
|
||||
"https://dichvucong.gov.vn/",
|
||||
"https://vnexpress.net/nhung-ky-su-cong-nghe-chat-vat-tim-viec-o-thung-lung-silicon-5076394.html",
|
||||
"https://www.vietcombank.com.vn/",
|
||||
"https://vnexpress.net/be-trai-11-tuoi-bi-cho-becgie-can-trong-thuong-5076513.html",
|
||||
"https://tiki.vn/",
|
||||
"https://chinhphu.vn/",
|
||||
"https://vnu.edu.vn/",
|
||||
"https://vnexpress.net/vo-toi-bong-nhien-bi-gui-email-no-thue-hon-18-trieu-dong-5071427.html",
|
||||
"https://shopee.vn/",
|
||||
"https://vnexpress.net/nhat-ban-co-the-da-chi-hon-60-ty-usd-cuu-dong-yen-5071431.html",
|
||||
"https://vnexpress.net/bo-y-te-se-quan-ly-thuc-pham-tu-trang-trai-toi-ban-an-5070463.html"
|
||||
"https://vnexpress.net/",
|
||||
"https://vnexpress.net/khoanh-khac-drone-hezbollah-tap-kich-be-phong-vom-sat-israel-5076425.html",
|
||||
"https://shopee.vn/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://chinhphu.vn/",
|
||||
|
||||
@@ -390,5 +390,5 @@ fi
|
||||
echo -e "\n========================================================"
|
||||
echo -e "⭐ \033[33m开源不易,如果 IP-Sentinel 极大简化了您的多节点管理,请赐予我们一枚星标!\033[0m"
|
||||
echo -e "💡 \033[32m您的每一颗 Star 都是我们持续迭代架构、开发 Web 视窗化控制台的动力源泉。\033[0m"
|
||||
echo -e "👉 \033[36m\033[4m\033]8;;https://github.com/hotyue/IP-Sentinel\033\\[点击此处直达 GitHub 仓库点亮 Star 🌟]\033]8;;\033\\\033[0m"
|
||||
echo -e "👉 \033[36m\033[4m\033]8;;https://github.com/hotyue/IP-Sentinel\033\\点击此处直达 GitHub 仓库点亮 Star 🌟\033[0m\033]8;;\033\\"
|
||||
echo -e "========================================================\n"
|
||||
|
||||
@@ -36,6 +36,9 @@ get_flag() {
|
||||
NZ) flag="🇳🇿" ;; AR) flag="🇦🇷" ;; CL) flag="🇨🇱" ;; MX) flag="🇲🇽" ;; IL) flag="🇮🇱" ;;
|
||||
SA) flag="🇸🇦" ;; EG) flag="🇪🇬" ;; NG) flag="🇳🇬" ;; KE) flag="🇰🇪" ;; RO) flag="🇷🇴" ;;
|
||||
BG) flag="🇧🇬" ;; CZ) flag="🇨🇿" ;; HU) flag="🇭🇺" ;; GR) flag="🇬🇷" ;; UA) flag="🇺🇦" ;;
|
||||
# === 补齐近期扩军的新增战区旗帜 ===
|
||||
MO) flag="🇲🇴" ;; KH) flag="🇰🇭" ;; MM) flag="🇲🇲" ;; LA) flag="🇱🇦" ;;
|
||||
MN) flag="🇲🇳" ;; NP) flag="🇳🇵" ;; BD) flag="🇧🇩" ;;
|
||||
esac
|
||||
echo "$flag"
|
||||
}
|
||||
@@ -286,6 +289,9 @@ while true; do
|
||||
if [ "$IS_OFFICIAL_GATEWAY" != "true" ] && [ "${ENABLE_MASTER_OTA:-false}" == "true" ]; then
|
||||
BTN_MASTER_OTA="[{\"text\":\"🆙 升级控制中枢至 v${REMOTE_VER}\",\"callback_data\":\"master_ota_confirm\"}],"
|
||||
fi
|
||||
elif [ -n "$REMOTE_VER" ] && [ "$REMOTE_VER" == "$MASTER_VERSION" ]; then
|
||||
# [UI 体验升级] 若检测到版本一致,明确提示用户已是最新
|
||||
VER_INFO="${VER_INFO}\n✨ **最新官方版本**: \`v${REMOTE_VER}\` (✅已是最新)"
|
||||
fi
|
||||
|
||||
NODE_COUNT=$(db_exec "SELECT COUNT(*) FROM nodes WHERE chat_id='$CHAT_ID';")
|
||||
|
||||
@@ -23,6 +23,7 @@ GEO_FIX = {'UK': 'GB'}
|
||||
FALLBACK_MAP = {
|
||||
'LA': 'US',
|
||||
'MN': 'US'
|
||||
,'MO': 'HK'
|
||||
}
|
||||
|
||||
# ================== [核心修复 2: 随机 UA 池] ==================
|
||||
|
||||
@@ -25,6 +25,7 @@ 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"],
|
||||
@@ -33,19 +34,19 @@ RSS_FEEDS = {
|
||||
"MY": ["https://news.google.com/rss?hl=en-MY&gl=MY&ceid=MY:en"],
|
||||
"NG": ["https://punchng.com/feed/", "https://www.vanguardngr.com/feed/"],
|
||||
"TR": ["https://www.hurriyet.com.tr/rss/anasayfa"],
|
||||
# ====== 下方为 PR #47 亚洲与中东新战区扩充源 ======
|
||||
"PH": ["https://www.gmanetwork.com/news/rss/news/"],
|
||||
# ====== 下方为 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://gulfnews.com/arc/outboundfeeds/rss/uae.xml"],
|
||||
"SA": ["https://www.arabnews.com/rss.xml"],
|
||||
"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://kathmandupost.com/feed/"],
|
||||
"KH": ["https://www.khmertimeskh.com/feed/"],
|
||||
"MM": ["https://www.irrawaddy.com/feed"],
|
||||
"LA": ["kpl.gov.la/Rss"],
|
||||
"MN": ["https://montsame.mn/en/rss"]
|
||||
"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.9
|
||||
MASTER_VERSION=4.0.11
|
||||
AGENT_VERSION=4.0.11
|
||||
|
||||
Reference in New Issue
Block a user