mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-06-04 08:19:36 +08:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb63cd00e4 | ||
|
|
6630e3a42e | ||
|
|
033d5310f8 | ||
|
|
0c2a43a2af | ||
|
|
aaeb7d12db | ||
|
|
b4e6894964 | ||
|
|
413415f999 | ||
|
|
4da4b6e02e | ||
|
|
888f298edc | ||
|
|
ede247e7ef | ||
|
|
b785241cca | ||
|
|
216065727c | ||
|
|
8178781dcd | ||
|
|
f23f06025b | ||
|
|
d5ccb245f2 | ||
|
|
6a31763c49 | ||
|
|
21dd59ebbd | ||
|
|
450a925c7f | ||
|
|
587e0d2e8d | ||
|
|
5ecf01cd52 | ||
|
|
3302067675 | ||
|
|
7683dbf56c |
@@ -1023,9 +1023,11 @@ if [[ -n "$TG_TOKEN" ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo -e "\033[33m⚠️ 警告:请务必确保本机及云服务商安全组放行了 TCP $AGENT_PORT 端口!\033[0m"
|
||||
echo -e "\n\033[31m⚠️ 【高危警告】您的节点身份已永久锁定为公网 IP: $SAFE_PUBLIC_IP\033[0m"
|
||||
echo -e "\033[33m为确保 Master 司令部能够成功下发指令,您【必须】前往云服务商 (如 AWS/Oracle/阿里云 等) 的网页控制台中,将安全组 (Security Group) 防火墙的 TCP $AGENT_PORT 端口彻底放行!\033[0m"
|
||||
echo -e "\033[31m⛔ 禁止尝试通过修改脚本强行绑定局域网/内网 IP 来绕过通信阻断,这无异于掩耳盗铃,将彻底摧毁本系统“公网IP信用养护”的核心目标!\033[0m\n"
|
||||
if [ -n "$FW_MSG" ]; then
|
||||
echo "💡 检测到本地防火墙开启,您可以尝试执行以下命令放行:"
|
||||
echo "💡 检测到本地系统防火墙开启,您可以尝试执行以下命令放行本机端口 (注意: 云端安全组仍需您手动放行):"
|
||||
echo -e "\033[36m $FW_MSG\033[0m"
|
||||
fi
|
||||
# ====================================================================
|
||||
|
||||
@@ -94,8 +94,8 @@ fi
|
||||
SESSION_BASE_LAT=$(get_random_coord $BASE_LAT 270)
|
||||
SESSION_BASE_LON=$(get_random_coord $BASE_LON 270)
|
||||
|
||||
# 【核心升级】随机决定本次上网深度 (6 - 10 个复合动作,配合高频长效拉伸)
|
||||
TOTAL_ACTIONS=$((6 + RANDOM % 5))
|
||||
# 【核心升级】随机决定本次上网深度 (5 - 8 个复合动作,配合高频长效拉伸)
|
||||
TOTAL_ACTIONS=$((5 + RANDOM % 4))
|
||||
|
||||
log "$MODULE_NAME" "INFO " "当前出网 IP: $CURRENT_IP"
|
||||
log "$MODULE_NAME" "INFO " "设备指纹锁定: ${SESSION_UA:0:45}..."
|
||||
@@ -165,7 +165,8 @@ for ((i=1; i<=TOTAL_ACTIONS; i++)); do
|
||||
# 【核心升级】行为拉伸:每次动作后强制休眠 90 - 120 秒
|
||||
# 结合动作总数,总耗时将稳定在 10 分钟 到 20 分钟之间
|
||||
if [ $i -lt $TOTAL_ACTIONS ]; then
|
||||
SLEEP_TIME=$((90 + RANDOM % 31))
|
||||
# 【时间收敛修复】休眠控制在 45-75 秒,防止跨周期重叠导致进程被强杀
|
||||
SLEEP_TIME=$((45 + RANDOM % 31))
|
||||
log "$MODULE_NAME" "WAIT " "阅读当前页面内容,模拟停留 $SLEEP_TIME 秒..."
|
||||
sleep $SLEEP_TIME
|
||||
fi
|
||||
@@ -229,7 +230,7 @@ fi
|
||||
YT_PR_GL=""
|
||||
# [修复] 必须带上本轮循环的专属 UA (-A "$SESSION_UA"),防止被 Google CDN 丢进无状态爬虫兜底页
|
||||
YT_PR_HTML=$(curl $CURL_BIND_OPT $DYNAMIC_IP_PREF -m 10 -s -L -A "$SESSION_UA" "https://www.youtube.com/premium")
|
||||
if echo "$YT_PR_HTML" | grep -q 'www.google.cn'; then
|
||||
if [[ "$YT_PR_HTML" == *"www.google.cn"* ]]; then
|
||||
YT_PR_GL="CN"
|
||||
else
|
||||
# 穷举风控变量提取
|
||||
@@ -242,7 +243,7 @@ fi
|
||||
YT_MU_GL=""
|
||||
# [修复] 同样加持 UA 装甲,强行唤出完整版前端框架
|
||||
YT_MU_HTML=$(curl $CURL_BIND_OPT $DYNAMIC_IP_PREF -m 10 -s -L -A "$SESSION_UA" "https://music.youtube.com/")
|
||||
if echo "$YT_MU_HTML" | grep -q 'www.google.cn'; then
|
||||
if [[ "$YT_MU_HTML" == *"www.google.cn"* ]]; then
|
||||
YT_MU_GL="CN"
|
||||
else
|
||||
# [修复] Music 的核心配置变量是 INNERTUBE_CONTEXT_GL
|
||||
|
||||
@@ -1 +1,77 @@
|
||||
donald trump
|
||||
bangladesh vs pakistan
|
||||
usa vs nep
|
||||
icc
|
||||
timberwolves vs spurs
|
||||
cavaliers vs pistons
|
||||
fa cup
|
||||
بنيامين نتنياهو
|
||||
mohamed salah
|
||||
swatch x ap
|
||||
കൊക്കെയ്ന്
|
||||
cat
|
||||
ओमान
|
||||
games
|
||||
sslc result 2026
|
||||
shapoor zadran
|
||||
karuppu movie review
|
||||
x
|
||||
real madrid
|
||||
iceman
|
||||
رئيس مصر
|
||||
scotland vs usa
|
||||
live cricket score
|
||||
pistons vs cavaliers
|
||||
saudi arabia
|
||||
copa do brasil
|
||||
changpeng zhao
|
||||
premier league table
|
||||
india gold import duty hike
|
||||
cincinnati vs inter miami
|
||||
ഇസ്രായേല്
|
||||
gold rate today
|
||||
prateek yadav
|
||||
thunderstorm
|
||||
iron dome
|
||||
spurs vs timberwolves
|
||||
osasuna vs atlético madrid standings
|
||||
الشارقة
|
||||
أوساسونا ضد أتلتيكو مدريد
|
||||
osasuna vs atlético madrid
|
||||
cbse 12th result 2026
|
||||
jcd prabhakar
|
||||
iran war ceasefire
|
||||
scotland vs nepal
|
||||
dhurandhar 2 netflix uae
|
||||
nba schedule
|
||||
lakers vs thunder
|
||||
nurses day
|
||||
عبدالرحمن أبو زهرة
|
||||
qatar airways
|
||||
udhayanidhi stalin
|
||||
mahmudul hasan joy
|
||||
eid holidays 2026
|
||||
sam altman
|
||||
എയര് ഇന്ത്യ
|
||||
uae einvoicing deadline extension 2026
|
||||
le havre vs marseille
|
||||
five guys
|
||||
وزير
|
||||
aadhav arjuna
|
||||
shan masood
|
||||
trisha krishnan
|
||||
when is mother's day
|
||||
mothers day india
|
||||
joshua van
|
||||
lakers vs okc
|
||||
international mother's day
|
||||
76ers vs knicks
|
||||
levante vs osasuna
|
||||
عيد الأضحى
|
||||
الهلال ضد الخلود
|
||||
is discord down
|
||||
ufo files
|
||||
اختبار دراسي
|
||||
novak djokovic
|
||||
نظام تعليمي
|
||||
dubai news uae news abu dhabi news uae weather dubai weather uae economy dirham exchange rate dubai traffic dubai metro dubai airport flights emirates airline etihad airways uae tourism dubai hotels burj khalifa dubai mall abu dhabi tourism uae visa news khaleej times gulf news the national emirates247 uae government uae central bank etisalat du telecom uae noon uae amazon ae careem uae talabat uae dubai jobs uae real estate dubai news today breaking news uae weather today دبي أخبار الطقس الإمارات سعر الدرهم
|
||||
|
||||
@@ -1,3 +1,83 @@
|
||||
protein
|
||||
streamer
|
||||
mcg
|
||||
wests tigers vs sea eagles
|
||||
asofa-solomona vs burgess boxing
|
||||
rottnest shark
|
||||
fijian drua vs waratahs
|
||||
keldon johnson
|
||||
julius randle
|
||||
sir doug nicholls
|
||||
jason statham
|
||||
aeu
|
||||
tom campbell
|
||||
south morang
|
||||
monica elfriede witt
|
||||
airplane
|
||||
alex twal
|
||||
honda motor company
|
||||
penny lancaster
|
||||
tim tszyu vs errol spence
|
||||
hilary duff
|
||||
antisemitism
|
||||
bank australia
|
||||
norman o bryan
|
||||
us-iran
|
||||
david jones food hall review
|
||||
commonwealth bank stock drop
|
||||
michael voss carlton departure
|
||||
sony a7rvi specs
|
||||
great western highway
|
||||
joondalup
|
||||
minas tirith lego
|
||||
dr william tam
|
||||
zac mainwaring
|
||||
qatar airways helsinki tokyo flights
|
||||
1877 el nino
|
||||
road user charges
|
||||
demi moore
|
||||
bhp share price
|
||||
michael richards
|
||||
kylie minogue netflix documentary
|
||||
plea
|
||||
goog
|
||||
nba scores
|
||||
lamb of god and trivium australia tour
|
||||
nba live
|
||||
north korea
|
||||
yahoo
|
||||
car
|
||||
downdetector
|
||||
mary fowler
|
||||
jeff probst
|
||||
matt damon ben affleck lawsuit
|
||||
mal anderson
|
||||
north adelaide golf course
|
||||
afl trade news zak butters
|
||||
daniel johns newcastle property sale
|
||||
launceston couple tattslotto win
|
||||
vce subject offerings analysis
|
||||
toowoomba
|
||||
will warbrick
|
||||
alex pereira
|
||||
vijay
|
||||
harry edwards
|
||||
panthers vs raiders
|
||||
richmond vs adelaide
|
||||
arman tsarukyan
|
||||
islam makhachev
|
||||
bangladesh vs pakistan
|
||||
streamed
|
||||
sanfl
|
||||
auckland fc vs adelaide united
|
||||
robert toia
|
||||
manly sea eagles
|
||||
swatch x audemars piguet royal oak
|
||||
josh addo-carr
|
||||
dollar
|
||||
dhurandhar 2 ott
|
||||
sydney
|
||||
highlanders vs waratahs
|
||||
outlander episode 9
|
||||
beaudesert
|
||||
airbus a380
|
||||
@@ -118,83 +198,3 @@ 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,80 @@
|
||||
icc
|
||||
bangladesh vs pakistan
|
||||
babar azam
|
||||
usa vs nepal
|
||||
bus ticket
|
||||
railway
|
||||
bangladesh railway
|
||||
বাংলাদেশ রেলওয়ে
|
||||
ইরান
|
||||
ভিসা
|
||||
বাংলাদেশের শিক্ষামন্ত্রী
|
||||
1
|
||||
এসএসসি ২০২৬ রসায়ন প্রশ্ন
|
||||
zakir hasan
|
||||
vd satheesan
|
||||
evika siliņa
|
||||
france world cup squad
|
||||
bangladesh pratidin
|
||||
ea sports fc mobile
|
||||
আইনজীবী
|
||||
japan vs cook islands
|
||||
বৃষ্টির আবহাওয়ার খবর
|
||||
audemars piguet swatch watches royal pop
|
||||
pcos renamed pmos
|
||||
scotland vs usa
|
||||
prateek yadav
|
||||
river plate vs gimnasia lp
|
||||
new england vs nashville
|
||||
নবম পে স্কেল
|
||||
বাংলাদেশ ব্যাংক
|
||||
রূপপুর পারমাণবিক বিদ্যুৎ কেন্দ্র
|
||||
brazil football team
|
||||
australia national cricket team
|
||||
world cup 2026
|
||||
world test championship
|
||||
verify bank statements visa applications
|
||||
থাইল্যান্ড
|
||||
daily ittefaq
|
||||
ঢাকা বিশ্ববিদ্যালয়
|
||||
google
|
||||
tin
|
||||
argentina football team
|
||||
রিকশা
|
||||
scotland vs nepal
|
||||
যানবাহন
|
||||
ipl match
|
||||
নামাজের সময়সূচি
|
||||
rayo vallecano vs girona fc standings
|
||||
মমিনুল হক
|
||||
প্রধান শিক্ষক
|
||||
ব্রাজিল জাতীয় ফুটবল দল
|
||||
প্রেম
|
||||
আনসার ভিডিপি উন্নয়ন ব্যাংক নিয়োগ
|
||||
তৃষা কৃষ্ণন
|
||||
ban vs aus
|
||||
mtv splitsvilla 16
|
||||
naagin 7 episode 40
|
||||
raja shivaji movie box office collection
|
||||
vasco vs athletico-pr
|
||||
mehidy hasan miraz
|
||||
বিজয় দেবরকোন্ডা
|
||||
shan masood
|
||||
আজান আওয়াইস
|
||||
education board result
|
||||
kylian mbappé
|
||||
cruise ship hantavirus outbreak
|
||||
প্রার্থী
|
||||
rabindra sangeet
|
||||
nashville vs d.c. united
|
||||
federico valverde
|
||||
weather forecast tomorrow
|
||||
fifa world cup 2026 schedule
|
||||
পাসপোর্ট
|
||||
japan vs vanuatu
|
||||
secret files
|
||||
বাংলাদেশ জাতীয়তাবাদী দল
|
||||
torino vs sassuolo
|
||||
levante vs osasuna
|
||||
fitbit air tracker
|
||||
dhaka news bangladesh news bangladesh weather dhaka weather bangladesh economy taka exchange rate dhaka traffic hazrat shahjalal airport flights bangladesh tourism coxs bazar travel sylhet news chittagong news bangladesh visa news daily star bdnews24 prothom alo dhaka tribune banglanews bangladesh government bangladesh bank btrc grameenphone banglalink robi daraz bangladesh nagad bkash bangladesh news today breaking news bangladesh weather today dhaka jobs আজকের খবর ঢাকা আবহাওয়া বাংলাদেশ টাকা বিনিময় হার
|
||||
|
||||
@@ -1,3 +1,80 @@
|
||||
new york times
|
||||
내일 날씨
|
||||
ryan reynolds
|
||||
belfast
|
||||
harrison barnes
|
||||
memorial cup 2026
|
||||
largo
|
||||
terrence shannon jr.
|
||||
keldon johnson
|
||||
goldie hawn
|
||||
whisper my name drake
|
||||
pitt
|
||||
hit the wall lyrics gracie abrams
|
||||
el niño weather canada
|
||||
joel mcgillis
|
||||
monica witt
|
||||
sienna miller
|
||||
dodgers
|
||||
john tortorella
|
||||
western university
|
||||
fifa world cup 2026
|
||||
survivor 50 recap
|
||||
pedro pascal
|
||||
shohei ohtani
|
||||
bernadette peters
|
||||
weather edmonton
|
||||
tom hanks
|
||||
subnautica 2 release time
|
||||
stephen colbert
|
||||
wnba
|
||||
bc hydro
|
||||
明天的天氣
|
||||
ukraine
|
||||
kelowna
|
||||
julia louis-dreyfus
|
||||
vegas golden knights
|
||||
backrooms movie
|
||||
ducks
|
||||
carter hart
|
||||
luka doncic
|
||||
austin reaves
|
||||
isaiah hartenstein
|
||||
apple iphone 18 pro
|
||||
candace parker
|
||||
jared mccain
|
||||
jaylin williams
|
||||
weather vancouver
|
||||
surrey shooting
|
||||
deandre ayton
|
||||
bet365
|
||||
canucks news
|
||||
ponzi
|
||||
pk subban
|
||||
ian moore
|
||||
michael burry
|
||||
chernobyl
|
||||
mikael granlund
|
||||
brett howden
|
||||
aadhav arjuna
|
||||
sean strickland wife
|
||||
fête des mères
|
||||
noah kahan
|
||||
arman tsarukyan
|
||||
dricus du plessis
|
||||
odyssey movie
|
||||
citadel season 2
|
||||
dagestan
|
||||
santé
|
||||
amitabh bachchan
|
||||
wolves
|
||||
nintendo switch 2 price increase
|
||||
alexander volkov
|
||||
de'aaron fox
|
||||
devin vassell
|
||||
naz reid
|
||||
wade wilson killer
|
||||
swatch x audemars piguet royal oak
|
||||
cason wallace
|
||||
jake laravia
|
||||
alex caruso
|
||||
@@ -5,21 +82,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 +104,14 @@ mitch marner
|
||||
daisy edgar jones
|
||||
jackson lacombe
|
||||
nepal vs oman
|
||||
naz reid
|
||||
christopher nolan
|
||||
jelly roll
|
||||
明天的天氣
|
||||
lakers vs okc
|
||||
julius randle
|
||||
mamata banerjee
|
||||
aaj tak
|
||||
star wars
|
||||
oil
|
||||
내일 날씨
|
||||
johnston canyon
|
||||
aaj tak live
|
||||
mats zuccarello
|
||||
@@ -77,7 +146,6 @@ dostal
|
||||
vasily podkolzin
|
||||
nh
|
||||
lebron james
|
||||
carter hart
|
||||
rachel kerr missing
|
||||
lena dunham
|
||||
utah
|
||||
@@ -130,71 +198,3 @@ atlético madrid vs athletic club
|
||||
tyree wilson
|
||||
monic néron
|
||||
nvidia
|
||||
aryna sabalenka
|
||||
lpga leaderboard
|
||||
randy travis
|
||||
execution by firing squad
|
||||
nelly korda
|
||||
leicester city vs millwall
|
||||
asteroid
|
||||
sunderland vs nottm forest
|
||||
real betis vs real madrid
|
||||
betis – real madrid
|
||||
napoli vs cremonese
|
||||
gta 6
|
||||
japon
|
||||
padres vs rockies
|
||||
guide de la révolution de l'iran
|
||||
casa pia vs braga
|
||||
denaturalization
|
||||
ocean
|
||||
alberta referendum
|
||||
vfb stuttgart vs sc freiburg
|
||||
gpt 5.5
|
||||
noah cates
|
||||
pwhl scores
|
||||
hank idsinga
|
||||
karoline leavitt
|
||||
ottawa charge
|
||||
million dollar secret
|
||||
white sox vs diamondbacks
|
||||
suns vs thunder
|
||||
stars vs wild
|
||||
jaafar jackson
|
||||
airport
|
||||
grand theft auto vi
|
||||
pentagone
|
||||
etats unis
|
||||
monette farms news
|
||||
jose soriano
|
||||
jon cooper
|
||||
barcelona vs celta vigo
|
||||
764
|
||||
david scott
|
||||
rodrigo duterte
|
||||
u18 world championship
|
||||
zara tindall
|
||||
graham platner
|
||||
lsg vs rr
|
||||
nikki glaser
|
||||
global news edmonton
|
||||
policier
|
||||
nuclear weapon
|
||||
motorcycle
|
||||
msc francesca
|
||||
poet stock
|
||||
fifa tickets
|
||||
7 jours
|
||||
alexandra eala
|
||||
earth
|
||||
zara larsson
|
||||
girona vs real betis
|
||||
kevyn adams
|
||||
ali khamenei
|
||||
inter – côme
|
||||
leicester city vs hull
|
||||
fenerbahçe
|
||||
françois bonnardel
|
||||
missile
|
||||
real madrid vs alavés
|
||||
vrabel and russini photos
|
||||
|
||||
@@ -1,3 +1,81 @@
|
||||
joel mattli
|
||||
royal pop swatch
|
||||
s-bahn münchen
|
||||
sportschau fußball-bundesliga
|
||||
bangladesh vs pakistan
|
||||
jessica mann
|
||||
frankenpost
|
||||
msci world
|
||||
fabio di giannantonio
|
||||
die landarztpraxis
|
||||
ed sheeran repeat it
|
||||
juniper
|
||||
spandau
|
||||
lotto jackpot
|
||||
fendt
|
||||
hpv-impfstoff
|
||||
elba
|
||||
omar marmoush
|
||||
polska
|
||||
apple aktie
|
||||
boris cherny
|
||||
nino de angelo
|
||||
hendrik wüst
|
||||
börse heute
|
||||
axel prahl
|
||||
kindertag
|
||||
veranstaltungen heute
|
||||
kampf der realitystars 2026
|
||||
playmobil
|
||||
ted
|
||||
krankenversicherung
|
||||
lockheed c 5
|
||||
siemens
|
||||
california
|
||||
sfc energy
|
||||
alexandra popp
|
||||
zornige ameise
|
||||
владимир молчанов
|
||||
14 mai feiertag
|
||||
west texas intermediate
|
||||
sing meinen song – das tauschkonzert giovanni zarrella
|
||||
kim jong un
|
||||
droneshield
|
||||
lebron james
|
||||
sandra hüller
|
||||
t-aktie
|
||||
albert riera
|
||||
dfb pokalfinale 2026
|
||||
wetter bamberg
|
||||
detektiv conan
|
||||
gta 6
|
||||
automobilindustrie
|
||||
börsengang
|
||||
erneuerbare energien
|
||||
air france-klm
|
||||
bombenentschärfung köln
|
||||
franck honorat
|
||||
xbox
|
||||
ronnie o’sullivan
|
||||
givairo read
|
||||
streitkräfte
|
||||
austrian darts open
|
||||
hondius
|
||||
владимир путин
|
||||
feuerwerk tanzbrunnen köln
|
||||
caren miosga caren miosga
|
||||
golf
|
||||
sonntagsfrage
|
||||
ole book
|
||||
malika und joel
|
||||
energiewende
|
||||
elektromobilität
|
||||
wdr kölner treff
|
||||
polen
|
||||
generation deutschland
|
||||
sc dhfk leipzig
|
||||
9 мая
|
||||
schokolade
|
||||
amazon alexa+
|
||||
buckelwal timmy timmy wal
|
||||
esc 2026
|
||||
@@ -32,7 +110,6 @@ gracie abrams
|
||||
dolly parton
|
||||
connor storrie
|
||||
wetter
|
||||
wetter bamberg
|
||||
wetter kassel
|
||||
venus
|
||||
newcastle-krankheit
|
||||
@@ -107,7 +184,6 @@ hilary duff
|
||||
nhl playoffs
|
||||
msci
|
||||
1. mai
|
||||
ronnie o’sullivan
|
||||
loris karius
|
||||
koningsdag 2026
|
||||
ryan reynolds
|
||||
@@ -122,79 +198,3 @@ jork
|
||||
star citizen
|
||||
donau
|
||||
krassnitzer harald
|
||||
buxtehude
|
||||
chernobyl
|
||||
avs – sporting
|
||||
running point
|
||||
darmstadt
|
||||
dahoam is dahoam
|
||||
أتلتيكو مدريد ضد أتلتيك بيلباو
|
||||
atlético madryt – ath. bilbao
|
||||
portugal
|
||||
erling haaland
|
||||
galatasaray fenerbahce
|
||||
anna carina woitschack
|
||||
nord bei nordwest
|
||||
wil wheaton
|
||||
christian lindner
|
||||
kevin costner
|
||||
samu haber
|
||||
gillian anderson
|
||||
peggy jerofke
|
||||
rafael jódar
|
||||
ernie dosio
|
||||
bibi heinicke
|
||||
denia
|
||||
der alte blaue stunde
|
||||
matthias ginter
|
||||
ralf schmitz
|
||||
maximilian eggestein
|
||||
hull city
|
||||
demirovic
|
||||
elton john
|
||||
jeff chabot
|
||||
lindt schokolade
|
||||
manzambi
|
||||
angelo stiller
|
||||
lamine yamal verletzung
|
||||
peer steinbrück
|
||||
h&m
|
||||
lotto 6aus49
|
||||
pistons – magic
|
||||
chemnitzer fc erzgebirge aue
|
||||
asiago
|
||||
23 nisan
|
||||
sternschnuppen heute lyriden
|
||||
aryna sabalenka
|
||||
michael douglas
|
||||
herman van veen
|
||||
georgina fleur
|
||||
tui
|
||||
trainer bayern münchen
|
||||
katie holmes
|
||||
prinz frederic
|
||||
bayern vs
|
||||
flekken
|
||||
бернли – манчестер сити
|
||||
ard
|
||||
queen camilla
|
||||
clankriminalität
|
||||
politik
|
||||
gladbach-news
|
||||
sara gündogan
|
||||
krankenversicherung
|
||||
jan-lennard struff
|
||||
bryan lasme
|
||||
thailand
|
||||
robin gosens
|
||||
maremma
|
||||
tennis madrid
|
||||
osterburg
|
||||
برايتون ضد تشيلسي
|
||||
sebastian hoeneß
|
||||
ncis
|
||||
menowin fröhlich
|
||||
maren gilzer
|
||||
cineplex
|
||||
gina schumacher
|
||||
alexander räuscher
|
||||
|
||||
@@ -1,7 +1,79 @@
|
||||
diario sur
|
||||
bangladesh vs pakistan
|
||||
jared mccain
|
||||
bonoloto hoy
|
||||
taxi
|
||||
m
|
||||
uber
|
||||
timberwolves - spurs
|
||||
universitario - atlético grau
|
||||
extranjeria
|
||||
cavaliers - pistons
|
||||
relojes audemars piguet swatch
|
||||
josé coronado
|
||||
simon dutton
|
||||
florentino pérez real madrid
|
||||
pamplona
|
||||
lotería nacional sorteos
|
||||
diario de sevilla
|
||||
tiempo zaragoza
|
||||
nieve
|
||||
segunda semifinal eurovisión 2026
|
||||
devrim ozkan
|
||||
baba miller
|
||||
san isidro
|
||||
gema ruiz
|
||||
ceará - atlético mineiro
|
||||
santos del hielo
|
||||
dean wade
|
||||
la isla de las tentaciones
|
||||
jacuipense - palmeiras
|
||||
deutsche bank
|
||||
venezuela
|
||||
brasil
|
||||
santoral hoy
|
||||
playstation plus
|
||||
cox
|
||||
sorteo bonoloto
|
||||
madre de omar montes
|
||||
diari de girona
|
||||
virgen de fatima
|
||||
liga dimayor
|
||||
debate elecciones andalucía
|
||||
tiempo sevilla
|
||||
airbus a400m atlas
|
||||
lebron james
|
||||
royal pop
|
||||
trade republic
|
||||
el independiente
|
||||
congreso
|
||||
prelista seleccion española futbol
|
||||
sidosa
|
||||
salud
|
||||
vivienda vacía
|
||||
juan gómez-jurado
|
||||
galicia
|
||||
diari de tarragona
|
||||
nominados supervivientes
|
||||
diario de burgos
|
||||
impago
|
||||
elecciones andalucía
|
||||
eldiario
|
||||
elcorreo
|
||||
liga mx
|
||||
alexander volkov
|
||||
liga 1
|
||||
marc márquez motogp
|
||||
la casa de papel continua
|
||||
américa - santa fe
|
||||
el tiempo murcia
|
||||
vargas
|
||||
tiempo
|
||||
weather
|
||||
jorge rey
|
||||
bwin
|
||||
marisa jara
|
||||
lola indigo
|
||||
jared mccain
|
||||
eltiempo
|
||||
tiempo bilbao
|
||||
tiempo hoy
|
||||
@@ -10,8 +82,6 @@ nba hoy
|
||||
junior - cerro
|
||||
aemet malaga
|
||||
star fox nintendo switch
|
||||
weather
|
||||
tiempo
|
||||
telescopio espacial james webb
|
||||
tolima - nacional
|
||||
barracas central - olimpia
|
||||
@@ -70,7 +140,6 @@ lakers vs rockets
|
||||
cienciano - atlético mineiro
|
||||
anthropic
|
||||
prórroga alquileres congreso
|
||||
sorteo bonoloto
|
||||
aemet valencia
|
||||
aemet
|
||||
huelga gasolineras
|
||||
@@ -129,72 +198,3 @@ roca rey
|
||||
psv - zwolle
|
||||
daredevil
|
||||
a que estas esperando
|
||||
real oviedo - villarreal
|
||||
real salt lake - inter miami
|
||||
pistons - magic
|
||||
barcelona sc - mushuc runa
|
||||
kick
|
||||
raphinha
|
||||
lluvia estrellas liridas
|
||||
frenkie de jong
|
||||
santos - coritiba
|
||||
del cerro grande
|
||||
phillip cocu
|
||||
cospedal
|
||||
david wilcock
|
||||
barcelona - celta de vigo
|
||||
barcelone – celta vigo
|
||||
macarena gómez
|
||||
luis merlo
|
||||
bournemouth vs leeds
|
||||
racing de estrasburgo - niza
|
||||
burnley vs man city
|
||||
alaska cantante
|
||||
raúl gonzález blanco
|
||||
marta sanchez
|
||||
roberto bautista
|
||||
cifras y letras
|
||||
xbox game pass ultimate
|
||||
horse powertrain
|
||||
las hurdes
|
||||
herbicida cancer colon
|
||||
lluvia de barro
|
||||
ripoll
|
||||
manilva
|
||||
steve jobs
|
||||
berrettini
|
||||
prizmic
|
||||
laura moure
|
||||
lens - toulouse
|
||||
girona vs real betis
|
||||
yuri berchiche
|
||||
posiciones de la liga
|
||||
resultados liga
|
||||
lfp
|
||||
umar sadiq
|
||||
реал мадрид – алавес
|
||||
jan virgili
|
||||
moreirense - estoril
|
||||
downton abbey
|
||||
koldo garcía izaguirre
|
||||
jorge martín
|
||||
mike james
|
||||
carla leite
|
||||
eclipse solar del 12 de agosto de 2026
|
||||
crystal palace - west ham
|
||||
luz valdenebro
|
||||
porto - tondela
|
||||
santos - fluminense
|
||||
juventus
|
||||
almería - málaga
|
||||
punjab kings vs lucknow super giants standings
|
||||
mönchengladbach – mainz
|
||||
victor eloy
|
||||
paris-sg – lyon
|
||||
psg vs lyon
|
||||
zamora - osasuna b
|
||||
estrecho
|
||||
nurburgring
|
||||
la 1 directo
|
||||
oyarzabal
|
||||
enrique cerezo
|
||||
|
||||
@@ -1,9 +1,86 @@
|
||||
elon musk
|
||||
marius colucci
|
||||
un si grand soleil en avance
|
||||
escroquerie
|
||||
vautours
|
||||
bangladesh vs pakistan
|
||||
ici tout commence
|
||||
ouest-france
|
||||
de'aaron fox
|
||||
kim higelin
|
||||
deva cassel
|
||||
la chaîne météo
|
||||
alain giresse
|
||||
leapmotor b05 autonomie
|
||||
mistral ai
|
||||
antoine de maximy
|
||||
yves de gaulle
|
||||
ici tout commence du 15 mai 2026
|
||||
ferretti
|
||||
drones ukrainiens lettonie
|
||||
arvid de kleijn
|
||||
salaire
|
||||
addiction
|
||||
poulet
|
||||
michel fugain
|
||||
rabah slimani
|
||||
refus d'obtempérer
|
||||
albert ii de monaco
|
||||
magasin ouvert jeudi 14 mai
|
||||
nouvelle lune
|
||||
billetterie fff
|
||||
ivan gazidis
|
||||
kate middleton
|
||||
donald gibb
|
||||
14 mai férié
|
||||
14 mai
|
||||
marco rubio
|
||||
wetter
|
||||
chaleur
|
||||
concours lépine
|
||||
autoroute
|
||||
pairi daiza
|
||||
football club de nantes
|
||||
lebron james
|
||||
peter jackson
|
||||
statistiques de match du joueur lakers – thunder d'oklahoma city
|
||||
fourmis
|
||||
caribbean princess
|
||||
ilya sutskever
|
||||
thierry frémaux
|
||||
gruissan
|
||||
jeudi 14 mai
|
||||
hantavirus map live
|
||||
jours fériés mai 2026
|
||||
donald trump
|
||||
hantavirus symptome
|
||||
raphael arnault
|
||||
noam bettan
|
||||
militaire
|
||||
navire
|
||||
robert fico
|
||||
arménie
|
||||
agriculteur
|
||||
weather
|
||||
ufc live streaming
|
||||
meteo le mans
|
||||
olivier galzi
|
||||
loto résultats loto
|
||||
lamour est dans le pré
|
||||
læticia hallyday
|
||||
gérald kierzek
|
||||
hollande francois
|
||||
tom liebscher
|
||||
purepeople
|
||||
actualite
|
||||
astrologie
|
||||
pekin express
|
||||
victor wembanyama
|
||||
eurodreams 7 mai 2026
|
||||
l équipe
|
||||
top chef 2026
|
||||
crédit agricole
|
||||
bbc news
|
||||
bangladesh vs pakistan
|
||||
ajay mitchell
|
||||
bracelet connecté google fitbit air
|
||||
bandi netflix
|
||||
@@ -21,7 +98,6 @@ cyril hanouna
|
||||
artemis ii
|
||||
6 mai
|
||||
gouverneur de la banque de france
|
||||
meteo le mans
|
||||
chaine meteo
|
||||
gap
|
||||
jaylin williams
|
||||
@@ -34,9 +110,7 @@ gladiator 2
|
||||
patrick antonelli
|
||||
meteo 15 jours
|
||||
meteo france
|
||||
weather
|
||||
football psg bayern munich
|
||||
jours fériés mai 2026
|
||||
rudy giuliani
|
||||
jour ferie mai
|
||||
maries au premier regard episode 11
|
||||
@@ -47,7 +121,6 @@ météo france
|
||||
easyjet
|
||||
centre presse aveyron
|
||||
vladimir poutine
|
||||
wetter
|
||||
marathon biarritz
|
||||
hassan du maroc
|
||||
corse matin
|
||||
@@ -125,76 +198,3 @@ bordeaux-bègles – montpellier
|
||||
drone
|
||||
rochdale association football club
|
||||
doctor who
|
||||
c à vous c à vous
|
||||
sabalenka
|
||||
national 2 groupe a
|
||||
lena situation
|
||||
rafael jódar
|
||||
mask singer
|
||||
alex de minaur
|
||||
oyonnax – agen
|
||||
lucie castets
|
||||
napoli - cremonese
|
||||
ligue1+
|
||||
agnes lassalle
|
||||
jean luc reichmann
|
||||
m6
|
||||
caitlyn jenner
|
||||
star academy
|
||||
bfm marseille provence
|
||||
hunter schafer
|
||||
unchosen netflix
|
||||
john travolta
|
||||
valence-romans – brive
|
||||
reem kherici
|
||||
will smith
|
||||
real salt lake – inter miami
|
||||
neymar
|
||||
les traîtres
|
||||
jacob elordi
|
||||
pistons – magic
|
||||
invincible
|
||||
santos – coritiba
|
||||
ios 18
|
||||
la liga
|
||||
royaume uni interdiction tabac
|
||||
stephane tapie
|
||||
tondelier
|
||||
benjamin duhamel
|
||||
loto 22 avril 2026
|
||||
interdiction tabac royaume uni
|
||||
lol qui rit sort
|
||||
eva longoria
|
||||
alain bauer
|
||||
achraf hakimi
|
||||
ibrahim mbaye
|
||||
mma
|
||||
roberto calvet
|
||||
budget
|
||||
coupe du monde de football 2006
|
||||
plus belle la vie en avance
|
||||
mateus fernandes
|
||||
tour des alpes 2026
|
||||
lorenzo finn
|
||||
maine-et-loire
|
||||
mathieu flamini
|
||||
kamel daoud
|
||||
vandalisme
|
||||
sydney sweeney
|
||||
julien odoul
|
||||
france2
|
||||
xavier dupont de ligonnès
|
||||
elisabeth 2
|
||||
antibes
|
||||
girona – betis
|
||||
christine bravo
|
||||
الريال ضد ألافيس
|
||||
madonna age
|
||||
margot haddad
|
||||
ana riera
|
||||
hinaupoko devèze
|
||||
bruce toussaint
|
||||
cheque energie
|
||||
reid wiseman
|
||||
loto 20 avril 2026
|
||||
from serie
|
||||
|
||||
@@ -1,6 +1,81 @@
|
||||
新西蘭車禍
|
||||
陳浚霆
|
||||
机票
|
||||
timberwolves vs spurs
|
||||
洪金寶
|
||||
灰狼 對 馬刺
|
||||
騎士 對 活塞
|
||||
张凌赫
|
||||
jannik sinner
|
||||
samsung
|
||||
龍婷
|
||||
波音
|
||||
裕東苑
|
||||
擎天崗
|
||||
楊洋
|
||||
2027 公眾假期
|
||||
山崎和佳奈
|
||||
iceman
|
||||
中南海
|
||||
周慧敏
|
||||
news
|
||||
thucydides trap
|
||||
citadel
|
||||
李連杰
|
||||
pistons vs cavaliers
|
||||
盧惠光
|
||||
習近平
|
||||
mc 演唱會 2026
|
||||
谷德昭
|
||||
mc
|
||||
癌症
|
||||
容羨媛
|
||||
panasonic l10
|
||||
sony xperia 1 viii
|
||||
燒 味
|
||||
黃仁勳
|
||||
謝瑞麟
|
||||
spurs vs timberwolves
|
||||
深圳地铁
|
||||
特朗普訪華
|
||||
hong kong express
|
||||
hong kong
|
||||
nba
|
||||
湖人
|
||||
test
|
||||
邓兆尊
|
||||
kktix
|
||||
湖人 對 雷霆
|
||||
蔡少芬
|
||||
林詩棟
|
||||
ap swatch
|
||||
網約車
|
||||
許志安
|
||||
canvas
|
||||
the weeknd
|
||||
mc 張天賦演唱會
|
||||
victor wembanyama
|
||||
sk hynix
|
||||
海力士
|
||||
薛家燕
|
||||
毛樂禮
|
||||
mps
|
||||
聞泰科技
|
||||
港幣兌人民幣
|
||||
萬 寧 88 折
|
||||
張曼玉
|
||||
羅湖
|
||||
amos yee
|
||||
逮捕
|
||||
hkjc
|
||||
穎喬
|
||||
76ers vs knicks
|
||||
百度
|
||||
mothers day
|
||||
文佳煐
|
||||
美國ufo
|
||||
活期存款
|
||||
一田
|
||||
湖人
|
||||
萬寧88折
|
||||
thunder vs lakers
|
||||
nba線上看
|
||||
@@ -10,7 +85,6 @@ ana
|
||||
wordle
|
||||
台风
|
||||
star
|
||||
spurs vs timberwolves
|
||||
林熹瞳
|
||||
陳柏宇
|
||||
馬刺 對 灰狼
|
||||
@@ -29,7 +103,6 @@ etv
|
||||
飛驒山
|
||||
澳元
|
||||
草 蜢
|
||||
kktix
|
||||
安東尼·愛德華茲
|
||||
艾佛頓 對 曼城
|
||||
何君堯
|
||||
@@ -125,76 +198,3 @@ rockets vs lakers
|
||||
利物浦
|
||||
pl
|
||||
arsenal vs newcastle
|
||||
premier league standings
|
||||
曼城 對 南安普敦
|
||||
寒戰
|
||||
米高積遜
|
||||
jaafar jackson
|
||||
nvda
|
||||
吳業坤
|
||||
麻疹
|
||||
林盛斌
|
||||
cuaca besok
|
||||
明天的天氣
|
||||
weather tomorrow
|
||||
rthk
|
||||
weather hong kong
|
||||
天文台
|
||||
hk observatory
|
||||
observatory
|
||||
csk vs mi
|
||||
長沙灣
|
||||
魔音女團
|
||||
球迷世界
|
||||
天星銀行
|
||||
game
|
||||
林嘉華
|
||||
套餐
|
||||
賈曉晨
|
||||
hk weather
|
||||
綠色債券
|
||||
barcelona vs celta vigo
|
||||
weather
|
||||
7-eleven
|
||||
天气
|
||||
班來 對 曼城
|
||||
埃爾切 對 馬德里競技
|
||||
rosenior
|
||||
艾納斯
|
||||
liam rosenior
|
||||
巴黎聖日耳曼 對 南特
|
||||
chatgpt image 2
|
||||
啟德醫院
|
||||
李泳漢老婆
|
||||
破產
|
||||
繼承人
|
||||
英皇群星演唱會
|
||||
布浩榮
|
||||
新聞
|
||||
貨幣貶值
|
||||
居 屋 2025
|
||||
3988
|
||||
李泳豪老婆
|
||||
皇家馬德里 對 艾拉維斯
|
||||
李泳漢
|
||||
鄭欣宜
|
||||
srh vs dc
|
||||
鍾嘉欣
|
||||
張柏芝
|
||||
江美儀
|
||||
全港戲院日 2026
|
||||
江旻憓
|
||||
陶傑
|
||||
水晶宮 對 西漢姆聯
|
||||
吉達艾阿里
|
||||
山口智子
|
||||
百佳超級市場
|
||||
利息
|
||||
戴祖儀
|
||||
陳若思
|
||||
麥當勞
|
||||
首岸
|
||||
中国商飞c919
|
||||
bundesliga
|
||||
hailey bieber
|
||||
德甲
|
||||
|
||||
@@ -1 +1,81 @@
|
||||
jadwal motogp catalunya 2026
|
||||
j2
|
||||
prediksi cuaca hari ini
|
||||
starbucks
|
||||
dylan harper
|
||||
de'aaron fox
|
||||
bsd
|
||||
hari raya idul adha 2026
|
||||
stephon castle
|
||||
museum marsinah
|
||||
gregoria mariska tunjung
|
||||
forza horizon 6
|
||||
drake
|
||||
banten
|
||||
aston villa vs liverpool
|
||||
jadwal avc men's champions league 2026
|
||||
aplikasi cek bansos
|
||||
semen padang vs persebaya
|
||||
kapan idul adha 2026
|
||||
timnas inggris
|
||||
juri
|
||||
yan diomande
|
||||
bastoni
|
||||
copenhagen
|
||||
clara shinta
|
||||
andré onana
|
||||
maroko terbuka
|
||||
girona vs real sociedad
|
||||
komisi pemberantasan korupsi republik indonesia
|
||||
ufo
|
||||
the weeknd jakarta
|
||||
joko widodo
|
||||
thailand open 2026
|
||||
the punisher one last kill
|
||||
jude bellingham
|
||||
copilot ai
|
||||
ascension day
|
||||
semua akan baik baik saja film
|
||||
keir starmer
|
||||
bansos kemensos
|
||||
lebron james
|
||||
skema gaji ke-13 2026
|
||||
donald trump
|
||||
wijaya karya
|
||||
ios 26.5
|
||||
ajay mitchell
|
||||
krl commuter line
|
||||
projo
|
||||
bupati inisial r
|
||||
bupati bintan
|
||||
dtks
|
||||
cek desil bansos
|
||||
tottenham vs leeds
|
||||
amerika serikat
|
||||
nilai tukar
|
||||
fc barcelona vs real madrid el clasico
|
||||
tumbal proyek
|
||||
napoli vs bologna
|
||||
disnaker
|
||||
gold gala
|
||||
j1
|
||||
daniel dubois
|
||||
marinos vs kashima
|
||||
bradley barcola
|
||||
jadwal moto3
|
||||
vissel vs fagiano okayama
|
||||
jakarta barat
|
||||
kapolri mutasi kapolda
|
||||
shell
|
||||
cruz azul vs atlas
|
||||
auckland fc vs adelaide utd
|
||||
urawa red diamonds
|
||||
fulham vs bournemouth
|
||||
pesta babi film
|
||||
bursa efek indonesia
|
||||
911
|
||||
cerezo osaka
|
||||
jeju united vs fc seoul
|
||||
badan kepegawaian negara
|
||||
miangas
|
||||
jakarta news indonesia news indonesia weather jakarta weather indonesia economy rupiah exchange rate jakarta traffic transjakarta mrt jakarta soekarno hatta airport flights indonesia tourism bali travel yogyakarta travel bandung travel surabaya news indonesia visa news kompas detik tempo antara news cnn indonesia bank indonesia ojk indonesia kominfo telkomsel xl indosat tokopedia indonesia shopee indonesia lazada indonesia gojek indonesia grab indonesia bukalapak indonesia traveloka indonesia indonesia election berita hari ini berita terkini cuaca jakarta nilai tukar rupiah lowongan kerja jakarta
|
||||
|
||||
@@ -1 +1,81 @@
|
||||
comedk
|
||||
नेहा मर्दा
|
||||
protein
|
||||
রাজ চক্রবর্তী
|
||||
పావలా శ్యామల
|
||||
abu bilal al minuki
|
||||
पेंशन
|
||||
কর্কট রাশি
|
||||
औद्योगिक गलियारा
|
||||
bangladesh vs pakistan
|
||||
മിസൈല്
|
||||
వృషభం
|
||||
india football team
|
||||
red bull racing
|
||||
thailand open
|
||||
তাপপ্রবাহ
|
||||
বাজেট
|
||||
ప్రభాస్
|
||||
vi share price
|
||||
weather chennai
|
||||
petrol diesel prices may 14
|
||||
చెల్లింపు
|
||||
चीन
|
||||
aishwarya rai devdas cannes saree
|
||||
महिला
|
||||
উচ্চ মাধ্যমিক পরীক্ষার রেজাল্ট 2026
|
||||
ready
|
||||
bits
|
||||
अखिल भारतीय तृणमूल कांग्रेस
|
||||
george munsey
|
||||
sp velumani
|
||||
ഇസ്രായേല്
|
||||
sonia gandhi
|
||||
தமிழ்நாடு சட்டப் பேரவை
|
||||
vidya wires share
|
||||
bajaj broking
|
||||
పూజా హెగ్డే
|
||||
sowmiya anbumani
|
||||
rathan pandit
|
||||
floor test tamilnadu
|
||||
pakistan vs bangladesh
|
||||
നരേന്ദ്ര മോദി
|
||||
lebron james
|
||||
ajay mitchell
|
||||
coal india
|
||||
high court allahabad
|
||||
lakers vs oklahoma city thunder match player stats
|
||||
uae attacks iran
|
||||
car
|
||||
hii
|
||||
பிரதமர்
|
||||
ಬೆಂಗಳೂರು
|
||||
పరీక్ష
|
||||
aaditya thackeray
|
||||
pf withdrawal
|
||||
വി.ഡി. സതീശന്
|
||||
dhurandhar 2 box office collection
|
||||
nishant kumar bihar health minister
|
||||
phil salt rcb
|
||||
పత్తి
|
||||
hbse 10th result 2026
|
||||
today wordle answers
|
||||
argentina hantavirus
|
||||
rcb vs mi
|
||||
jagran josh 10th result 2026
|
||||
minab
|
||||
hapur
|
||||
मलेशिया
|
||||
pmjjby
|
||||
shoba chandrasekhar
|
||||
lnmu
|
||||
অশোক লাহিড়ী
|
||||
ధాన్యం
|
||||
तमिल नाडु
|
||||
शेयर एक्सचेंज
|
||||
amitabh bachchan death
|
||||
యుద్ధం
|
||||
बांगलादेश बनाम पाकिस्तान
|
||||
pakistan national cricket team
|
||||
தொல் திருமாவளவன்
|
||||
delhi news india news india weather delhi weather india economy rupee exchange rate delhi traffic delhi metro indira gandhi airport flights india tourism mumbai travel bangalore news hyderabad news india visa news times of india hindustan times the hindu indian express ndtv india today india election indian government rbi india stock market india sensex nifty india airtel jio vodafone idea flipkart india amazon india irctc train booking ola india uber india zomato swiggy india news today breaking news india weather today delhi jobs india hindi news आज की खबर दिल्ली मौसम रुपया विनिमय दर
|
||||
|
||||
@@ -1,3 +1,83 @@
|
||||
多部未華子
|
||||
瀬戸朝香
|
||||
ポケモン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 +90,6 @@ nttドコモ
|
||||
ウルトラザウルス
|
||||
村上 宗隆
|
||||
サブスク
|
||||
島根スサノオマジック
|
||||
熱中症
|
||||
柄本時生
|
||||
藤田明美
|
||||
国会議事堂
|
||||
@@ -37,7 +115,6 @@ j2
|
||||
クーリエ・ジャポン
|
||||
タイアニ ライン デルス
|
||||
阿智村
|
||||
オリックス・バファローズ
|
||||
無印
|
||||
kpmg
|
||||
トランテックス
|
||||
@@ -99,12 +176,10 @@ hikakin
|
||||
浦和 対 川崎f
|
||||
村上宗隆
|
||||
ゴー イントゥ スカイ
|
||||
地球温暖化
|
||||
文部科学省
|
||||
カベポスター
|
||||
奈良県
|
||||
バナナマン日村
|
||||
山本由伸
|
||||
警視正
|
||||
中国電力
|
||||
jr九州
|
||||
@@ -113,7 +188,6 @@ jr九州
|
||||
外崎 修 汰
|
||||
備蓄
|
||||
日産 キックス 新型
|
||||
ドナルド・トランプ
|
||||
ニューヨーク
|
||||
小谷昌太郎 イケパラ
|
||||
東京エレクトロン
|
||||
@@ -124,77 +198,3 @@ jr九州
|
||||
岩手県 大槌町 山林火災
|
||||
谷原章介
|
||||
端午
|
||||
週間天気予報
|
||||
トリノ 対 インテル
|
||||
佐野海舟
|
||||
アーセナル
|
||||
高岡蒼佑
|
||||
マンチェスター・シティfc
|
||||
ゲンク 対 スタンダール
|
||||
kick
|
||||
chat gpt
|
||||
hulu
|
||||
nac 対 アヤックス
|
||||
エプスタイン
|
||||
arsenal đấu với newcastle
|
||||
ベティス 対 rマドリード
|
||||
dior
|
||||
伊藤美来
|
||||
フィギュア
|
||||
玉置浩二
|
||||
生田絵梨花
|
||||
日本高野連会長辞任
|
||||
anaheim
|
||||
sbiグローバルアセットマネジメント
|
||||
ストレンジャーシングス
|
||||
石油
|
||||
ios 26.4 2
|
||||
ポケモンカード
|
||||
シュトゥットガルト 対 フライブルク
|
||||
ドラクエ スマグロ 攻略
|
||||
ipl
|
||||
アコム
|
||||
鈴木愛理
|
||||
sox指数
|
||||
村上世彰
|
||||
桐山 照史
|
||||
マラッカ海峡
|
||||
ソニック
|
||||
sbi新生銀行 株価
|
||||
マイクラ
|
||||
川口 春奈
|
||||
サンダー 対 サンズ
|
||||
インフルエンサー
|
||||
サンケイビル
|
||||
岡村隆史
|
||||
上田竜也
|
||||
メタプラネット
|
||||
バルセロナ 対 セルタ
|
||||
三橋くん
|
||||
エルニーニョ
|
||||
バーンリー 対 マンc
|
||||
ボーンマス 対 リーズ u
|
||||
elche vs atlético madrid
|
||||
レバークーゼン 対 バイエルン
|
||||
ソシエダ 対 ヘタフェ
|
||||
サイメモリ
|
||||
b リーグ 順位
|
||||
日ハム
|
||||
ナダル
|
||||
失点
|
||||
岩瀬洋志
|
||||
ファイターズ 試合
|
||||
江村美咲
|
||||
宝島社
|
||||
井ノ原 快彦
|
||||
ファイターズ
|
||||
西郷隆盛
|
||||
ボーダー
|
||||
チェルシー
|
||||
関税
|
||||
ブライトン
|
||||
佳子内親王
|
||||
rマドリード 対 アラベス
|
||||
鳥貴族
|
||||
ブライトン 対 チェルシー
|
||||
アシエンダ乗馬学校
|
||||
|
||||
@@ -1 +1,52 @@
|
||||
x
|
||||
aston villa vs liverpool
|
||||
liverpool
|
||||
plp
|
||||
real madrid
|
||||
real madrid vs real oviedo
|
||||
xiaomi 17 max
|
||||
spotify 20
|
||||
sony xperia 1 viii
|
||||
cincinnati vs inter miami
|
||||
deportivo alavés vs fc barcelona standings
|
||||
inter milan
|
||||
man city vs palace
|
||||
alavés vs barcelona
|
||||
kuwait sc
|
||||
facebook
|
||||
swatch x audemars piguet
|
||||
osasuna vs atlético madrid
|
||||
al-nassr vs al-hilal
|
||||
forex factory
|
||||
ai
|
||||
napoli
|
||||
tottenham vs leeds
|
||||
the weeknd asia tour 2026
|
||||
xsmb
|
||||
thaksin shinawatra
|
||||
fc barcelona vs real madrid
|
||||
ac milan
|
||||
barcelona vs madrid
|
||||
barcelona
|
||||
west ham vs arsenal
|
||||
hantavirus infection hantavirus map
|
||||
palace vs everton
|
||||
burnley vs aston villa
|
||||
persib
|
||||
ufc
|
||||
happy mother day
|
||||
real madrid vs barcelona
|
||||
atlético madrid vs celta
|
||||
wolfsburg vs bayern
|
||||
man city vs brentford
|
||||
weather tomorrow
|
||||
sunderland vs man united
|
||||
chelsea
|
||||
hantavirus map live
|
||||
hantavirus map
|
||||
1
|
||||
2027 lexus tz
|
||||
apple iphone 18 pro max
|
||||
uefa europa league
|
||||
iphone
|
||||
phnom penh news cambodia news cambodia weather phnom penh weather cambodia economy khmer riel exchange rate cambodia tourism siem reap travel angkor wat travel phnom penh traffic cambodia airport flights cambodia visa news khmer times phnom penh post fresh news cambodia grab cambodia foodpanda cambodia aba bank cambodia acleda bank cambodia wing money cambodia smart metfone cellcard cambodia lazada cambodia shopee cambodia khmer news today ព័ត៌មានថ្ងៃនេះ ភ្នំពេញ អាកាសធាតុ កម្ពុជា តម្លៃប្រាក់រៀល
|
||||
|
||||
@@ -1,3 +1,81 @@
|
||||
hanwha vs kt
|
||||
베트남
|
||||
교사
|
||||
고진영
|
||||
서울장미축제
|
||||
ban vs pak
|
||||
usa vs nep
|
||||
보편적 기본소득
|
||||
mbk 파트너스
|
||||
남진
|
||||
전국노래자랑
|
||||
키옥시아
|
||||
무주산골영화제
|
||||
김민하
|
||||
빅뱅
|
||||
채무
|
||||
사이드카
|
||||
수원 fc 위민
|
||||
채권
|
||||
랄랄
|
||||
삼성 노조
|
||||
임지연
|
||||
정의선
|
||||
afc u 17 아시안 컵
|
||||
전시작전통제권
|
||||
수수료
|
||||
스테픈 커리
|
||||
오타니 쇼헤이
|
||||
이주빈
|
||||
구더기
|
||||
이라크
|
||||
민생회복지원금
|
||||
주광덕
|
||||
민방위
|
||||
박찬호
|
||||
고양시
|
||||
민방위 훈련
|
||||
집단 소송
|
||||
정국
|
||||
해피투게더
|
||||
김태희
|
||||
공대지 미사일
|
||||
유주
|
||||
팔란티어 테크놀로지
|
||||
스파이
|
||||
소비
|
||||
최미나수
|
||||
필리핀
|
||||
코너 맥그리거
|
||||
키움증권
|
||||
sk 하이닉스
|
||||
닌텐도 스위치 2
|
||||
복지
|
||||
모두의 창업
|
||||
한국경제신문
|
||||
양상국
|
||||
위대한 가이드
|
||||
불기소 처분
|
||||
김태년
|
||||
성남 대 전남
|
||||
천안시
|
||||
bangladesh vs pakistan
|
||||
손주
|
||||
장민호
|
||||
송금
|
||||
김혜성
|
||||
이스라엘
|
||||
박재현
|
||||
joshua van
|
||||
최재명
|
||||
연금복권 1,2등 동시 당첨
|
||||
제주 대 fc 서울
|
||||
관광객
|
||||
사고
|
||||
한국철도공사
|
||||
김영웅
|
||||
오승환
|
||||
중산층
|
||||
빌라
|
||||
정원오
|
||||
김지원
|
||||
@@ -66,7 +144,6 @@ fc 서울 대 김천상무
|
||||
한화시스템
|
||||
윤영경
|
||||
월세
|
||||
오타니 쇼헤이
|
||||
이서진
|
||||
굴리엘모 비카리오
|
||||
재건축
|
||||
@@ -121,80 +198,3 @@ sk증권
|
||||
수지
|
||||
새마을금고
|
||||
사주
|
||||
차두리
|
||||
평택시 을
|
||||
야닉 시너
|
||||
정성호
|
||||
첼시
|
||||
psg
|
||||
리그앙
|
||||
arsenal đấu với newcastle
|
||||
맨시티
|
||||
man city đấu với southampton
|
||||
아스널
|
||||
arsenal vs newcastle
|
||||
아스널 대 뉴캐슬
|
||||
man city vs southampton
|
||||
안보현
|
||||
트와이스
|
||||
s
|
||||
엔비디아 주가
|
||||
이경실
|
||||
신발
|
||||
하현상
|
||||
김수희
|
||||
gt vs rcb
|
||||
amd 주가
|
||||
왕다루
|
||||
시그널
|
||||
모하메드 살라
|
||||
공화당
|
||||
윤하정
|
||||
청남대
|
||||
더보이즈
|
||||
노민우
|
||||
서비스나우
|
||||
김민지
|
||||
박해미
|
||||
국가유산청
|
||||
삼성전자 주가
|
||||
두산에너빌리티 주가
|
||||
김성수
|
||||
한국사
|
||||
삼성전기 주가
|
||||
국립중앙박물관
|
||||
대우건설 주가
|
||||
지방 선거
|
||||
서정대학교
|
||||
캔바
|
||||
한국항공우주산업
|
||||
디트로이트 대 올랜도
|
||||
리그 1
|
||||
elche vs atlético madrid
|
||||
알나스르
|
||||
al-nassr vs al ahli
|
||||
10
|
||||
로세니어
|
||||
psg 대 낭트
|
||||
테슬라 실적발표
|
||||
루카스 모우라
|
||||
9950x3d2
|
||||
삼천당 제약 간담회
|
||||
김재윤
|
||||
k리그1 순위
|
||||
유영찬
|
||||
이호연
|
||||
sxmb
|
||||
진
|
||||
문재인
|
||||
생산직
|
||||
강훈식
|
||||
롤
|
||||
cnn
|
||||
리그오브레전드
|
||||
박환희
|
||||
박지현
|
||||
카토
|
||||
와우넷
|
||||
지구의 날
|
||||
컴프야
|
||||
|
||||
@@ -1 +1,78 @@
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
lorde
|
||||
arnold allen
|
||||
strong acid subnautica 2
|
||||
lluvia
|
||||
bitcoin
|
||||
kospi
|
||||
idris elba
|
||||
famous basketball players
|
||||
outlander finale
|
||||
billboard top 100
|
||||
usc baseball
|
||||
tanner scott
|
||||
dodger standings
|
||||
elle kennedy
|
||||
super mario galaxy movie boxoffice
|
||||
jill kargman
|
||||
gta 6 pre order
|
||||
icc
|
||||
star citizen
|
||||
习近平
|
||||
fifa world cup 2026
|
||||
ca lottery
|
||||
jaire alexander
|
||||
bernadette peters
|
||||
spokane weather
|
||||
ashley judd
|
||||
jg quintel
|
||||
michael rapaport
|
||||
mookie betts
|
||||
giants game today
|
||||
shea langeliers
|
||||
iran missiles
|
||||
sf giants
|
||||
kash patel fbi director
|
||||
nba playoffs bracket
|
||||
warriors
|
||||
skip bayless
|
||||
nba free agents 2026
|
||||
michael jordan
|
||||
nba finals
|
||||
lakers box score
|
||||
hachimura
|
||||
nba mvp
|
||||
nba live
|
||||
dram stock
|
||||
the boys season 5 episode 7
|
||||
united flight 579 diversion
|
||||
homicide
|
||||
frontier airlines hits person
|
||||
weather forecast texas
|
||||
tim burton
|
||||
alfredo adame
|
||||
seven
|
||||
priyanka chopra
|
||||
russia ukraine war
|
||||
julio cesar chavez
|
||||
ufc post fight press conference
|
||||
apac
|
||||
tenerife
|
||||
aipac
|
||||
white house card ufc
|
||||
terence crawford
|
||||
humberto cruz
|
||||
neymar
|
||||
ben affleck
|
||||
udonis haslem
|
||||
mark zuckerberg
|
||||
la county fair 2026
|
||||
yaroslav amosov
|
||||
xiaodi you
|
||||
joaquin buckley
|
||||
shootout
|
||||
vientiane news laos news lao news laos weather vientiane weather laos economy lao kip exchange rate vientiane traffic wattay airport flights laos tourism luang prabang travel vang vieng travel laos visa news vientiane times kpl lao news pasaxon news bank of laos lao telecom unitel laos tplus laos foodpanda laos lao airlines laos hotels laos government laos electricity laos news today ຂ່າວມື້ນີ້ ວຽງຈັນ ອາກາດ ລາວ ເງິນກີບ
|
||||
|
||||
@@ -1 +1,64 @@
|
||||
xiaomi 17t pro
|
||||
aston villa vs liverpool
|
||||
one
|
||||
one championship
|
||||
fa youth cup final
|
||||
gta6
|
||||
iphone
|
||||
videos
|
||||
1
|
||||
real madrid vs real oviedo
|
||||
xiaomi 17 max
|
||||
sony xperia 1 viii
|
||||
cincinnati vs inter miami
|
||||
天气
|
||||
lens vs psg
|
||||
deportivo alavés vs fc barcelona standings
|
||||
arsenal vs everton
|
||||
man city
|
||||
alavés vs barcelona
|
||||
man city vs palace
|
||||
pubg battlegrounds
|
||||
osasuna vs atlético madrid standings
|
||||
facebook
|
||||
southampton vs middlesbrough
|
||||
osasuna vs atlético madrid
|
||||
al-nassr vs al-hilal
|
||||
ကမ္ဘာ့ဖလား
|
||||
11000 carat ruby myanmar
|
||||
အမျိုးသားညီညွတ်ရေး အစိုးရ
|
||||
pubg 4.4 update
|
||||
pubg
|
||||
myanmar ruby
|
||||
tottenham vs leeds
|
||||
ဖိလစ်ပိုင်
|
||||
hantavirus infections cruise ship
|
||||
myanma railways yangon mandalay upgrade
|
||||
psg vs stade brestois standings
|
||||
real madrid
|
||||
psg vs brest
|
||||
barcelona
|
||||
apple iphone 18 pro max
|
||||
west ham vs arsenal
|
||||
real madrid vs barcelona
|
||||
burnley vs aston villa
|
||||
nottm forest vs newcastle
|
||||
palace vs everton
|
||||
mothers day
|
||||
joshua van vs tatsuro taira
|
||||
ufc live
|
||||
toronto vs inter miami
|
||||
vfl wolfsburg vs bayern munich standings
|
||||
atlético madrid vs celta
|
||||
man city vs brentford
|
||||
wolfsburg vs bayern
|
||||
ซันเดอร์แลนด์ พบ แมนยู
|
||||
hantavirus map
|
||||
al-hilal vs al kholood
|
||||
ufc
|
||||
war.gov/ufo
|
||||
al shabab fc
|
||||
saudi pro league
|
||||
joshua van
|
||||
aston villa vs nottingham forest
|
||||
yangon news myanmar news myanmar weather yangon weather myanmar economy kyat exchange rate yangon traffic yangon airport flights myanmar visa news myanmar times irrawaddy news myanmar now eleven myanmar grab myanmar foodpanda myanmar shop com mm myanmar telecom mpt ooredoo telenor myanmar tourism bagan travel mandalay travel myanmar hotels myanmar politics myanmar stock exchange myanmar bank central bank myanmar news today သတင်း ယနေ့ ရန်ကုန် ရာသီဥတု မြန်မာ ကျပ်ငွေ
|
||||
|
||||
@@ -1 +1,78 @@
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
lorde
|
||||
arnold allen
|
||||
strong acid subnautica 2
|
||||
lluvia
|
||||
bitcoin
|
||||
kospi
|
||||
idris elba
|
||||
famous basketball players
|
||||
outlander finale
|
||||
billboard top 100
|
||||
usc baseball
|
||||
tanner scott
|
||||
dodger standings
|
||||
elle kennedy
|
||||
super mario galaxy movie boxoffice
|
||||
jill kargman
|
||||
gta 6 pre order
|
||||
icc
|
||||
star citizen
|
||||
习近平
|
||||
fifa world cup 2026
|
||||
ca lottery
|
||||
jaire alexander
|
||||
bernadette peters
|
||||
spokane weather
|
||||
ashley judd
|
||||
jg quintel
|
||||
michael rapaport
|
||||
mookie betts
|
||||
giants game today
|
||||
shea langeliers
|
||||
iran missiles
|
||||
sf giants
|
||||
kash patel fbi director
|
||||
nba playoffs bracket
|
||||
warriors
|
||||
skip bayless
|
||||
nba free agents 2026
|
||||
michael jordan
|
||||
nba finals
|
||||
lakers box score
|
||||
hachimura
|
||||
nba mvp
|
||||
nba live
|
||||
dram stock
|
||||
the boys season 5 episode 7
|
||||
united flight 579 diversion
|
||||
homicide
|
||||
frontier airlines hits person
|
||||
weather forecast texas
|
||||
tim burton
|
||||
alfredo adame
|
||||
seven
|
||||
priyanka chopra
|
||||
russia ukraine war
|
||||
julio cesar chavez
|
||||
ufc post fight press conference
|
||||
apac
|
||||
tenerife
|
||||
aipac
|
||||
white house card ufc
|
||||
terence crawford
|
||||
humberto cruz
|
||||
neymar
|
||||
ben affleck
|
||||
udonis haslem
|
||||
mark zuckerberg
|
||||
la county fair 2026
|
||||
yaroslav amosov
|
||||
xiaodi you
|
||||
joaquin buckley
|
||||
shootout
|
||||
ulaanbaatar news mongolia news mongolia weather ulaanbaatar weather mongolia economy tugrik exchange rate ulaanbaatar traffic mongolia tourism gobi desert travel mongolia visa news montsame news ikon mn gogo mn mongolia government mongolbank mongolia telecom unitel skytel mobinet mongolia news today breaking news mongolia weather today ulaanbaatar jobs mongolia mining news mongolia coal export news өнөөдрийн мэдээ улаанбаатар цаг агаар төгрөг ханш
|
||||
|
||||
86
data/keywords/kw_MO.txt
Normal file
86
data/keywords/kw_MO.txt
Normal file
@@ -0,0 +1,86 @@
|
||||
新西蘭車禍
|
||||
陳浚霆
|
||||
机票
|
||||
timberwolves vs spurs
|
||||
洪金寶
|
||||
灰狼 對 馬刺
|
||||
騎士 對 活塞
|
||||
张凌赫
|
||||
jannik sinner
|
||||
samsung
|
||||
龍婷
|
||||
波音
|
||||
裕東苑
|
||||
擎天崗
|
||||
楊洋
|
||||
2027 公眾假期
|
||||
山崎和佳奈
|
||||
iceman
|
||||
中南海
|
||||
周慧敏
|
||||
news
|
||||
thucydides trap
|
||||
citadel
|
||||
李連杰
|
||||
pistons vs cavaliers
|
||||
盧惠光
|
||||
習近平
|
||||
mc 演唱會 2026
|
||||
谷德昭
|
||||
mc
|
||||
癌症
|
||||
容羨媛
|
||||
panasonic l10
|
||||
sony xperia 1 viii
|
||||
燒 味
|
||||
黃仁勳
|
||||
謝瑞麟
|
||||
spurs vs timberwolves
|
||||
深圳地铁
|
||||
特朗普訪華
|
||||
hong kong express
|
||||
hong kong
|
||||
nba
|
||||
湖人
|
||||
test
|
||||
邓兆尊
|
||||
kktix
|
||||
湖人 對 雷霆
|
||||
蔡少芬
|
||||
林詩棟
|
||||
ap swatch
|
||||
網約車
|
||||
許志安
|
||||
canvas
|
||||
the weeknd
|
||||
mc 張天賦演唱會
|
||||
victor wembanyama
|
||||
sk hynix
|
||||
海力士
|
||||
薛家燕
|
||||
毛樂禮
|
||||
mps
|
||||
聞泰科技
|
||||
港幣兌人民幣
|
||||
萬 寧 88 折
|
||||
張曼玉
|
||||
羅湖
|
||||
amos yee
|
||||
逮捕
|
||||
hkjc
|
||||
穎喬
|
||||
76ers vs knicks
|
||||
百度
|
||||
mothers day
|
||||
文佳煐
|
||||
美國ufo
|
||||
mothers day 2026
|
||||
76人 對 尼克
|
||||
陳山聰
|
||||
美國 ufo
|
||||
百佳
|
||||
weather
|
||||
weather hong kong
|
||||
世界桌球錦標賽
|
||||
intc
|
||||
mu stock
|
||||
@@ -1,11 +1,86 @@
|
||||
saman
|
||||
politik
|
||||
bangladesh vs pakistan
|
||||
fraud
|
||||
森林狼 - 马刺
|
||||
timberwolves vs spurs
|
||||
dewan bandaraya kuala lumpur
|
||||
骑士 - 活塞
|
||||
karam singh walia
|
||||
yusry abdul halim
|
||||
cavaliers vs pistons
|
||||
azam baki
|
||||
iphone
|
||||
boeing
|
||||
bukit bintang
|
||||
iceman
|
||||
dodgers vs giants
|
||||
barbara palvin
|
||||
fa youth cup final
|
||||
hot fm
|
||||
wnba
|
||||
thucydides trap
|
||||
fan bingbing
|
||||
nik nazmi nik ahmad
|
||||
motorcycle
|
||||
scotland vs usa
|
||||
活塞 - 骑士
|
||||
coach
|
||||
st. louis vs lafc
|
||||
karuppu release date
|
||||
farmer
|
||||
msci
|
||||
the punisher one last kill
|
||||
polycystic ovary syndrome
|
||||
moka fang
|
||||
bayi
|
||||
new zealand
|
||||
the weeknd concert malaysia
|
||||
zul ariffin
|
||||
ron95 subsidy t20
|
||||
jho low
|
||||
lebron james
|
||||
ajay mitchell
|
||||
t20 fuel subsidy
|
||||
lakers vs oklahoma city thunder match player stats
|
||||
nba live
|
||||
google
|
||||
test
|
||||
scotland vs nepal
|
||||
amy hood
|
||||
nba scores
|
||||
audemars piguet swatch watches
|
||||
live nation
|
||||
daud bakar
|
||||
anna jobling
|
||||
livenation
|
||||
perak
|
||||
tm stadium nasional
|
||||
the weeknd
|
||||
victor wembanyama
|
||||
lafc vs houston dynamo
|
||||
rafizi ramli
|
||||
hantavirus cases
|
||||
sengottaiyan
|
||||
rahul gandhi
|
||||
yang di-pertuan agong
|
||||
alexander volkov
|
||||
sean brady
|
||||
湖人 - 雷霆
|
||||
backlash 2026
|
||||
tamil nadu news
|
||||
hyun bin
|
||||
josh hokit
|
||||
happy mothers day
|
||||
76人 - 尼克斯
|
||||
rhb
|
||||
dortmund vs eintracht frankfurt
|
||||
sir david attenborough
|
||||
saman
|
||||
ana airlines
|
||||
水晶宫 - 顿涅茨克矿工
|
||||
strasbourg vs rayo vallecano
|
||||
marissa dania hakim
|
||||
大马卡
|
||||
bangladesh vs pakistan
|
||||
palace vs shakhtar donetsk
|
||||
malaysia foreign driving licence conversion
|
||||
keputusan
|
||||
@@ -61,7 +136,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
|
||||
@@ -124,55 +198,3 @@ angkrish raghuvanshi
|
||||
dortmund vs sc freiburg
|
||||
atlético madrid vs athletic club
|
||||
fa cup games
|
||||
แมนซิตี พบ เซาแธมป์ตัน
|
||||
benfica vs moreirense
|
||||
city
|
||||
valencia vs girona
|
||||
man city games
|
||||
bayern vs barcelona
|
||||
英超积分榜
|
||||
angers vs psg
|
||||
sunderland vs nottm forest
|
||||
real betis lwn real madrid cf
|
||||
napoli vs cremonese
|
||||
real betis vs real madrid
|
||||
perfect crown ep 5
|
||||
siti mastura mohamad
|
||||
jannik sinner
|
||||
sai sudharsan
|
||||
yaris cross hybrid
|
||||
cretaceous kraken
|
||||
rayo vallecano vs espanyol
|
||||
dji lito x1
|
||||
levante vs sevilla
|
||||
danish malewar
|
||||
mukesh choudhary
|
||||
lyrid meteor showers
|
||||
jamie overton
|
||||
piala uber
|
||||
madrid open
|
||||
dewald brevis
|
||||
counter strike
|
||||
pistons vs magic
|
||||
real salt lake vs inter miami
|
||||
chart gpt
|
||||
asiago
|
||||
liza hanim
|
||||
good morning
|
||||
pandikar amin mulia
|
||||
勒沃库森 - 拜仁
|
||||
santos vs coritiba
|
||||
Malaysia
|
||||
Kuala Lumpur
|
||||
Bursa Malaysia
|
||||
Ringgit
|
||||
Maybank
|
||||
CIMB
|
||||
Shopee MY
|
||||
Lazada Malaysia
|
||||
KWSP i-Akaun
|
||||
LHDN MyTax
|
||||
Anwar Ibrahim
|
||||
Johor Bahru
|
||||
Penang
|
||||
Nasi Lemak
|
||||
|
||||
@@ -1,7 +1,81 @@
|
||||
abu bilal al minuki
|
||||
xxl
|
||||
wife
|
||||
nba
|
||||
timberwolves vs spurs
|
||||
cavaliers vs pistons
|
||||
evika silina
|
||||
jamb utme 2026 institution change
|
||||
mohamed salah
|
||||
virgil van dijk
|
||||
tinubu support dangote refinery
|
||||
julius omodayo owotuga
|
||||
claude ai
|
||||
ia central cordoba vs quimsa santiogo del estero
|
||||
adam sandler grown ups 3
|
||||
2027 social security cola estimate
|
||||
acapulco restaurant closing locations
|
||||
a24 backrooms movie
|
||||
iceman drake
|
||||
federal bureau of investigation
|
||||
dangote refinery
|
||||
bbc.hausa
|
||||
benjamin netanyahu
|
||||
asset forfeiture
|
||||
fifa world cup
|
||||
pistons vs cavaliers
|
||||
mls
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
ikeja electric
|
||||
israel
|
||||
film
|
||||
the boys
|
||||
amazon
|
||||
spurs vs timberwolves
|
||||
xm
|
||||
the punisher one last kill
|
||||
blue video
|
||||
jamb cut-off mark for 2026
|
||||
adebayo adelabu
|
||||
lakers vs thunder
|
||||
2001 ford explorer sportsman concept
|
||||
rayo vallecano vs girona fc standings
|
||||
aisha yesufu
|
||||
tottenham fixtures
|
||||
diesel fuel
|
||||
seyi tinubu
|
||||
man city chelsea fa cup
|
||||
benfica fc
|
||||
home
|
||||
open heaven for today 2026
|
||||
victor wembanyama
|
||||
abdul samad rabiu
|
||||
neymar
|
||||
$70 million lotto max jackpot winner
|
||||
israel iran war
|
||||
santos vs bragantino
|
||||
gavi
|
||||
bbc hausa news
|
||||
ac milan vs atalanta prediction
|
||||
wwe backlash 2026
|
||||
fuji moto
|
||||
ufc
|
||||
noni madueke
|
||||
when is mother's day
|
||||
salawa abeni
|
||||
daniel dubois
|
||||
ilebaye
|
||||
samsung galaxy s25 ultra one ui 8.5
|
||||
76ers vs knicks
|
||||
update
|
||||
leandro trossard
|
||||
arsenal champions league
|
||||
aviation fuel
|
||||
al hilal vs
|
||||
kai havertz
|
||||
b
|
||||
independiente medellin vs cr flamengo rj
|
||||
pistons vs cavaliers
|
||||
joni lamb
|
||||
pope leo xiv bank call
|
||||
fcmb
|
||||
@@ -9,10 +83,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 +135,6 @@ living wage
|
||||
noah okafor
|
||||
remi tinubu
|
||||
imperfect women
|
||||
bbc.hausa
|
||||
ekiti
|
||||
china
|
||||
timberwolves vs nuggets
|
||||
|
||||
@@ -1,3 +1,83 @@
|
||||
24 uur nürburgring 2026 waar te zien
|
||||
brandweer
|
||||
saba eiland
|
||||
tyson fury
|
||||
nicky catsburg
|
||||
horoscoop
|
||||
rijnmond
|
||||
royal pop swatch
|
||||
jeanine hennis-plasschaert
|
||||
mexico
|
||||
thucydides trap
|
||||
evika silina
|
||||
jacob elordi
|
||||
jenny mollen
|
||||
pretpark hennie rotterdam
|
||||
alexandra capitanescu
|
||||
schip
|
||||
monica montefalcone
|
||||
frenkie de jong
|
||||
corinthians - barra fc
|
||||
leandro trossard
|
||||
kelly mcgillis
|
||||
rosanna arquette
|
||||
rusland
|
||||
kevin warsh
|
||||
bataviastad
|
||||
fifa wk 2026
|
||||
antonella salvucci
|
||||
brigit toebes
|
||||
nastase
|
||||
keir
|
||||
ivo opstelten
|
||||
joost nieuwenhuis surhuisterveen
|
||||
motie
|
||||
hantavirus radboudumc
|
||||
weer utrecht
|
||||
weeronline
|
||||
jason collins
|
||||
anass salah-eddine
|
||||
anthropic
|
||||
lakers vs thunder
|
||||
het weer
|
||||
reform bill
|
||||
weer rotterdam
|
||||
jake paul
|
||||
caroline van der plas
|
||||
matt damon
|
||||
misdaadserie
|
||||
shinyhunters
|
||||
pien hersman
|
||||
martin short
|
||||
belasting
|
||||
hvzeeland
|
||||
bn destem
|
||||
manosphere
|
||||
la casa de papel
|
||||
hypotheekrenteaftrek
|
||||
weather
|
||||
rente
|
||||
wijkagent
|
||||
tweede pinksterdag vrije dag
|
||||
leo schilperoord
|
||||
hélène hendriks
|
||||
verstappen
|
||||
buitenaards
|
||||
scientology
|
||||
perzische golf
|
||||
ufc kijken
|
||||
paramount
|
||||
sean brady
|
||||
kwadrantweg
|
||||
hennie van der most
|
||||
floris wolfs
|
||||
pandemie hantavirus
|
||||
112 tilburg
|
||||
kimi antonelli
|
||||
ziggo
|
||||
asml
|
||||
espn
|
||||
kerosine
|
||||
hms prince of wales
|
||||
groningen
|
||||
iran nieuws
|
||||
@@ -13,18 +93,15 @@ 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 +118,6 @@ georginio wijnaldum
|
||||
intercepted
|
||||
ulster
|
||||
rudy giuliani
|
||||
weather
|
||||
benzine en diesel
|
||||
witsnuitdolfijn
|
||||
farioli
|
||||
@@ -54,7 +130,6 @@ miami f1
|
||||
shakira
|
||||
rave
|
||||
daghoroscoop
|
||||
weeronline
|
||||
wetter
|
||||
isack hadjar
|
||||
vakantiegeld aow netto
|
||||
@@ -106,7 +181,6 @@ militair
|
||||
emma heesters
|
||||
luik-bastenaken-luik
|
||||
luilakken koningsdag
|
||||
rusland
|
||||
car rental
|
||||
112 leiden
|
||||
taxi
|
||||
@@ -124,77 +198,3 @@ milan - juventus
|
||||
aryna sabalenka
|
||||
fortuna
|
||||
curacao
|
||||
atlético madrid - ath. bilbao
|
||||
digid solvinity
|
||||
baywatch
|
||||
boy kemper
|
||||
donyell malen
|
||||
twente - nec
|
||||
afc champions league
|
||||
wesley sonck
|
||||
arnold schwarzenegger
|
||||
devil wears prada
|
||||
jagiellonia białystok – górnik zabrze
|
||||
max verstappen redbull
|
||||
mvv - top oss
|
||||
energiecontract
|
||||
real betis - real madrid
|
||||
fc den bosch
|
||||
maarten van rossem
|
||||
jake paul
|
||||
financiën
|
||||
zonnepaneel
|
||||
xrp
|
||||
cyprus
|
||||
verdachte
|
||||
112 eerbeek
|
||||
golden earring
|
||||
sergiño dest
|
||||
david wilcock
|
||||
asiago
|
||||
shownieuws
|
||||
nijmegen
|
||||
keira knightley
|
||||
112 meldingen amsterdam
|
||||
dierenmishandeling
|
||||
112 amsterdam
|
||||
freek rikkerink
|
||||
poetin
|
||||
atalanta - lazio
|
||||
mr nobody against putin
|
||||
club brugge - mechelen
|
||||
frank hosmar
|
||||
barcelona - celta
|
||||
kees flodder
|
||||
burnley - manchester city
|
||||
lodewijk asscher
|
||||
vallende sterren
|
||||
guus meeuwis
|
||||
hoofddorp
|
||||
kaja kallas
|
||||
politiek
|
||||
stroomstoring amersfoort
|
||||
solvinity digid
|
||||
wout weghorst
|
||||
jamie kames
|
||||
bitvavo
|
||||
box 3
|
||||
ronde van de alpen
|
||||
matthias uhl
|
||||
taken film
|
||||
robot
|
||||
girona - real betis
|
||||
real madryt – deportivo alaves
|
||||
tbilisi
|
||||
southampton - bristol city
|
||||
vittoria guazzini
|
||||
oppo find x9 ultra
|
||||
real madrid - alavés
|
||||
الريال ضد ألافيس
|
||||
lecce - fiorentina
|
||||
pogoda jutro
|
||||
vierhouten
|
||||
weather tomorrow
|
||||
over mijn lijk 2026 overleden
|
||||
crystal palace - west ham
|
||||
f-16 fighting falcon
|
||||
|
||||
@@ -1 +1,77 @@
|
||||
timberwolves vs spurs
|
||||
nepal national cricket team
|
||||
ban vs pak
|
||||
usa vs nepal
|
||||
kuldip yadav ipl
|
||||
epl
|
||||
pati patni aur woh do review
|
||||
fa cup
|
||||
aston villa vs liverpool
|
||||
video videos
|
||||
neet ug
|
||||
real madrid
|
||||
al-ettifaq vs al-ittihad
|
||||
real madrid vs real oviedo
|
||||
points table ipl
|
||||
girona vs real sociedad
|
||||
valencia vs rayo vallecano
|
||||
naman dhir
|
||||
ryan rickelton
|
||||
arshdeep singh
|
||||
scotland vs usa
|
||||
copa do brasil
|
||||
mls
|
||||
today weather
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
weather kathmandu
|
||||
getafe vs mallorca
|
||||
deportivo alavés vs fc barcelona standings
|
||||
sai sudharsan
|
||||
share result
|
||||
ipo
|
||||
rcb vs kkr
|
||||
osasuna vs atlético madrid standings
|
||||
southampton vs middlesbrough
|
||||
osasuna vs atlético madrid
|
||||
ipl points table 2026
|
||||
real betis vs elche
|
||||
al-nassr vs al-hilal
|
||||
celta vs levante
|
||||
australia cricket team
|
||||
icc
|
||||
cricinfo
|
||||
lakers vs thunder
|
||||
scotland vs nepal
|
||||
rio ave vs sporting
|
||||
napoli vs bologna
|
||||
tottenham vs leeds
|
||||
al-taawoun vs al-ahli
|
||||
ashutosh sharma
|
||||
lafc vs houston dynamo
|
||||
from season 4 episode 4
|
||||
result
|
||||
psg vs stade brestois standings
|
||||
santos vs bragantino
|
||||
fc barcelona vs real madrid standings
|
||||
toulouse vs ol
|
||||
score live
|
||||
live
|
||||
808
|
||||
joshua van
|
||||
mothers day
|
||||
ufc
|
||||
real sociedad vs real betis
|
||||
lecce vs juventus
|
||||
vfl wolfsburg vs bayern munich standings
|
||||
galatasaray vs antalyaspor
|
||||
mohammed siraj
|
||||
khamzat vs strickland
|
||||
indonesia vs samoa
|
||||
levante vs osasuna
|
||||
al-hilal vs al kholood
|
||||
vipraj nigam
|
||||
anukul roy
|
||||
kartik tyagi
|
||||
dc vs kkr
|
||||
kathmandu news nepal news nepal weather kathmandu weather nepal economy nepali rupee exchange rate kathmandu traffic tribhuvan airport flights nepal tourism pokhara travel everest base camp travel nepal visa news kathmandu post himalayan times onlinekhabar ekantipur ratopati nepal government nepal rastra bank nepal telecom ncell nepal daraz nepal esewa khalti nepal news today breaking news nepal weather today kathmandu jobs नेपाल समाचार आजको समाचार काठमाडौं मौसम नेपाली रुपैयाँ विनिमय दर
|
||||
|
||||
@@ -1 +1,78 @@
|
||||
donald trump
|
||||
okc vs spurs
|
||||
terrence shannon jr.
|
||||
harrison barnes
|
||||
imee marcos
|
||||
gina carano
|
||||
converge
|
||||
in the grey
|
||||
julius randle
|
||||
luke kornet
|
||||
temperature today
|
||||
monica elfriede witt
|
||||
fuel price next week
|
||||
iphone
|
||||
mid year bonus 2026
|
||||
google gmail 5gb storage test
|
||||
steve kerr
|
||||
brian keith hosaka
|
||||
sony xperia 1 viii camera
|
||||
capital1 solar spikers
|
||||
fifa world cup 2026
|
||||
marcos maidana
|
||||
dog
|
||||
comelec
|
||||
benjamin netanyahu
|
||||
valkyries vs sky
|
||||
subpoena
|
||||
wnba
|
||||
cat
|
||||
giants vs dodgers
|
||||
antoine huby
|
||||
gemini intelligence
|
||||
shohei ohtani
|
||||
eid al-adha
|
||||
angel canino
|
||||
ateneo de manila university
|
||||
athena imperial
|
||||
lunar eclipse
|
||||
swatch audemars piguet royal pop
|
||||
prc leris
|
||||
is google down
|
||||
alex eala rybakina
|
||||
leris prc
|
||||
google
|
||||
lebron james
|
||||
nba score today
|
||||
nba live score
|
||||
isaiah hartenstein
|
||||
nba live
|
||||
espn
|
||||
morocco
|
||||
boxing
|
||||
chelsea handler
|
||||
sabrina carpenter
|
||||
fitbit air
|
||||
los angeles lakers 2026 draft
|
||||
philippine peso
|
||||
swatch x audemars piguet royal pop
|
||||
starlink
|
||||
ronald dela rosa
|
||||
government service insurance system
|
||||
hantavirus infection
|
||||
disney adventure cruise ship
|
||||
pizza hut
|
||||
remarkably bright creatures
|
||||
nick smith jr.
|
||||
fabio wardley vs daniel dubois
|
||||
alexander volkov
|
||||
jessica sanchez
|
||||
wolves
|
||||
hantavirus map live
|
||||
mike conley
|
||||
bea alonzo and vincent co wedding
|
||||
de'aaron fox
|
||||
naz reid
|
||||
carter bryant
|
||||
hyun bin
|
||||
manila news philippines weather philippines economy cebu news davao news philippines traffic manila airport naia flights philippine peso rate bangko sentral ng pilipinas gma news abs cbn news philstar inquirer rappler philippines grab philippines lazada philippines shopee philippines balita ngayon panahon manila
|
||||
|
||||
@@ -1 +1,76 @@
|
||||
ap x swatch
|
||||
usa vs nep
|
||||
مسلسل off campus
|
||||
bangladesh vs pakistan
|
||||
محمد باقر السعدي
|
||||
timberwolves vs spurs
|
||||
cavaliers vs pistons
|
||||
اسعار الذهب
|
||||
يلو
|
||||
هذا البحر سوف يفيض
|
||||
1
|
||||
x.
|
||||
météo
|
||||
shapoor zadran
|
||||
مالكوم
|
||||
دنيا سمير غانم
|
||||
barbara palvin
|
||||
عريس
|
||||
الرياض
|
||||
سوق مالية
|
||||
صحة
|
||||
العيد الاضحى
|
||||
فارس
|
||||
scotland vs usa
|
||||
pistons vs cavaliers
|
||||
ليونيل ميسي
|
||||
mls
|
||||
sony xperia 1 viii
|
||||
وزارة الموارد البشرية والتنمية الاجتماعية
|
||||
copa do brasil
|
||||
cbse class 12 result 2026
|
||||
بين
|
||||
وزارة
|
||||
ياسمين عبد العزيز
|
||||
gold price in india
|
||||
spurs vs timberwolves
|
||||
الفجر
|
||||
the boys
|
||||
بدرية طلبة
|
||||
غامبا أوساكا
|
||||
اليوم العالمي للتمريض
|
||||
nurses day
|
||||
زواج
|
||||
scotland vs nepal
|
||||
sara duterte
|
||||
العراق
|
||||
lakers vs thunder
|
||||
ترند اطلس الجمال الطبيعي
|
||||
مسابقة الملك عبد العزيز الدولية لحفظ القرآن الكريم
|
||||
الرد الايراني
|
||||
سارية السواس
|
||||
برنامج خادم الحرمين الشريفين للابتعاث الخارجي
|
||||
neymar
|
||||
جوعان بن حمد آل ثاني
|
||||
runway
|
||||
le havre vs marseille
|
||||
جواو كانسيلو
|
||||
mehidy hasan miraz
|
||||
vijay
|
||||
shan masood
|
||||
joshua van
|
||||
كامل الوزير
|
||||
وزير
|
||||
حمزة شيماييف
|
||||
thunder vs lakers
|
||||
google fitbit air
|
||||
متى عيد الاضحى 2026
|
||||
സൗദി അറേബ്യ
|
||||
ليبيا
|
||||
ufo files
|
||||
ufc
|
||||
76ers vs knicks
|
||||
levante vs osasuna
|
||||
ليفانتي ضد أوساسونا
|
||||
فهد المفرج
|
||||
riyadh news saudi arabia news jeddah news saudi weather riyadh weather saudi economy saudi riyal exchange rate riyadh traffic king khalid airport flights jeddah airport flights saudi tourism riyadh season alula travel mecca news medina news saudi visa news arab news saudi gazette saudi press agency sabq al riyadh saudi government sama saudi central bank stc saudi mobily zain saudi noon saudi amazon sa jarir bookstore hungerstation saudi riyadh jobs saudi real estate saudi news today breaking news saudi weather today أخبار السعودية الرياض الطقس سعر الريال السعودي
|
||||
|
||||
@@ -1,9 +1,79 @@
|
||||
lebron james
|
||||
affordable housing
|
||||
bangladesh vs pakistan
|
||||
timberwolves vs spurs
|
||||
largo
|
||||
cavaliers vs pistons
|
||||
mental health
|
||||
woodlands checkpoint
|
||||
weather singapore
|
||||
nea
|
||||
mohamed salah
|
||||
product recall
|
||||
donald trump
|
||||
monica elfriede witt
|
||||
lottery
|
||||
ticketmaster
|
||||
chinese f&b brands singapore
|
||||
rebecca lim
|
||||
iceman
|
||||
pete hegseth
|
||||
norway missiles
|
||||
thucydides trap
|
||||
scarlett johansson
|
||||
karuppu
|
||||
fuel
|
||||
pistons vs cavaliers
|
||||
mls
|
||||
cincinnati vs inter miami
|
||||
coritiba vs santos
|
||||
vivian balakrishnan may day award
|
||||
deportivo alavés vs fc barcelona standings
|
||||
spotify 20
|
||||
goh yong siang
|
||||
dbs ocbc uob q1 earnings
|
||||
new zealand
|
||||
silent call
|
||||
googlebook
|
||||
jason collins
|
||||
spurs vs timberwolves
|
||||
air india
|
||||
nick teo mother's day post
|
||||
babymonster choom tour singapore
|
||||
lebron james
|
||||
jcd prabhakar
|
||||
ajay mitchell
|
||||
test
|
||||
nba scores
|
||||
lakers vs oklahoma city thunder match player stats
|
||||
royal caribbean
|
||||
iran war ceasefire
|
||||
birth rate
|
||||
selling singtel discounted shares
|
||||
the weeknd singapore
|
||||
bosco chun ho wang
|
||||
lafc vs houston dynamo
|
||||
victor wembanyama
|
||||
ponzi
|
||||
santos vs bragantino
|
||||
nba draft lottery
|
||||
aadhav arjuna
|
||||
water pipe burst
|
||||
swatch ap
|
||||
scdf
|
||||
china
|
||||
joshua van
|
||||
lakers vs thunder
|
||||
62nd baeksang arts awards
|
||||
hyun bin
|
||||
76ers vs knicks
|
||||
hantavirus map
|
||||
rome open
|
||||
ufc 328
|
||||
al-hilal vs al kholood
|
||||
mothers day 2026
|
||||
palace vs shakhtar donetsk
|
||||
ec mop
|
||||
thunder vs lakers
|
||||
pistons vs cavaliers
|
||||
canvas
|
||||
david attenborough
|
||||
iran war
|
||||
@@ -13,7 +83,6 @@ megatsunami
|
||||
hdb
|
||||
mark zuckerberg
|
||||
naval strike missile
|
||||
spurs vs timberwolves
|
||||
knicks vs 76ers
|
||||
police
|
||||
manchester united f.c.
|
||||
@@ -32,7 +101,6 @@ toto jackpot singapore
|
||||
anthony edwards
|
||||
dbs bank
|
||||
补贴
|
||||
ticketmaster
|
||||
新加坡博彩公司
|
||||
kerala election results
|
||||
toto
|
||||
@@ -51,7 +119,6 @@ thomson-east coast line
|
||||
inter miami vs orlando city
|
||||
mothers day
|
||||
jet bridge
|
||||
mls
|
||||
celtics vs 76ers
|
||||
james seah
|
||||
8视界新闻
|
||||
@@ -72,7 +139,6 @@ timberwolves vs nuggets
|
||||
gardens by the bay
|
||||
weather forecast
|
||||
universal studios singapore
|
||||
nba scores
|
||||
lorna hajdini
|
||||
cancer
|
||||
lakers
|
||||
@@ -132,69 +198,3 @@ real betis vs real madrid
|
||||
anne hathaway
|
||||
michael jackson
|
||||
sai sudharsan
|
||||
madrid open
|
||||
amd
|
||||
gt vs rcb
|
||||
ijooz
|
||||
raghav chadha
|
||||
darren wang
|
||||
mukesh choudhary
|
||||
danish malewar
|
||||
allah ghazanfar
|
||||
peregrine falcon
|
||||
airasia flight
|
||||
arrest
|
||||
hao mart singapore
|
||||
real salt lake vs inter miami
|
||||
pistons vs magic
|
||||
krisflyer
|
||||
michael jackson biopic
|
||||
新加坡
|
||||
atalanta vs lazio
|
||||
伯恩利 - 曼城
|
||||
porto vs sporting
|
||||
cdl directors resign millennium copthorne
|
||||
tsla
|
||||
leverkusen vs bayern
|
||||
burnley vs man city
|
||||
elche vs atlético madrid
|
||||
psg vs nantes
|
||||
al-nassr vs al ahli
|
||||
changi
|
||||
rr vs lsg
|
||||
primary school
|
||||
alexandra eala
|
||||
tan su shan
|
||||
sundaresh menon
|
||||
moulin rouge musical singapore
|
||||
south korea
|
||||
step
|
||||
gamba osaka vs avispa fukuoka
|
||||
honor 600 pro
|
||||
china shipyards oil tanker orders
|
||||
coe
|
||||
real madrid vs alavés
|
||||
brighton vs chelsea
|
||||
nitish rana
|
||||
earth day
|
||||
michael movie
|
||||
kevin warsh
|
||||
srh vs dc
|
||||
chinese aircraft carrier liaoning
|
||||
andie chen
|
||||
jesseca liu wins best actress
|
||||
crystal palace vs west ham
|
||||
grok
|
||||
gemini
|
||||
claude ai
|
||||
gpt
|
||||
ai
|
||||
is chatgpt down
|
||||
strait of hormuz news
|
||||
mi vs gt
|
||||
psg vs lyon
|
||||
sporting vs benfica
|
||||
bayern munich
|
||||
pl
|
||||
bangkok weather
|
||||
starhub
|
||||
|
||||
@@ -1 +1,78 @@
|
||||
ราชินี
|
||||
กฎหมาย
|
||||
lotto
|
||||
timberwolves vs spurs
|
||||
หวยออมสิน
|
||||
กยศ
|
||||
เวียดนาม
|
||||
มูรินโญ่
|
||||
เลขเด็ดไทยรัฐ
|
||||
ap x swatch
|
||||
กัมพูชา
|
||||
1
|
||||
ทอง
|
||||
การประปานครหลวง
|
||||
ชายแดน ไทย-กัมพูชา
|
||||
กรมควบคุมมลพิษ
|
||||
เลขเด็ด 16 พฤษภาคม 2569
|
||||
ดูคะแนนกพ
|
||||
classroom
|
||||
xiaomi 17 max
|
||||
ทหาร
|
||||
มารีน่า
|
||||
คริสเตียโนโรนัลโด
|
||||
บุรีรัมย์ยูไนเต็ด shopee cup
|
||||
ข่าวสด
|
||||
a-z
|
||||
cincinnati vs inter miami
|
||||
ชาวยิว
|
||||
ไฟฟ้า
|
||||
deportivo alavés vs fc barcelona standings
|
||||
ฝน
|
||||
openai
|
||||
cloudflare
|
||||
shell diesel
|
||||
shell gasoline
|
||||
คลิปทราย
|
||||
pubg
|
||||
ผลหวยลาว 12 พฤษภาคม 2569
|
||||
cpall
|
||||
aia
|
||||
ดูบาสสด
|
||||
nba
|
||||
มะเร็ง
|
||||
google
|
||||
test
|
||||
สีหศักดิ์ พวงเกตุแก้ว
|
||||
สุราษฎร์ธานี
|
||||
arne slot out
|
||||
วันพยาบาลสากล
|
||||
ลงทะเบียนบัตรสวัสดิการแห่งรัฐ
|
||||
เงินกู้
|
||||
ส้ม เช้ง สาม ช่า
|
||||
thaksin shinawatra
|
||||
ตลาดหลักทรัพย์
|
||||
วัน ที่ 2 มิถุนายน 2569 หยุด ไหม
|
||||
นักมวย
|
||||
อาฒยา ฐิติกุล
|
||||
มิสเวิลด์
|
||||
swatch x ap
|
||||
bangkok weather
|
||||
เจลีก
|
||||
ทักษิณ
|
||||
กรมการปกครอง
|
||||
ถนน
|
||||
13 พฤษภาคม 2569 วันอะไร
|
||||
happy mothers day
|
||||
ไวรัสฮันตาคือ
|
||||
roblox
|
||||
joshua van
|
||||
มายด์ ลภัสลัล
|
||||
ฟุตบอลโลก
|
||||
พี่ชายทรายสก็อต
|
||||
alex jimenez bournemouth
|
||||
วอลเลย์บอลหญิงเนชันส์ลีก
|
||||
ลำปาง
|
||||
ซาบีดา ไทยเศรษฐ์
|
||||
วันหยุด เดือนพฤษภาคม 2569
|
||||
bangkok news thailand news thailand weather bangkok weather thailand economy thai baht exchange rate bangkok traffic bts skytrain mrt bangkok suvarnabhumi airport flights thailand tourism bangkok hotels phuket travel chiang mai travel thai food near me grab thailand lazada thailand shopee thailand true dtac ais thailand bangkok post thairath khaosod thailand election thai government bank of thailand stock exchange thailand ข่าววันนี้ ข่าวด่วน กรุงเทพ อากาศวันนี้ ค่าเงินบาท
|
||||
|
||||
@@ -1,7 +1,84 @@
|
||||
evrensel
|
||||
on numara sonuçları
|
||||
kurban bayramı'na kaç gün kaldı
|
||||
starbucks
|
||||
türkiye kadın milli voleybol takımı
|
||||
alime özge k
|
||||
malatya hava durumu
|
||||
diyarbakır hava durumu
|
||||
bayram ikramiyesi ne zaman yatacak
|
||||
nefes gazetesi
|
||||
yapı kredi
|
||||
işbankası
|
||||
ulusal staj programı
|
||||
19 mayıs gençlik ve spor bayramı
|
||||
gram altın
|
||||
ihh
|
||||
1
|
||||
19 mayıs
|
||||
halk bankası
|
||||
bim aktüel 15 mayıs
|
||||
rasim ozan kütahyalı
|
||||
kazakistan
|
||||
il dışı tayin
|
||||
gamze pamuk
|
||||
tayvan
|
||||
14 mayıs
|
||||
cem özdemir
|
||||
danıştay
|
||||
okulların kapanmasına kaç gün kaldı
|
||||
gaziemir su kesintisi
|
||||
denizli haber
|
||||
13 mayıs ne günü
|
||||
hbs
|
||||
içişleri bakanlığı
|
||||
yeşil alg
|
||||
takvim gazetesi
|
||||
mehmet ceyhan
|
||||
erzurum hava durumu
|
||||
simay kurt
|
||||
galatasaray mauro icardi
|
||||
jet yakıtı
|
||||
ajay mitchell
|
||||
hüseyin kürşat kırbıyık
|
||||
samsun haber
|
||||
19 mayıs tatil mi
|
||||
cerny
|
||||
survivor
|
||||
yasak
|
||||
konya hava durumu
|
||||
pl
|
||||
premier lig puan
|
||||
nba seçmeleri
|
||||
casusluk
|
||||
fikret orman
|
||||
şebnem ferah izmir konser
|
||||
son dakika haberleri
|
||||
yatırımcı
|
||||
11 mayıs
|
||||
darwin núñez
|
||||
okullar ne zaman kapanacak
|
||||
isveç
|
||||
akşam
|
||||
happy mother's day
|
||||
çılgın sayısal loto çekilişi
|
||||
erman toroğlu
|
||||
hasat
|
||||
halk tv
|
||||
alex pereira
|
||||
istanbul namaz vakitleri
|
||||
hava durumu afyon
|
||||
kırıkkale hava durumu
|
||||
šarūnas jasikevičius
|
||||
kırşehir hava durumu
|
||||
muğla hava durumu
|
||||
hava durumu istanbul
|
||||
kredi
|
||||
12 yargı paketi ne zaman çıkacak
|
||||
ga
|
||||
ibb
|
||||
honor 600 pro 512 gb
|
||||
ibrahim tatlıses baboş
|
||||
kurban bayramı'na kaç gün kaldı
|
||||
anneler günü ne zaman
|
||||
iran son dakika
|
||||
canlı altın
|
||||
@@ -13,7 +90,6 @@ izmir deprem
|
||||
wilfried zaha
|
||||
izmir
|
||||
tüpraş
|
||||
akşam
|
||||
bakanlık
|
||||
ankara hava
|
||||
hava durumu konya
|
||||
|
||||
@@ -1,9 +1,87 @@
|
||||
diaz 鬥雞
|
||||
新聞
|
||||
屍速禁區
|
||||
李灏宇
|
||||
stephon castle
|
||||
曾峻岳
|
||||
台灣
|
||||
英雄 聯盟
|
||||
swatch ap 聯名
|
||||
ap
|
||||
2408
|
||||
2603
|
||||
2368
|
||||
6414
|
||||
2464
|
||||
溫嵐
|
||||
中國 統一
|
||||
黃金
|
||||
繁榮
|
||||
醫院
|
||||
2344
|
||||
保羅沃克
|
||||
統測
|
||||
洛杉磯 快艇
|
||||
太陽光電
|
||||
golshifteh farahani
|
||||
股息
|
||||
銀行控股公司
|
||||
三星
|
||||
世足
|
||||
3661
|
||||
3044
|
||||
4977
|
||||
吳怡農
|
||||
中國國民黨副主席
|
||||
蔡壁如
|
||||
王愛琳
|
||||
南山人壽
|
||||
apple watch 高血壓
|
||||
臺中榮民總醫院
|
||||
google 當機
|
||||
住院醫師
|
||||
google
|
||||
ajay mitchell
|
||||
lebron james
|
||||
元大金
|
||||
nba
|
||||
test
|
||||
nba score
|
||||
nba直播
|
||||
3653
|
||||
3036
|
||||
2492
|
||||
賴士葆
|
||||
3443
|
||||
3006
|
||||
股本
|
||||
星巴克 買 一 送 一
|
||||
股價
|
||||
布蘭登·費雪
|
||||
羅明才
|
||||
緯創資通
|
||||
壽司郎
|
||||
安檢
|
||||
杜金龍
|
||||
韓國 瑜
|
||||
張榮興
|
||||
歸 化
|
||||
癌
|
||||
拓元
|
||||
蔣友青
|
||||
sk海力士
|
||||
5세대 실손보험
|
||||
會考
|
||||
101登高賽
|
||||
道奇 對 勇士
|
||||
timberwolves vs spurs
|
||||
徐國勇
|
||||
chris sale
|
||||
新應材
|
||||
google fitbit air
|
||||
股東
|
||||
謝金 河
|
||||
群聯
|
||||
nba
|
||||
星巴克買一送一
|
||||
exo 演唱會
|
||||
徐懷鈺
|
||||
@@ -76,7 +154,6 @@ og anunoby
|
||||
playstation
|
||||
psy
|
||||
70歲換駕照
|
||||
台灣
|
||||
email
|
||||
林逸欣
|
||||
張宇
|
||||
@@ -121,80 +198,3 @@ hito 流行音樂獎
|
||||
王苡丞
|
||||
遊戲
|
||||
chelsea đấu với leeds
|
||||
เชลซี พบ ลีดส์
|
||||
聯發科技
|
||||
詹姆士
|
||||
田麗
|
||||
token
|
||||
兵工廠
|
||||
魔術 對 活塞
|
||||
arsenal đấu với newcastle
|
||||
t.o.p.
|
||||
吸血鬼爬行者
|
||||
足總盃
|
||||
arsenal vs newcastle
|
||||
man city đấu với southampton
|
||||
消費券
|
||||
6187
|
||||
cpo概念股
|
||||
anaheim
|
||||
iu
|
||||
山口智子
|
||||
蔡依珊
|
||||
林岱安
|
||||
michael jackson 電影
|
||||
行動電源
|
||||
地震
|
||||
地震速報
|
||||
宋祖兒
|
||||
porter
|
||||
謝京穎
|
||||
德州儀器
|
||||
台新綜合證券
|
||||
希臘
|
||||
費城半導體
|
||||
mrvl
|
||||
狄鶯
|
||||
三星罷工
|
||||
00981a
|
||||
馬斯克
|
||||
辛耘
|
||||
宏碁股價
|
||||
0056
|
||||
2330
|
||||
雷霆 對 太陽
|
||||
0050股價
|
||||
006208
|
||||
景碩
|
||||
女警陳芊雯
|
||||
廢死聯盟
|
||||
西甲
|
||||
台灣積體電路製造
|
||||
高頻寬 記憶 體
|
||||
戴奧辛
|
||||
3665
|
||||
宋晟睿
|
||||
黃 甘霖
|
||||
劉家翔
|
||||
王耿豪
|
||||
王勝偉
|
||||
009816
|
||||
thời tiết ngày mai
|
||||
明天的天氣
|
||||
總部
|
||||
美光科技
|
||||
cpbl
|
||||
中華職棒
|
||||
中職
|
||||
黃甘霖
|
||||
6147
|
||||
earth day
|
||||
陳哲遠
|
||||
台鐵
|
||||
斯普拉遁 塗擊隊
|
||||
麥可傑克森
|
||||
神將彩券行
|
||||
米可白
|
||||
洪敬堯
|
||||
華邦電子
|
||||
柔美的細胞小將 3
|
||||
|
||||
@@ -1,3 +1,79 @@
|
||||
daily record
|
||||
noah price
|
||||
b
|
||||
on
|
||||
ban vs pak
|
||||
restaurant
|
||||
timothee chalamet
|
||||
timberwolves vs spurs
|
||||
backrooms movie
|
||||
ap swatch watch
|
||||
randal kolo muani
|
||||
inquest
|
||||
james
|
||||
wade
|
||||
fa cup
|
||||
amazon driver cat theft elland
|
||||
simon dutton most wanted
|
||||
new dinosaur species
|
||||
ducks vs golden knights
|
||||
connections hint
|
||||
rs-28 sarmat
|
||||
jensen huang
|
||||
eric morecambe
|
||||
shabana mahmood
|
||||
sco vs usa
|
||||
p&o cruises
|
||||
nintendo switch 2
|
||||
scarlett johansson
|
||||
cuba
|
||||
belfast weather
|
||||
ted lasso
|
||||
weather liverpool
|
||||
met weather
|
||||
chongqing
|
||||
air india
|
||||
sydney sweeney
|
||||
met office weather
|
||||
golden knights vs ducks
|
||||
e
|
||||
sally nugent
|
||||
north korea
|
||||
audi q9
|
||||
ajay mitchell
|
||||
lebron james
|
||||
st johns
|
||||
st paulo
|
||||
strands hint
|
||||
rod stewart remarks on king
|
||||
rachel steven mafs australia
|
||||
mental health awareness week
|
||||
ushuaia
|
||||
mary berry bafta fellowship
|
||||
moroccan military us soldier recovery
|
||||
olivia rodrigo
|
||||
bet 365
|
||||
zack polanski ministry of justice
|
||||
weather manchester
|
||||
nationwide
|
||||
nrl
|
||||
wordle answer today
|
||||
tristan da cunha
|
||||
state pension
|
||||
arman tsarukyan
|
||||
cricinfo
|
||||
people's postcode lottery
|
||||
myanmar
|
||||
nurseries
|
||||
fitbit air tracker
|
||||
national lottery results
|
||||
sports
|
||||
betway
|
||||
natwest
|
||||
taxi
|
||||
ps5
|
||||
wwe backlash 2026
|
||||
darwin nunez
|
||||
pga tour
|
||||
reform policies 2026
|
||||
iplayer
|
||||
@@ -12,7 +88,6 @@ 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
|
||||
@@ -40,24 +115,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 +140,6 @@ mark allen snooker delay
|
||||
accuweather
|
||||
severn trent water
|
||||
yorkshire water
|
||||
met office weather
|
||||
rangers f.c.
|
||||
anglian water
|
||||
edinburgh weather
|
||||
@@ -129,72 +198,3 @@ stock market
|
||||
napoli
|
||||
alex de minaur
|
||||
tigers vs hull fc
|
||||
edinburgh vs sharks
|
||||
mark williams snooker
|
||||
alex sinclair israeli police detention
|
||||
st. johnstone vs raith rovers
|
||||
mo farah
|
||||
newcastle vs bristol
|
||||
tbilisi
|
||||
connor storrie
|
||||
georgia
|
||||
stephen bunting
|
||||
great british menu 2026
|
||||
ravi eastenders
|
||||
salford city fc
|
||||
national grid
|
||||
mass effect
|
||||
salford city vs bromley
|
||||
real salt lake vs inter miami
|
||||
provinces of the pantheon
|
||||
mls
|
||||
russell brand
|
||||
john phelan
|
||||
hung cao
|
||||
pistons vs magic
|
||||
jerry bruckheimer
|
||||
st. george's day
|
||||
asiago
|
||||
framework laptop 13 pro
|
||||
boro
|
||||
interactive investor
|
||||
mint
|
||||
believe me itv
|
||||
amanda bynes
|
||||
strasbourg vs nice
|
||||
chase bank
|
||||
jak jones
|
||||
chase
|
||||
rodri
|
||||
christopher trybus
|
||||
lsg vs rr
|
||||
pension
|
||||
hebden bridge
|
||||
sandra bullock practical magic
|
||||
rolls-royce share price drop
|
||||
invincible season 5
|
||||
josé mourinho
|
||||
chris wakelin
|
||||
jimmy bullard adam thomas
|
||||
aer lingus flight cancellations
|
||||
sam west
|
||||
oxford united
|
||||
liam delap
|
||||
wba
|
||||
реал мадрид – алавес
|
||||
coppa italia
|
||||
girona vs real betis
|
||||
marcus rashford
|
||||
الريال ضد ألافيس
|
||||
supreme leader of iran
|
||||
oscar isaac
|
||||
xrp ledger
|
||||
pablo
|
||||
is tane leaving home and away
|
||||
julie andrews
|
||||
danny boyle
|
||||
nina eastenders
|
||||
john stones
|
||||
amazon vega os fire tv
|
||||
porto vs tondela
|
||||
santos vs fluminense
|
||||
|
||||
@@ -1,3 +1,80 @@
|
||||
new york times
|
||||
terry stotts warriors departure
|
||||
laptop
|
||||
ucla softball game today
|
||||
nathan lane
|
||||
lorde
|
||||
arnold allen
|
||||
strong acid subnautica 2
|
||||
lluvia
|
||||
bitcoin
|
||||
kospi
|
||||
idris elba
|
||||
famous basketball players
|
||||
outlander finale
|
||||
billboard top 100
|
||||
usc baseball
|
||||
tanner scott
|
||||
dodger standings
|
||||
elle kennedy
|
||||
super mario galaxy movie boxoffice
|
||||
jill kargman
|
||||
gta 6 pre order
|
||||
icc
|
||||
star citizen
|
||||
习近平
|
||||
fifa world cup 2026
|
||||
ca lottery
|
||||
jaire alexander
|
||||
bernadette peters
|
||||
spokane weather
|
||||
ashley judd
|
||||
jg quintel
|
||||
michael rapaport
|
||||
mookie betts
|
||||
giants game today
|
||||
shea langeliers
|
||||
iran missiles
|
||||
sf giants
|
||||
kash patel fbi director
|
||||
nba playoffs bracket
|
||||
warriors
|
||||
skip bayless
|
||||
nba free agents 2026
|
||||
michael jordan
|
||||
nba finals
|
||||
lakers box score
|
||||
hachimura
|
||||
nba mvp
|
||||
nba live
|
||||
dram stock
|
||||
the boys season 5 episode 7
|
||||
united flight 579 diversion
|
||||
homicide
|
||||
frontier airlines hits person
|
||||
weather forecast texas
|
||||
tim burton
|
||||
alfredo adame
|
||||
seven
|
||||
priyanka chopra
|
||||
russia ukraine war
|
||||
julio cesar chavez
|
||||
ufc post fight press conference
|
||||
apac
|
||||
tenerife
|
||||
aipac
|
||||
white house card ufc
|
||||
terence crawford
|
||||
humberto cruz
|
||||
neymar
|
||||
canelo álvarez
|
||||
kendrick lamar
|
||||
ben affleck
|
||||
la county fair 2026
|
||||
mark zuckerberg
|
||||
yaroslav amosov
|
||||
udonis haslem
|
||||
xiaodi you
|
||||
jennifer meyer
|
||||
alexander volkov
|
||||
pablo escobar
|
||||
@@ -14,7 +91,6 @@ ronda rousey
|
||||
love island
|
||||
mississippi tornado warning
|
||||
sean manaea
|
||||
priyanka chopra
|
||||
chris stapleton
|
||||
trump's hands
|
||||
ca governor race polls
|
||||
@@ -29,7 +105,6 @@ samsung stock
|
||||
heather watson
|
||||
los angeles angels
|
||||
chris brown
|
||||
nathan lane
|
||||
jaafar jackson met gala 2026
|
||||
rachel zegler
|
||||
amanda bynes
|
||||
@@ -51,7 +126,6 @@ floyd mayweather
|
||||
wsl
|
||||
whitecaps - la galaxy
|
||||
air jordan 11 space jam
|
||||
julio cesar chavez
|
||||
budapest
|
||||
usyk
|
||||
dmitry bivol
|
||||
@@ -85,7 +159,6 @@ jack eichel
|
||||
apple iphone 18 pro max
|
||||
lena dunham
|
||||
vegas knights
|
||||
skip bayless
|
||||
acura
|
||||
qatar airways
|
||||
charles barkley
|
||||
@@ -125,76 +198,3 @@ corinthians vs vasco
|
||||
christian walker
|
||||
where to watch new york yankees vs houston astros
|
||||
gladiator ii
|
||||
hurricanes vs senators
|
||||
jalen duren
|
||||
keegan akin
|
||||
billy schrauth
|
||||
caleb durbin
|
||||
thunder vs suns
|
||||
max bredeson
|
||||
wednesday, season 3
|
||||
demonte capehart
|
||||
karoline leavitt maternity leave
|
||||
alex de minaur
|
||||
rafael jodar
|
||||
adam levine face
|
||||
howard frankland bridge
|
||||
vibrio vulnificus new york waters
|
||||
stade brestois - lens
|
||||
moustapha thiam
|
||||
us asylum seeker border reopening
|
||||
sunderland vs nottm forest
|
||||
leicester city vs millwall
|
||||
brandon marsh
|
||||
psv vs pec zwolle
|
||||
daniel merida aguilar
|
||||
william byron
|
||||
eve plumb
|
||||
mall of louisiana
|
||||
real oviedo vs villarreal
|
||||
real oviedo - villarreal
|
||||
call of duty: black ops 7
|
||||
tarik skubal
|
||||
cubs game today
|
||||
mike repole
|
||||
okc thunder
|
||||
atlanta braves
|
||||
mlb scores today
|
||||
braves standings
|
||||
kevin mckidd
|
||||
dan vladar
|
||||
mls standings
|
||||
dodgers - giants
|
||||
jon ossoff
|
||||
ozzy survivor
|
||||
braves score
|
||||
washington nationals
|
||||
alex bregman
|
||||
peter lambert
|
||||
darrell sheets
|
||||
ludwig kaiser
|
||||
edina shooting
|
||||
atalanta - lazio
|
||||
barcelona vs celta vigo
|
||||
rivian r2
|
||||
pick 4
|
||||
aoc
|
||||
cleveland browns
|
||||
nintendo switch gamecube games
|
||||
lsg vs rr
|
||||
spirit
|
||||
atlanta fire
|
||||
deshaun watson
|
||||
good morning america
|
||||
pittsburgh
|
||||
strands answers
|
||||
scientist
|
||||
mark cuban pharmacy
|
||||
inter milan
|
||||
lens vs toulouse
|
||||
david james
|
||||
andy weir
|
||||
noah kahan tiny desk concert
|
||||
jennifer garner 54th birthday photos
|
||||
troy baker
|
||||
real madrid - alavés
|
||||
|
||||
@@ -1,3 +1,82 @@
|
||||
擎天崗
|
||||
mưa đá
|
||||
bh media
|
||||
timberwolves vs spurs
|
||||
đá hoài ân
|
||||
quyền linh
|
||||
phòng cháy chữa cháy
|
||||
cặp đôi
|
||||
thuế quan
|
||||
kim thư
|
||||
cảnh sát giao thông
|
||||
cổ tức
|
||||
trần ngọc vàng
|
||||
trung nam hải
|
||||
bạc
|
||||
ngược đường ngược nắng tập 28
|
||||
sun group
|
||||
nam nha trang
|
||||
sói lửa
|
||||
đánh giá năng lực tphcm
|
||||
cướp
|
||||
ca sĩ
|
||||
pin điện
|
||||
gia ca phe hom nay
|
||||
dầu mỏ
|
||||
kevin warsh
|
||||
nga
|
||||
xe đầu kéo
|
||||
dương hoàng yến
|
||||
mb bank
|
||||
tàu chở dầu
|
||||
giải bóng đá vô địch quốc gia việt nam
|
||||
phương tiện bay không người lái
|
||||
công ty tnhh cây xanh công minh
|
||||
mourinho
|
||||
mỹ phẩm
|
||||
thanh niên
|
||||
mười hai con giáp
|
||||
chiến lược
|
||||
đèn giao thông
|
||||
ukraina
|
||||
chết
|
||||
bộ quốc phòng
|
||||
abc
|
||||
đi bộ
|
||||
hàn quốc
|
||||
lakers
|
||||
sân vận động thiên trường
|
||||
eileen wang
|
||||
cổ đông
|
||||
cháy quán karaoke
|
||||
phường rạch dừa
|
||||
psi scott
|
||||
lisa
|
||||
cổ phiếu
|
||||
trợ cấp
|
||||
hồ ngọc hà
|
||||
ngọc trinh
|
||||
lê huỳnh bảo ngọc
|
||||
mỹ tâm
|
||||
tập đoàn fpt
|
||||
giải vđqg nhật bản
|
||||
quần đảo trường sa
|
||||
câu lạc bộ bóng đá bournemouth
|
||||
bị điện giật
|
||||
neymar
|
||||
joshua van
|
||||
happy mother's day
|
||||
tập đoàn đức long gia lai
|
||||
khoáng sản
|
||||
đại tá
|
||||
cristiano ronaldo jr
|
||||
u17 việt
|
||||
bách hóa xanh
|
||||
nga ukraine
|
||||
nghệ
|
||||
câu lạc bộ bóng đá west ham united
|
||||
9 tháng 5
|
||||
thực phẩm
|
||||
công an thành phố cần thơ
|
||||
strasbourg đấu với rayo
|
||||
crystal palace đấu với shakhtar
|
||||
@@ -21,7 +100,6 @@ 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
|
||||
@@ -120,81 +198,3 @@ juventus
|
||||
milan đấu với juventus
|
||||
villarreal đấu với celta
|
||||
osasuna vs sevilla
|
||||
galatasaray
|
||||
michael jackson
|
||||
sevilla
|
||||
polymarket
|
||||
mật ngữ kỷ
|
||||
osasuna đấu với sevilla
|
||||
atlético madrid đấu với ath. bilbao
|
||||
erling haaland
|
||||
lịch thi đấu man city
|
||||
toulouse đấu với monaco
|
||||
mc vs
|
||||
đông anh
|
||||
al ahli
|
||||
man city
|
||||
chung cư
|
||||
napoli
|
||||
sunderland đấu với nottm forest
|
||||
betis đấu với real madrid
|
||||
napoli đấu với cremonese
|
||||
leipzig đấu với union berlin
|
||||
sunderland
|
||||
mẫu iphone 18
|
||||
oppo find x9 ultra
|
||||
xem phim
|
||||
andoni iraola
|
||||
stuttgart đấu với freiburg
|
||||
levante – sevilla
|
||||
giao dịch tài chính
|
||||
rayo đấu với espanyol
|
||||
levante đấu với sevilla
|
||||
bong ma hanh phuc
|
||||
aryna sabalenka
|
||||
mason nguyễn
|
||||
marcus rashford
|
||||
hà nội
|
||||
salt lake đấu với inter miami
|
||||
hung cao
|
||||
neymar
|
||||
cầu phú mỹ
|
||||
nhac
|
||||
wordle
|
||||
날씨
|
||||
giá cà phê hôm nay
|
||||
premier league standings
|
||||
mls
|
||||
phạm nhật vượng
|
||||
cristiano roland
|
||||
burnley vs man city
|
||||
bayern munich
|
||||
atalanta đấu với lazio
|
||||
barcelona đấu với celta
|
||||
psg – nantes
|
||||
leverkusen đấu với bayern
|
||||
elche – atlético madrid
|
||||
bryan mbeumo
|
||||
al nasr
|
||||
trực tiếp bóng đá hôm nay
|
||||
vtv3
|
||||
vtv3 trực tiếp
|
||||
tv
|
||||
vtv
|
||||
vtv6
|
||||
360
|
||||
lê khánh
|
||||
ô tô
|
||||
lê phương
|
||||
trực tiếp bóng đá u17 hôm nay
|
||||
inter milan
|
||||
chelsea
|
||||
girona đấu với betis
|
||||
real madrid đấu với alavés
|
||||
brighton vs chelsea
|
||||
brighton đấu với chelsea
|
||||
ath. bilbao đấu với osasuna
|
||||
pep guardiola
|
||||
zelvia đấu với shabab al-ahli
|
||||
cầu thủ
|
||||
lecce vs fiorentina
|
||||
|
||||
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/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://u.ae/",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://gulfnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://www.khaleejtimes.com/",
|
||||
"https://www.centralbank.ae/",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://www.thenationalnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://u.ae/",
|
||||
"https://www.centralbank.ae/",
|
||||
"https://gulfnews.com/",
|
||||
"https://www.khaleejtimes.com/",
|
||||
"https://www.thenationalnews.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-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.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.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.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://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-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/wa-budget-how-to-claim-cost-of-living-relief/106657878",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.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.woolworths.com.au/",
|
||||
"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.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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://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-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-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-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://my.gov.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-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-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.seek.com.au/"
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.coles.com.au/",
|
||||
"https://www.ato.gov.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://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.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-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-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.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.bunnings.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-08/teens-jailed-over-largest-cocaine-bust/106658618"
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.coles.com.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.abc.net.au/news/2026-05-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.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.coles.com.au/",
|
||||
"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.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.commbank.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.coles.com.au/"
|
||||
"https://www.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://www.abc.net.au/news/2026-05-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://my.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.abc.net.au/news/2026-05-16/fury-over-easements-for-inundation-bill/106682636",
|
||||
"https://www.abc.net.au/news/2026-05-16/narendra-modi-india-bharatiya-janata-party-win-influence/106651922",
|
||||
"https://www.abc.net.au/news/2026-05-16/israel-targets-hamas-leader-kills-seven-palestinians/106687730",
|
||||
"https://www.amazon.com.au/",
|
||||
"https://www.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.abc.net.au/news/2026-05-16/car-linked-to-shooting-spotted-at-sa-prison/106687838",
|
||||
"https://www.abc.net.au/news/2026-05-16/nrl-live-updates-tigers-sea-eagles-roosters-cowboys-eels-storm/106683340",
|
||||
"https://www.seek.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/scottish-fa-referee-police-protection-celtic-penalty-threats/106687974",
|
||||
"https://www.abc.net.au/news/2026-05-16/northern-territory-clp-rush-drastic-child-protection-law-changes/106679066",
|
||||
"https://www.ato.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-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-16/first-nations-father-teaches-gudjal-language-to-his-sons/106614780",
|
||||
"https://www.abc.net.au/news/2026-05-16/albanese-government-response-to-gambling-ad-inquiry-criticised/106684848",
|
||||
"https://www.bunnings.com.au/",
|
||||
"https://www.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.coles.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/farmers-left-in-limbo-as-100m-in-inland-rail-land-sits-idle/106682610",
|
||||
"https://www.abc.net.au/news/2026-05-16/eurovision-2026-where-to-watch-how-to-vote-delta-goodrem/106682798",
|
||||
"https://www.abc.net.au/news/2026-05-16/couple-devastated-after-house-fire-dogs-lost-sa/106669264",
|
||||
"https://www.woolworths.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/golf-scottle-scheffler-slams-pin-positions-pga-championship/106687684",
|
||||
"https://my.gov.au/",
|
||||
"https://www.bom.gov.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/nt-man-arrested-tennant-creek-alleged-stabbing-of-sleeping-man/106687954",
|
||||
"https://www.realestate.com.au/",
|
||||
"https://www.abc.net.au/news/2026-05-16/afl-round-10-crows-roos-demons-hawks-blues-bulldogs-live-blog/106687692",
|
||||
"https://www.commbank.com.au/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://my.gov.au/",
|
||||
|
||||
@@ -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/noab-hikes-newspaper-price-tk-2-jul-25-3076201",
|
||||
"https://www.thedailystar.net/news/bangladesh/politics/news/ecs-dialogue-parties-runs-snag-3075346",
|
||||
"https://www.thedailystar.net/",
|
||||
"https://bangladesh.gov.bd/",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/wasfia-first-bangladeshi-conquer-k2-3076981",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/need-1-week-assess-situation-3076976",
|
||||
"https://www.thedailystar.net/youth/education/campus/news/cu-admin-identifies-2-molesters-3076956",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/you-cannot-remain-silent-3076231",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/yet-start-mega-projects-consider-putting-them-hold-3076221",
|
||||
"https://www.bdnews24.com/",
|
||||
"https://www.bb.org.bd/",
|
||||
"https://www.thedailystar.net/news/bangladesh/news/power-crisis-may-worsen-3075341",
|
||||
"https://www.thedailystar.net/news/bangladesh/crime-justice/news/cu-sexual-assault-fingers-pointed-bcl-men-3076216",
|
||||
"https://www.thedailystar.net/rohingya-influx/news/rohingya-genocide-case-proceed-3076971",
|
||||
"https://www.prothomalo.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://bangladesh.gov.bd/",
|
||||
"https://www.bb.org.bd/",
|
||||
"https://www.thedailystar.net/",
|
||||
"https://www.prothomalo.com/",
|
||||
"https://www.bdnews24.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cbc.ca/news/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.theweathernetwork.com/ca",
|
||||
"https://www.td.com/",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.rbcroyalbank.com/",
|
||||
"https://www.cbc.ca/news/politics/order-of-canada-terminations-9.7201491?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/canada/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.cbc.ca/news/world/trump-xi-china-summit-analysis-9.7201162?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/saskatchewan/sask-may-long-weekend-weather-warning-9.7201543?cmp=rss",
|
||||
"https://www.canada.ca/en.html",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.cbc.ca/news/entertainment/drake-mohabir-ice-projection-9.7201638?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/us-lee-gilley-toronto-flight-italy-9.7199144?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/kars4kids-ad-banned-false-advertising-9.7201634?cmp=rss",
|
||||
"https://www.utoronto.ca/",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/police-vehicle-ramming-crash-vancouver-west-end-9.7200915?cmp=rss",
|
||||
"https://www.td.com/",
|
||||
"https://www.cbc.ca/news/politics/carney-smith-energy-announcement-mou-9.7200652?cmp=rss",
|
||||
"https://www.cbc.ca/news/health/hantavirus-ontario-testing-9.7201203?cmp=rss",
|
||||
"https://www.cbc.ca/news/entertainment/harvey-weinstein-rape-trial-mistrial-new-york-9.7201187?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/bc-attorney-general-intimate-partner-violence-9.7201972?cmp=rss",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/politics/military-information-operation-covid-19-9.7199707?cmp=rss",
|
||||
"https://www.cbc.ca/news/indigenous/itac-itbc-indigenous-tourism-9.7201224?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/israel-lebanon-ceasefire-9.7201450?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/windsor/gordie-howe-bridge-opening-negotiations-trump-windsor-detroit-9.7201921?cmp=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.canada.ca/en.html",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.rbcroyalbank.com/",
|
||||
"https://www.theweathernetwork.com/ca",
|
||||
"https://www.amazon.ca/",
|
||||
"https://www.cbc.ca/news/world/trump-xi-china-summit-analysis-9.7201162?cmp=rss",
|
||||
"https://www.cra-arc.gc.ca/",
|
||||
"https://www.cbc.ca/news/canada/saskatchewan/sask-may-long-weekend-weather-warning-9.7201543?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/carney-smith-energy-announcement-mou-9.7200652?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/military-information-operation-covid-19-9.7199707?cmp=rss",
|
||||
"https://www.cbc.ca/news/politics/order-of-canada-terminations-9.7201491?cmp=rss",
|
||||
"https://www.cbc.ca/news/entertainment/drake-mohabir-ice-projection-9.7201638?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/kars4kids-ad-banned-false-advertising-9.7201634?cmp=rss",
|
||||
"https://www.canadapost-postescanada.ca/",
|
||||
"https://www.cbc.ca/news/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/entertainment/harvey-weinstein-rape-trial-mistrial-new-york-9.7201187?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/british-columbia/police-vehicle-ramming-crash-vancouver-west-end-9.7200915?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/british-columbia/bc-attorney-general-intimate-partner-violence-9.7201972?cmp=rss",
|
||||
"https://www.td.com/",
|
||||
"https://www.cbc.ca/news/health/hantavirus-ontario-testing-9.7201203?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/us-lee-gilley-toronto-flight-italy-9.7199144?cmp=rss",
|
||||
"https://www.cbc.ca/news/canada/windsor/gordie-howe-bridge-opening-negotiations-trump-windsor-detroit-9.7201921?cmp=rss",
|
||||
"https://www.cbc.ca/news/indigenous/itac-itbc-indigenous-tourism-9.7201224?cmp=rss",
|
||||
"https://www.cbc.ca/news/world/israel-lebanon-ceasefire-9.7201450?cmp=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.canada.ca/en.html",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-104.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.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/ausland/asien/china-treffen-trump-xi-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.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.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/inland/innenpolitik/bundeswehr-wehrdienst-frageboegen-100.html",
|
||||
"https://www.sparkasse.de/"
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.sparkasse.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.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.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.dwd.de/",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.tagesschau.de/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/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.stepstone.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.tagesschau.de/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.amazon.de/",
|
||||
"https://www.tum.de/",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.spiegel.de/",
|
||||
"https://www.tagesschau.de/wirtschaft/verbraucher/google-bewertungen-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.bahn.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/hantavirus-kreuzfahrtschiff-102.html",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.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.bahn.de/",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tum.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html",
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/inland/gesellschaft/aerztemangel-178.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-usa-zoelle-eu-100.html"
|
||||
"https://www.ebay.de/",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.arbeitsagentur.de/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.sparkasse.de/",
|
||||
"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.dwd.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/trump-taiwan-waffenverkauf-100.html",
|
||||
"https://www.tagesschau.de/ausland/europa/migrationszahlen-eu-100.html",
|
||||
"https://www.edeka.de/",
|
||||
"https://www.amazon.de/",
|
||||
"https://www.tagesschau.de/ausland/amerika/bolivien-unruhen-proteste-102.html",
|
||||
"https://www.tagesschau.de/investigativ/ndr-wdr/pfas-chemikalien-medikamente-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/finanzen/marktberichte/wohnungsbaukrise-100.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/warsh-fed-trump-zinsen-100.html",
|
||||
"https://www.rewe.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-treffen-trump-xi-100.html",
|
||||
"https://www.arbeitsagentur.de/",
|
||||
"https://www.immobilienscout24.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/usa-iran-strasse-von-hormus-102.html"
|
||||
"https://www.obi.de/",
|
||||
"https://www.tagesschau.de/ausland/trump-china-reise-102.html",
|
||||
"https://www.tagesschau.de/wirtschaft/weltwirtschaft/afrika-raffinerie-dangote-100.html",
|
||||
"https://www.tagesschau.de/wissen/gesundheit/neugeborenen-screening-100.html",
|
||||
"https://www.bundesregierung.de/",
|
||||
"https://www.sparkasse.de/",
|
||||
"https://www.tagesschau.de/ausland/waffenruhe-libanon-gespraeche-israel-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/merz-trump-128.html",
|
||||
"https://www.tagesschau.de/wissen/polarstern-klimaforscher-druck-100.html",
|
||||
"https://www.dwd.de/",
|
||||
"https://www.tagesschau.de/ausland/asien/china-usa-abschluss-gipfel-100.html",
|
||||
"https://www.tagesschau.de/ausland/amerika/peptide-usa-schoenheit-100.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.bundesregierung.de/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://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://elpais.com/espana/madrid/2026-05-15/5-planes-gratis-en-madrid-del-15-al-22-de-mayo-un-desfile-de-coches-de-epoca-y-el-dia-de-los-museos.html",
|
||||
"https://elpais.com/ideas/2026-05-13/rasputin-el-monje-curandero-que-fascino-a-los-zares-y-abrio-la-puerta-al-fin-del-imperio-ruso.html",
|
||||
"https://cincodias.elpais.com/companias/2026-05-16/la-guerra-amenaza-a-las-empresas-del-private-equity-con-exceso-de-deuda-tras-los-casos-de-pronovias-goiko-y-amara.html",
|
||||
"https://www.zara.com/es/",
|
||||
"https://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/espana/galicia/2026-05-16/la-hibernacion-del-pazo-de-meiras-salas-prohibidas-a-la-espera-de-un-plan-de-consenso-que-no-llega.html",
|
||||
"https://elpais.com/babelia/2026-05-16/la-hora-del-cuento.html",
|
||||
"https://elpais.com/eps/2026-05-14/claves-para-salir-del-bucle-mental-y-empezar-a-vivir.html",
|
||||
"https://administracion.gob.es/",
|
||||
"https://elpais.com/tecnologia/2026-05-15/sam-altman-es-mentiroso-o-musk-un-celoso-el-gran-juicio-de-la-ia-queda-visto-para-sentencia.html",
|
||||
"https://www.amazon.es/",
|
||||
"https://elpais.com/espana/catalunya/2026-05-16/comuns-exige-a-illa-destinar-650-millones-de-euros-mas-para-politicas-de-vivienda-en-los-presupuestos.html",
|
||||
"https://www.renfe.com/",
|
||||
"https://elpais.com/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://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/internacional/2026-05-16/el-sector-petrolero-de-iran-resiste-la-presion-por-el-cierre-estadounidense-de-ormuz.html",
|
||||
"https://www.agenciatributaria.es/",
|
||||
"https://elpais.com/tecnologia/2026-05-15/carissa-veliz-filosofa-la-ia-presenta-las-predicciones-como-hechos-y-eso-tiene-implicaciones-eticas-profundas.html",
|
||||
"https://www.santander.es/",
|
||||
"https://elpais.com/planeta-futuro/2026-05-13/el-alivio-imposible-de-los-pacientes-quemados-durante-los-ataques-en-gazano-entra-nada-desde-enero-estamos-asfixiados.html",
|
||||
"https://elpais.com/cultura/2026-05-15/shakira-presenta-dai-dai-la-cancion-oficial-del-mundial-con-mencion-a-espana-y-a-iniesta-este-va-a-ser-mi-cuarto-el-mas-especial.html",
|
||||
"https://elpais.com/sociedad/lgtb/2026-05-16/el-asesinato-de-sonia-rescalvo-la-mujer-trans-que-puso-nombre-a-los-delitos-de-odio-en-espana-nos-obligo-a-entender-que-hay-violencias-que-no-son-neutras.html",
|
||||
"https://elpais.com/economia/2026-05-16/la-ia-entra-en-la-maleta-con-cautela-la-uso-pero-para-organizar-viajes-largos-prefiero-un-profesional.html",
|
||||
"https://elpais.com/cultura/2026-05-11/aparece-en-paises-bajos-un-cuadro-robado-por-los-nazis-al-coleccionista-judio-goudstikker.html",
|
||||
"https://www.elcorteingles.es/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://administracion.gob.es/",
|
||||
|
||||
@@ -8,27 +8,27 @@
|
||||
},
|
||||
"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.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-de-l-argent-europ%C3%A9en-pour-acheter-am%C3%A9ricain-le-r%C3%A9armement-de-l-union-europ%C3%A9enne-est-enclench%C3%A9",
|
||||
"https://www.amazon.fr/",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-450-millions-d-europ%C3%A9ens-l-union-europ%C3%A9enne-investit-elle-pour-ses-citoyens-version-int%C3%A9grale",
|
||||
"https://www.france24.com/fr/%C3%A9missions/journal-de-l-afrique/20260515-madagascar-les-concertations-nationales-sur-la-refondation-d%C3%A9buteront-le-3-juin",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260515-roukiata-ouedraogo-black-tax-identit%C3%A9-diaspora-le-rire-comme-miroir-des-africains",
|
||||
"https://www.france24.com/fr/%C3%A9missions/info-ou-intox/20260515-la-crise-de-l-hantavirus-une-gigantesque-mise-en-sc%C3%A8ne-de-l-espagne-intox",
|
||||
"https://www.sorbonne-universite.fr/",
|
||||
"https://www.france24.com/fr/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.france24.com/fr/culture/20260515-festival-de-cannes-palme-d-or-d-honneur-pour-john-travolta-ic%C3%B4ne-du-cool-hollywoodien",
|
||||
"https://www.france24.com/fr/%C3%A9missions/au-c%C5%93ur-de-l-info-l-invit%C3%A9/20260515-marc-julienne-le-r%C3%A9%C3%A9quilibrage-du-rapport-avec-les-etats-unis-c-est-un-tour-de-force-de-la-chine",
|
||||
"https://www.france24.com/fr/europe/20260515-roi-suisse-autoproclame-jonas-lauwiner-terrains-proprietes",
|
||||
"https://www.france24.com/fr/france/20260515-affaire-patrick-bruel-animatrice-flavie-flament-accuse-de-viol-et-annonce-porter-plainte",
|
||||
"https://www.cdiscount.com/",
|
||||
"https://www.france24.com/fr/afrique/20260507-comment-industrie-pharmaceutique-indienne-alimente-crise-opio%C3%AFdes-afrique-ouest-sierra-leone-cote-d-ivoire-senegal-ghana-nigeria",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-450-millions-d-europ%C3%A9ens-l-union-europ%C3%A9enne-investit-elle-pour-ses-citoyens-version-courte",
|
||||
"https://www.france24.com/fr/%C3%A9missions/ici-l-europe/20260515-l-europe-quelle-puissance-g%C3%A9opolitique-version-courte",
|
||||
"https://www.sncf.com/",
|
||||
"https://www.france24.com/fr/vid%C3%A9o/20260515-ukraine-un-convoi-de-l-onu-pris-pour-cible-par-des-drones",
|
||||
"https://www.credit-agricole.fr/",
|
||||
"https://www.france24.com/fr/moyen-orient/20260515-en-direct-moyen-orient-iran-donald-trump-perdre-patience-liban-israel-ormuz",
|
||||
"https://www.france24.com/fr/%C3%A9missions/actuelles/20260515-faire-ou-ne-pas-faire-d-enfants-telle-est-la-question",
|
||||
"https://www.france24.com/fr/moyen-orient/20260516-moyen-orient-direct-cessez-le-feu-liban-isra%C3%ABl-frappes-iran-trump-etats-unis",
|
||||
"https://www.service-public.fr/"
|
||||
],
|
||||
"static_urls": [
|
||||
|
||||
@@ -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://hk.news.yahoo.com/%E5%A4%A7%E9%B3%B4%E5%A4%A7%E6%94%BE-%E7%9B%A7%E5%AF%B5%E8%8C%82%E6%8C%87%E7%9C%8B%E9%96%80%E8%97%A5%E5%B0%91%E4%BA%86%E4%BA%BA%E5%8F%96-%E8%AA%8D%E7%82%BA%E5%8F%AF%E6%B8%9B%E5%B0%91%E6%B5%AA%E8%B2%BB-%E6%A5%8A%E4%BD%A9%E8%A9%A9%E5%A0%B1%E9%81%93-231456456.html",
|
||||
"https://hk.news.yahoo.com/m-%E5%8D%9A%E7%89%A9%E9%A4%A8%E8%88%87%E5%B7%B4%E9%BB%8E%E9%BE%90%E6%AF%94%E5%BA%A6%E8%97%9D%E8%A1%93%E4%B8%AD%E5%BF%83%E9%81%94%E6%88%90%E9%95%B7%E6%9C%9F%E5%90%88%E4%BD%9C-112426881.html",
|
||||
"https://www.gov.hk/",
|
||||
"https://hk.news.yahoo.com/%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://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://www.hktvmall.com/",
|
||||
"https://hk.news.yahoo.com/%E5%A4%A9%E6%B0%B4%E5%9C%8D%E5%A5%B3%E9%90%B5%E9%A8%8E%E5%A3%AB%E6%92%9E%E8%B2%A8%E8%BB%8A%E5%BE%8C%E6%98%8F%E8%BF%B7%E9%80%81%E9%99%A2-145530545.html",
|
||||
"https://hk.news.yahoo.com/%E5%8A%A0%E6%8B%BF%E5%A4%A7%E6%93%AC%E5%BB%BA%E6%96%B0%E6%B2%B9%E7%AE%A1-%E7%9B%BC%E6%93%B4%E5%A4%A7%E5%B0%8D%E4%BA%9E%E6%B4%B2%E5%8E%9F%E6%B2%B9%E5%87%BA%E5%8F%A3-043501508.html",
|
||||
"https://hk.news.yahoo.com/%E6%97%85%E7%99%BC%E5%B1%80-4%E6%9C%88%E8%A8%AA%E6%B8%AF%E6%97%85%E5%AE%A2%E4%BA%BA%E6%AC%A1%E7%B4%84422%E8%90%AC-%E6%8C%89%E5%B9%B4%E5%8D%87-%E6%88%90-051625724.html",
|
||||
"https://hk.news.yahoo.com/%E8%91%89%E5%8A%89%E6%B7%91%E5%84%80-%E4%B8%AD%E7%BE%8E%E5%85%83%E9%A6%96%E6%9C%83%E9%9D%A2%E6%9C%89%E5%8A%A9%E7%A9%A9%E5%AE%9A%E5%85%A9%E5%9C%8B%E9%97%9C%E4%BF%82-023123226.html",
|
||||
"https://hk.news.yahoo.com/%E9%9D%92%E9%A6%AC%E7%AE%A1%E5%88%B6%E5%8D%80%E8%81%B7%E5%93%A1%E8%BB%8A%E7%A6%8D%E4%BA%A1-%E9%81%8B%E8%BC%B8%E7%BD%B2%E4%BF%83%E7%87%9F%E8%BE%A6%E5%95%86%E5%BC%95%E5%85%A5%E6%8E%AA%E6%96%BD%E6%8F%90%E5%8D%87%E5%AE%89%E5%85%A8-101826172.html",
|
||||
"https://hk.news.yahoo.com/%E6%9C%AC%E6%B8%AF%E9%A6%96%E5%AD%A3%E7%B6%93%E6%BF%9F%E5%A2%9E%E9%95%B75-9-%E5%85%A8%E5%B9%B4%E5%A2%9E%E9%95%B7%E9%A0%90%E6%B8%AC%E7%B6%AD%E6%8C%812-5-%E8%87%B33-110326892.html",
|
||||
"https://hk.news.yahoo.com/%E5%B7%9D%E6%99%AE-%E4%B8%AD%E5%9C%8B%E6%9C%89%E6%84%8F%E8%B3%BC%E8%B2%B7%E7%BE%8E%E5%9C%8B%E7%9F%B3%E6%B2%B9%E8%88%87%E9%BB%83%E8%B1%86-063502369.html",
|
||||
"https://www.hku.hk/",
|
||||
"https://hk.news.yahoo.com/%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://hk.news.yahoo.com/%E5%A4%A9%E6%B0%A3%E5%A0%B1%E5%91%8A-%E5%A4%9A%E9%9B%B2%E6%9C%89%E5%B9%BE%E9%99%A3%E9%A9%9F%E9%9B%A8-%E6%9C%80%E9%AB%98%E6%B0%A3%E6%BA%AB%E7%B4%8427%E5%BA%A6-234534810.html",
|
||||
"https://hk.news.yahoo.com/%E5%8F%83%E9%99%A2-%E8%87%B4%E6%B1%BA%E8%AD%B0-%E6%94%BF%E5%BA%9C%E9%97%9C%E9%96%80%E6%9C%9F%E9%96%93-%E8%AD%B0%E5%93%A1%E8%96%AA%E6%B0%B4%E6%9A%AB%E6%99%82%E6%89%A3%E4%BD%8F-070503532.html",
|
||||
"https://hk.news.yahoo.com/2027%E5%85%AC%E7%9C%BE%E5%81%87%E6%9C%9F17%E6%97%A5-%E5%B9%B4%E5%88%9D%E5%9B%9B%E7%82%BA%E8%A3%9C%E5%81%87-121113186.html",
|
||||
"https://www.hsbc.com.hk/",
|
||||
"https://www.mtr.com.hk/",
|
||||
"https://hk.news.yahoo.com/%E6%BC%81%E8%BE%B2%E7%BD%B2%E6%8E%A8%E6%9C%AC%E5%9C%B0%E6%BC%81%E8%BE%B2%E7%94%A2%E5%93%81%E6%96%B0%E7%B5%B1-%E5%93%81%E7%89%8C-%E8%AC%9D%E5%B1%95%E5%AF%B0-%E6%9C%89%E5%8A%A9%E6%9C%AC%E5%9C%B0%E8%BE%B2%E7%94%A2%E5%93%81%E5%BB%BA%E4%BF%A1%E8%AD%BD-011623189.html",
|
||||
"https://hk.news.yahoo.com/%E5%AE%8F%E7%A6%8F%E8%8B%91%E6%B3%95%E5%9C%98%E5%89%8D%E5%A7%94%E5%93%A1%E6%B1%9F%E7%A5%A5%E7%99%BC%E8%88%87%E5%A6%BB%E8%A2%AB%E6%8D%95%E5%87%86%E4%BF%9D%E5%80%99%E6%9F%A5-%E6%B1%9F-%EF%BC%9A-%E4%BB%8A%E5%BE%8C%E4%B8%8D%E5%86%8D%E5%9B%9E%E6%87%89%E5%82%B3%E5%AA%92%E6%8F%90%E5%95%8F-012248344.html",
|
||||
"https://hk.news.yahoo.com/%E9%9B%B2%E7%AB%AF%E5%B0%8D%E8%AB%87-%E6%9D%BE%E5%B1%B1%E6%B9%96%E6%9D%90%E6%96%99%E5%AF%A6%E9%A9%97%E5%AE%A4%E5%89%AF%E4%B8%BB%E4%BB%BB%E4%BB%98%E7%91%A9-%E5%88%86%E4%BA%AB%E7%A7%91%E6%8A%80%E6%88%90%E6%9E%9C%E8%BD%89%E5%8C%96%E6%A8%A1%E5%BC%8F-%E4%BD%95%E5%98%89%E9%A7%BF%E5%A0%B1%E9%81%93-022723582.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.hk/",
|
||||
|
||||
@@ -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/berita/5569467/restoran-jepang-terdampak-penangguhan-visa-pekerja-asing",
|
||||
"https://www.setneg.go.id/",
|
||||
"https://www.antaranews.com/berita/5569395/prabowo-berkeliling-melihat-museum-marsinah-di-nganjuk",
|
||||
"https://www.antaranews.com/berita/5569447/virus-penjaga-kehidupan-terapi-fag-di-tengah-resistensi-antibiotik",
|
||||
"https://www.antaranews.com/berita/5569535/perjuangan-tirto-adhi-soerjo-sang-jurnalis-pribumi",
|
||||
"https://www.antaranews.com/",
|
||||
"https://www.antaranews.com/berita/5569417/kapal-induk-prancis-tiba-di-laut-arab-untuk-kemungkinan-misi-di-hormuz",
|
||||
"https://www.antaranews.com/berita/5569443/prabowo-sebut-peristiwa-pembunuhan-marsinah-seharusnya-tidak-terjadi",
|
||||
"https://www.kominfo.go.id/",
|
||||
"https://www.antaranews.com/berita/5569453/prabowo-akui-sedih-saat-dapat-laporan-pejabat-lakukan-penyelewengan",
|
||||
"https://www.antaranews.com/foto/5569536/serangan-udara-israel-di-gaza-tewaskan-tujuh-warga-palestina",
|
||||
"https://www.kompas.com/",
|
||||
"https://www.antaranews.com/berita/5569504/diplomat-tertinggi-china-sebut-pertemuan-xi-trump-sukses",
|
||||
"https://www.antaranews.com/berita/5569440/mewaspadai-ancaman-logam-berat-di-balik-pangan-yang-tampak-sehat",
|
||||
"https://www.antaranews.com/berita/5569456/as-lebanon-dan-israel-perpanjang-gencatan-untuk-kemajuan-negosiasi",
|
||||
"https://www.antaranews.com/berita/5569451/mengenal-pendekatan-tcm-untuk-cegah-stroke-sejak-usia-muda",
|
||||
"https://www.antaranews.com/berita/5569400/kapal-induk-prancis-bergerak-ke-laut-arab-dekati-selat-hormuz",
|
||||
"https://www.antaranews.com/berita/5569487/prabowo-tegaskan-tidak-anti-mekanisme-pasar-bebas",
|
||||
"https://www.antaranews.com/berita/5569444/trump-minta-china-dan-taiwan-tenangkan-diri-redakan-ketegangan",
|
||||
"https://www.bi.go.id/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.setneg.go.id/",
|
||||
"https://www.bi.go.id/",
|
||||
"https://www.kominfo.go.id/",
|
||||
"https://www.antaranews.com/",
|
||||
"https://www.kompas.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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://timesofindia.indiatimes.com/india/from-semiconductors-to-water-whats-on-pm-modis-netherlands-agenda/articleshow/131130956.cms",
|
||||
"https://timesofindia.indiatimes.com/sports/cricket/ipl/ipl-2026/ipl-2026-as-a-smart-bowler-you-keep-repeating-what-works-how-gujarat-titans-hard-length-strategy-is-overwhelming-teams/articleshow/131122036.cms",
|
||||
"https://timesofindia.indiatimes.com/world/us/i-could-tell-them-i-dont-want-any-students-but-trump-on-accepting-500000-chinese-students-in-us/articleshow/131119733.cms",
|
||||
"https://www.rbi.org.in/",
|
||||
"https://timesofindia.indiatimes.com/world/us/snakes-everywhere-120-burmese-python-eggs-discovered-in-floridas-everglades/articleshow/131127620.cms",
|
||||
"https://timesofindia.indiatimes.com/city/noida/multiple-antemortem-injuries-chilling-details-in-noida-woman-dowry-death-case-retd-judge-gets-pre-arrest-bail/articleshow/131130367.cms",
|
||||
"https://timesofindia.indiatimes.com/entertainment/tamil/movies/news/karuppu-box-office-collections-day-1-suriya-and-trisha-krishnan-starrer-opens-strong-worldwide-rs-20-66-crore-start/articleshow/131129943.cms",
|
||||
"https://www.india.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/business/international-business/adanis-set-to-settle-us-fraud-case-with-18m-payment/articleshow/131127861.cms",
|
||||
"https://www.pib.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/technology/tech-news/anthropic-employees-refused-to-sell-their-shares-heres-the-one-number-that-explains-why/articleshow/131131123.cms",
|
||||
"https://www.thehindu.com/",
|
||||
"https://timesofindia.indiatimes.com/world/rest-of-world/after-donald-trumps-beijing-visit-taiwan-detects-8-chinese-naval-vessels-one-ship-in-its-territorial-water/articleshow/131130315.cms",
|
||||
"https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/dhurandhar-2-ott-release-netizens-reveal-biggest-changes-to-ranveer-singhs-raw-and-undekha-version-after-theatrical-release/articleshow/131129727.cms",
|
||||
"https://timesofindia.indiatimes.com/india/energy-defence-ties-get-a-boost-as-modi-meets-uae-president/articleshow/131127619.cms",
|
||||
"https://timesofindia.indiatimes.com/india/jobless-cockroaches-attack-the-system-cji-surya-kant/articleshow/131127870.cms",
|
||||
"https://timesofindia.indiatimes.com/city/bhopal/bhojshala-a-temple-rules-mphc-quashes-asi-order-allowing-namaz-at-11th-century-site/articleshow/131126810.cms",
|
||||
"https://timesofindia.indiatimes.com/city/lucknow/lu-teacher-offers-to-leak-exam-paper-to-girl-student-in-exchange-of-favours/articleshow/131127214.cms",
|
||||
"https://timesofindia.indiatimes.com/",
|
||||
"https://timesofindia.indiatimes.com/world/us/2-great-countries-donald-trump-hails-meeting-with-xi-as-g-2-moment/articleshow/131130294.cms"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.india.gov.in/",
|
||||
"https://www.rbi.org.in/",
|
||||
"https://www.pib.gov.in/",
|
||||
"https://timesofindia.indiatimes.com/",
|
||||
"https://www.thehindu.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
33
data/regions/JP/Default/Osaka.json
Normal file
33
data/regions/JP/Default/Osaka.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"region_name": "Japan (Osaka)",
|
||||
"google_module": {
|
||||
"base_lat": 34.6937,
|
||||
"base_lon": 135.5023,
|
||||
"lang_params": "hl=ja&gl=JP",
|
||||
"valid_url_suffix": "co.jp"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://news.yahoo.co.jp/pickup/6580362?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580359?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580366?source=rss",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580371?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580372?source=rss",
|
||||
"https://www.nhk.or.jp/",
|
||||
"https://www.jnto.go.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580367?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580374?source=rss",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580364?source=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://www.nhk.or.jp/",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.jnto.go.jp/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,22 +8,22 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://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://news.yahoo.co.jp/pickup/6580371?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580364?source=rss",
|
||||
"https://www.rakuten.co.jp/",
|
||||
"https://www.amazon.co.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/6580372?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580367?source=rss",
|
||||
"https://www.japan.go.jp/",
|
||||
"https://www.mhlw.go.jp/",
|
||||
"https://news.yahoo.co.jp/pickup/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/6580359?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580366?source=rss",
|
||||
"https://www.yahoo.co.jp/",
|
||||
"https://www.smbc.co.jp/",
|
||||
"https://www.jreast.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/6580374?source=rss",
|
||||
"https://news.yahoo.co.jp/pickup/6580362?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.khmertimeskh.com/",
|
||||
"https://www.nbc.gov.kh/",
|
||||
"https://www.akp.gov.kh/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/50/87405/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/13/41/87384/",
|
||||
"https://www.phnompenhpost.com/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/45/87404/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/11/87391/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/12/57/87381/",
|
||||
"https://www.gov.kh/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/49/87397/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/44/87406/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/14/23/87392/",
|
||||
"https://www.cambodiadaily.com/2026/05/01/13/59/87388/",
|
||||
"https://www.cambodiadaily.com/2026/05/05/21/58/87403/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.kh/",
|
||||
"https://www.akp.gov.kh/",
|
||||
"https://www.nbc.gov.kh/",
|
||||
"https://www.khmertimeskh.com/",
|
||||
"https://www.phnompenhpost.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -9,18 +9,18 @@
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.kbstar.com/",
|
||||
"https://www.kakao.com/",
|
||||
"https://www.coupang.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.yonhapnewstv.co.kr/news/MYH20260516102355FW1",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH202605161438584mO",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH202605161111040mT",
|
||||
"https://www.kakao.com/",
|
||||
"https://www.hometax.go.kr/",
|
||||
"https://www.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.snu.ac.kr/",
|
||||
"https://www.daum.net/",
|
||||
"https://www.yonhapnewstv.co.kr/news/AKR20260516132659AyQ",
|
||||
"https://www.yonhapnewstv.co.kr/news/MYH202605161124463nw"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.korea.kr/",
|
||||
|
||||
@@ -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/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://www.laotel.com/",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://www.vientianetimes.org.la/",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://kpl.gov.la/",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://www.bol.gov.la/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://www.mof.gov.la/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://kpl.gov.la/",
|
||||
"https://www.vientianetimes.org.la/",
|
||||
"https://www.bol.gov.la/",
|
||||
"https://www.mof.gov.la/",
|
||||
"https://www.laotel.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://www.cbmm.gov.mm/",
|
||||
"https://www.mmtimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://www.irrawaddy.com/",
|
||||
"https://www.moi.gov.mm/",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.moi.gov.mm/",
|
||||
"https://www.cbmm.gov.mm/",
|
||||
"https://www.mmtimes.com/",
|
||||
"https://www.irrawaddy.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://www.gov.mn/",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://news.mn/",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://www.mongolbank.mn/",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://montsame.mn/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.mn/",
|
||||
"https://www.mongolbank.mn/",
|
||||
"https://montsame.mn/",
|
||||
"https://news.mn/"
|
||||
]
|
||||
}
|
||||
}
|
||||
39
data/regions/MO/Default/Macau.json
Normal file
39
data/regions/MO/Default/Macau.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"region_name": "Macau (澳门)",
|
||||
"google_module": {
|
||||
"base_lat": 22.1987,
|
||||
"base_lon": 113.5439,
|
||||
"lang_params": "hl=zh-HK&gl=MO",
|
||||
"valid_url_suffix": "com.mo"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://macaudailytimes.com.mo/security-guard-investigated-for-damaging-shop-light-fixture.html",
|
||||
"https://macaudailytimes.com.mo/mgto-receives-long-standing-membership-award-at-pata-summit.html",
|
||||
"https://macaudailytimes.com.mo/trump-offers-platitudes-while-xi-warns-of-possible-confrontation-during-meeting.html",
|
||||
"https://macaudailytimes.com.mo/ai-reshaping-broadcasting-betting-and-sports.html",
|
||||
"https://macaudailytimes.com.mo/macao-water-warns-public-over-fake-bill-payment-sms-scam-links.html",
|
||||
"https://macaudailytimes.com.mo/govt-rolls-out-expanded-happy-family-month-extends-reach-to-hengqin.html",
|
||||
"https://www.macau.gov.mo/",
|
||||
"https://www.dsat.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/economy-remains-stable-despite-external-uncertainties-association.html",
|
||||
"https://www.umac.mo/",
|
||||
"https://macaudailytimes.com.mo/lrt-ridership-grows-steadily-with-80-jump-in-passengers.html",
|
||||
"https://www.ctm.net/",
|
||||
"https://www.gov.mo/",
|
||||
"https://macaudailytimes.com.mo/thai-and-portuguese-culinary-reunion-a-critical-reckoning.html",
|
||||
"https://macaudailytimes.com.mo/two-time-macau-winner-at-risk-of-missing-gp.html",
|
||||
"https://www.macaudailytimes.com.mo/",
|
||||
"https://www.bocmacau.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.mo/",
|
||||
"https://www.macau.gov.mo/",
|
||||
"https://www.dsat.gov.mo/",
|
||||
"https://www.bocmacau.com/",
|
||||
"https://www.umac.mo/",
|
||||
"https://www.ctm.net/",
|
||||
"https://www.macaudailytimes.com.mo/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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://www.lazada.com.my/",
|
||||
"https://www.malaysia.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMizAFBVV95cUxPRVpVbzdpUm9OdE9oQ0FnUXJCVTQ5Mi1WOVJJTFVfdFM4bzI0bVZWajRMZTM0RktfTHVKeldmaDhLQThndWE4QXg5ZjF4ZmlpbU9QMEItNWIyem5ySHNaSC0yYkpKcGhmRWZDXy0zVWpaUFRZSHJuRjFwUGJqMFNQUmZ3T1oyQlJ2S1FsVU8tMXhIbWNUT3lVNmdmcWt5ZzBELUpaSHlaS2JfWllfVXlaakFKZndWRVh5TFZ1clhZbjRnSkFXeWdvNVh5azg?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinwFBVV95cUxQS1E5UEN4dW5pT2JPQWlZV1E0QUl0QnNpZWVvYTdwVkVsM291eGhvak1yMEZfTDFpeHRaX3BnZG43LVFQSDh0N2pJWjFPeHlVaXkybnVsa1Jnb2xUN3hQU2MtaFN4MldyczFmWERqZFdnM2xhQXk1R242Mkg3MHBYb2J0Tnlxd1RQREFacDd4M2hwbkZPVFAtNVUzUDN4YVE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiigFBVV95cUxNQ2trY05pWVFaQWs5bElVZ3dmZTAtX2l3LXVMcUF5cGkyeExrQW9tcGZreWw0bFY1enQ1TFlScDBNazlRc3BodWFlRjNQOF9vUDNtTEdLNHBETkVkWHlaajU2TkNGc3NsSW1FUGhkQnF3NEpfX3F0eEJnbnFMZE9uWWdlQ2VJel9yYVE?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi5AFBVV95cUxQNjE1bzhhUlEycnN6SFZka3lpR2hKSjJKazJsVjJxTEV4SnYyNWRGeENrWjlGR0lReTB4ZWNRRkhiTnBVeGZLMWwyM21TQS0wYU15ZFlxMlc5YjJKX2dicFZIN2xBX0tEMEtHOVRVLTJSamNldFRVcmZLT01IZlFxblZGU0p1OTlLdDk0NmZvaHVUVXlCMFZMNmlmckVDaGE4emt0ZkZ1SkxHcFBLNlR5TVpxR2lrZDdwY0NuYlQ3bmwxUXRaV043Z2dMWE9VYkg3UE4yZENyUzZsWWx5UVRYWWtwMWw?oc=5",
|
||||
"https://www.thestar.com.my/",
|
||||
"https://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://www.pos.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE1MUkh4TlFmZTd4LUJLUnNCNnd2cklwd1hpc04tNnZyVHNGLXVrVUQ2ckt6UHRqcmJBdmFXQ0tGdy1ZTDhKMTdVM3FQQWhqbkpW?oc=5",
|
||||
"https://shopee.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMirgFBVV95cUxQUnRDeW1NWW94LUZDMUc1Z2QzZzFQMmRBdFUwdG5FUjNUemZQaGt0a3ByenhrWExEUGpvQmpoNzRwd1I0bmRtcWlYUkRFZV9xVEVEZlZlZXYwSnVBMFVBYi1tdTE2cVFybkV6NDZIVXEyRklIUlNMeXlRMWZwcUVYYmZ4X3lOQ3N2MVZYNkh1NHFNVnNlVHZzTC1ZdHdpbnpJM1pQSzQ1bkEzQ0JEVkE?oc=5"
|
||||
"https://www.lazada.com.my/",
|
||||
"https://news.google.com/rss/articles/CBMid0FVX3lxTE9vTlNMb3dKS1M5eThadDY5cGVra2VGZnBDeHBld0U4LWlxcTNsaUR6dU9RNTVvdXNTcEVFdFFCdlVOUzJic0RNamVXTHlLeXRiWVVQaUtSZmQxbVRXYVJQeXdXUnh5SUp6Znd0VVp2RkRMaHR5Q013?oc=5",
|
||||
"https://www.hasil.gov.my/",
|
||||
"https://news.google.com/rss/articles/CBMimwFBVV95cUxNaTNDNnFtdVFEcDNJOFZIdmJScGJ5RmVVQlpSekFPSk1zN3pRU2xycXlqYjVYeFRQYkRHTG85Z213QzRpOFZfZnNzUmFLcWhwREdYRjh3TURJX3ZIQnlPYnBOLVkwaWw2U0NnSzlJMzdSdVFvV0htSnRhQnlxdUtLU3RPQk1mLXZqWDY4VGdpVG1ZZlVwU2ROaE8ydw?oc=5",
|
||||
"https://www.kwsp.gov.my/",
|
||||
"https://www.malaysia.gov.my/",
|
||||
"https://um.edu.my/",
|
||||
"https://news.google.com/rss/articles/CBMiswFBVV95cUxNSFJNcVpXSHljdHFuNzlGSUplcUFvYnBLQWwxdmdKVHFsSnE4RWRSMTJHWlBfX3Nwc3JuV0I0ak5uSUlrbWhlcVBqa1dkbUJ6ZnRsenFTeXBSSWNWRDFkM3h1RlVaVjY1SXNpLWpkTDBfU2MwLUtpMGhUQm5YTmFvbDZPMFlXN3dLbHl4TDBZYTNhM25hV2RmczBqM3VSdVpMeVJINVVlUXg1bVdsejRnNVhZSQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMixwFBVV95cUxOaUhIbXhubHlvbkFJaFdiSGJEUmY4NXRpMEl0cDhGYlJnQzJwV1psVFlrUGxkNWtyTWY0dXdtbWVNeTExT1JJUVBaSUlfU3IwTjByZHBNRmJ1ZkJxR2NmYXZ2clAyQUM5WHd5d1loRHpZTVdpcWpBQ213cnNSeHBxRnp0OWlMUkRiM1Z0XzhXNmttWXhCTFJ1anNXa3RDYzNlVTQ4U0h0ZEUyYlJhWDZVOFZaU0xuS2dBTE5Nb256cXAxQVhEZjNB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi5AFBVV95cUxQU0pOcmNHWFlrWnpfdHQxTXM4dHg2eVQ0WklUSnpVR3lOaEN0eDRxOFlFUW91SllZcm0yMk5vUnVSems2YzBvUWhpSUdDdkdiRURyZk5FQnFLNkRBMmd5ZmVKcTlIQ0FTU2I2SFdmdWxsOEN1T082S19lMEdDSGpVMXlLVGxHd01BYkdaQTV4RG5pV1kzdXdiOTVTbDFpdnRhQ3M0emlTYVEyMDZXbXRHVE5aUG9HRHNmX1dxRGJwakY3eWRYOUJ5X2FTb21lalBuX1ZnS0pXTDFJblJsdzh4RnJvVm7SAeoBQVVfeXFMTzVoX1J6dWJTdHRpX2hRSFZRMHdyY1pEbG1ESGI1bDdIZm5YX3gtM2g0STU5S1EtbmNqT1RCTWllYjVfc0ZxZlg0VDFfZkMtWG5ycHFxLTNfaFZXck1lZ0JUNnZ5cElyVG9heGQ1RXo5cWtsYWdPaEFmTXJOMmZzdG45MjJlb0JsMXFnYXR6WWV2Uk5lTkIyVk5DcU5DOTB6VWloT0E1Y1J3NENZcmxNQVcyaW5DY3haOTdOMmpNZEMtWUdncWIta1pXa1RJdzY5NFIzU3hoU0pNcHV5Rko4SnlYYUhMYmJIVWRn?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTFBScFRTRDVZR1A1d05sbVEwS0lxOXcwU0dNZWxqX2ZFbThhV3hNWmxtdzg2UjltQU90VWh4ZjdLYlVtZUZXenh0OGNfTzJoZ3RL?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiXkFVX3lxTE1aQ3RxT1ZvYWE4Y21GbzZxRnlHUWhtSWh1U21lYUw0bGg1VHNDbGxZUmZrejBUNjVUNUtVVXA2RDlzVG5keTlaZ0hwdWc4bUNWRXNsUHJ1bTJZc2xjS0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE5OTElGem00WTVUb09xdWswcGdIeXh4UzBQYlNqN3hFZHJ2YzliTlJ3QnVmZDRYaTdHVVFaLXN2VGw5aVE2cTZnUlJTMFZZQTZoZDQ0ZGlVSHU3am1fbHhJ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipgFBVV95cUxQTzlKZUJ4ZnNjTnhBb2hyZ3doUnFBSF83X1FZcW8xV1A0QndrLXpUcE5RbklualpmbkFmVXZTMUZ2dFNWd1ZvUnB0QlpHOUxJUDZCOV9yR0tObDlhblVuVFJaSWQ2RDVmZjhuRERYbnZqVTVRNDJVSU0yYkJheXJLUEJlajV1QjlPRTFTT2VueUp2dFdKcjJFbU1tQ0NESnphMzVpNWpR?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMirwFBVV95cUxNWk5nZ2tVNUluOGFNZEJ5VG5oYk8wbWZSSGhTY3JCVm93c3NFcWxEVlFkXy02dUs3M1dsY1lBRzVJRl9BQkF2VWpqTHRMcE1KMDhRS1AxazQybEZ0NnhJZzBMMTlLUW03VWQ3X3hxRzdpdGpUVG5xTkI4RlpyX2ZBZ0ZwS2VHSFMwLWZNeTJ6WkY2RnAxZlRRWnRCZTFMMHJZcjJxdHBjYnJRYk43eFRB?oc=5",
|
||||
"https://www.maybank2u.com.my/",
|
||||
"https://www.cimbclicks.com.my/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.malaysia.gov.my/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://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://punchng.com/trump-says-us-nigerian-forces-kill-senior-is-leader/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.konga.com/",
|
||||
"https://www.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.vanguardngr.com/2026/05/of-leadership-and-apprenticeship-by-muyiwa-adelina/",
|
||||
"https://www.vanguardngr.com/2026/05/us-nigerian-forces-kill-isis-fighters-in-sokoto-trump/",
|
||||
"https://www.jumia.com.ng/",
|
||||
"https://www.vanguardngr.com/",
|
||||
"https://punchng.com/njc-suspends-two-judges-recommends-elevation-of-12/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.punchng.com/",
|
||||
"https://punchng.com/amusan-leads-nigerias-african-athletics-championships-team/?utm_source=rss.punchng.com&utm_medium=web"
|
||||
"https://punchng.com/era-of-impunity-gone-says-ig-disu/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/nigerian-born-politician-elected-uk-partys-leader/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/tinubu-arrives-in-lagos-after-international-engagements/",
|
||||
"https://punchng.com/before-stardom-with-kayode-solomon-eludiwura-kay-wonder/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/nfvcb-classifies-304-films-in-2026-records-growth-over-same-period-in-2025/",
|
||||
"https://punchng.com/anambra-bans-security-operatives-from-wearing-masks/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.nairaland.com/",
|
||||
"https://www.airtel.com.ng/",
|
||||
"https://www.firstbanknigeria.com/",
|
||||
"https://guardian.ng/",
|
||||
"https://www.gtbank.com/",
|
||||
"https://punchng.com/police-intercept-stolen-vehicle-in-kano/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/",
|
||||
"https://punchng.com/i-cant-eat-when-united-lose-baba-esu/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://punchng.com/two-security-guards-bag-life-imprisonment-for-serial-rape-of-minor/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.vanguardngr.com/2026/05/nigeria-grants-rwandans-30-day-visa-free-entry/",
|
||||
"https://punchng.com/inflation-hits-15-69-as-food-transport-costs-surge/?utm_source=rss.punchng.com&utm_medium=web",
|
||||
"https://www.mtn.ng/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.jumia.com.ng/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://nos.nl/l/2613501",
|
||||
"https://nos.nl/l/2613506",
|
||||
"https://www.buienradar.nl/",
|
||||
"https://nos.nl/l/2613519",
|
||||
"https://nos.nl/l/2613523",
|
||||
"https://nos.nl/l/2613474",
|
||||
"https://www.belastingdienst.nl/",
|
||||
"https://nos.nl/l/2614493",
|
||||
"https://nos.nl/l/2614500",
|
||||
"https://nos.nl/l/2614498",
|
||||
"https://nos.nl/l/2614459",
|
||||
"https://www.ns.nl/",
|
||||
"https://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://nos.nl/l/2614499",
|
||||
"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://www.rijksoverheid.nl/",
|
||||
"https://nos.nl/l/2614483",
|
||||
"https://www.bol.com/",
|
||||
"https://www.belastingdienst.nl/",
|
||||
"https://nos.nl/l/2614484",
|
||||
"https://nos.nl/l/2614501",
|
||||
"https://nos.nl/l/2614482",
|
||||
"https://nos.nl/l/2614477",
|
||||
"https://nos.nl/l/2614465",
|
||||
"https://nos.nl/l/2614490",
|
||||
"https://nos.nl/l/2614475",
|
||||
"https://www.buienradar.nl/",
|
||||
"https://www.marktplaats.nl/",
|
||||
"https://nos.nl/l/2614495",
|
||||
"https://nos.nl/l/2614489"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.rijksoverheid.nl/",
|
||||
|
||||
@@ -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://news.google.com/rss/articles/CBMiugFBVV95cUxQUnFNdlduX3paSm82ekFTdnlWbC1kLWZlc3hFTHRBRHRMUUF0MFZVcGE5T3FqNG9DYWliWU91bXNwbHM2bFlyMlNIbWtGb3lEOEdOOVQxeEpXUktRNmVpQkQwY1VqZE5kQW03bXRydzEydEZyWUsyc0pZNWhUUGs1VTkycy0zTjcwRDZMcGRRcUNWU0tBTUcwcVNCaGl6TFhMdGZfUjN3YkFSNmloYmlaVy1qSEIxSk03Tmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE1iaFpPak5tRVJzZnRPTTMyb2trVldyQ3BpY0FabDBPTk55eENaczg4Z2ExNGhBZ2VwQUJQdzdDUzhtNUtXYWN0elNnc3JIS2cyOXFaWVhHVE1WZw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiuAFBVV95cUxOM3drM1YzX1pNOHFnUkloNGUxSXJBcDFybEF5cmsyMmYxMnJhWEpjRGhFM2sza2lCU1RyaHF1RWV4ZmMtR1k2VWhWc2FKSnRIbG13dkVsT2lVTWRhZ0sxRjc4eFI0NmJRS2dJbi11S3M5NUlqSEE3X0w5VmVQb1RjUDd1eS1QVFFGbGREZ21RdUVSLVdZLVBHRlFkZHhYaEh4TGN1ZFdDNlRqdm1XM0F1V1JIM25JRWRo?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxNbzlld2Q1dTl0OC1VckRNR3V5NF9RQ3c1SFA4MWRUTDEtRGNsVlZrUHFGelFQUHc3TTNpQ2NKaFN6NEZ3dzdMRkoxeEc2cmtzZzB1c3dUVTBpTFFuandfVDN3WEhXb0c4UHBBdGQ0MFNSWS12MUZkSVNVOGFCbzF3TVdFbWtzVVk?oc=5",
|
||||
"https://www.nrb.org.np/",
|
||||
"https://news.google.com/rss/articles/CBMilAFBVV95cUxPMjM3V2Z1TnA3WVhKcXJ5RjFRNU5lRjZaTk9mZEJCczc0N3dRVzUwZzBGSXRGa3VwalV5c0hKSXBFUDBRTHg3ZTVvd0V5UVpNSG5PRUhmT0pTblNpSklob2UxLTM0YXk5NVBSV1JJSl9JNTRfeU1lZFhXZWcyb0UxMkY3bWliTGZQbVdMMExCNEpKNVZi?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNUERwd3VkUHJnYnFTOXRsQ0FFbmgzX2ZFUllwbFN0ZlhRZGNlclhxN19jNVpCTm9oZUNtNXZqZEU2V3BIM1FoNERSN2tkS1Jxc2NVeXViS0kxcGFSMHQtWVM3OF9iQmlHNVlnZ3UyVXJPcmZPZTVEdU5vWUJkdlFLZlNIUlU1LTE1eGFNZlkxVVpremUtbUhMUFhZdGk?oc=5",
|
||||
"https://kathmandupost.com/",
|
||||
"https://news.google.com/rss/articles/CBMiWkFVX3lxTE5kUDQ5T3g2TUdia0ZhTWZWS2x2MmZwdzhMU3hZMm1HbnNPSnBVOEhjVzd6dmtrdExrblJPVW45UFFwM2kxWVBHLUI2XzVoVTl2aUk2RFBQVFY2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMioAFBVV95cUxPR25DS25ZVlRDTGZZZERIQzRKbzllMUVway11UEZkajBUU1lEb1pXSllSek5wUTdJMkUtaDVKdTM2TEFTdC13OEJBWl9NSm9mZ1pKNVZKUVBsRTYtYTMwMEJaSEZPUy1vY2ZobjF1ZFZFZ201SV8tRW9VN0JCUTJjcEpMNDFXWGppOWRPZ3RTaDh4a1JqcVVLLUQ2dlpjcTdB?oc=5",
|
||||
"https://thehimalayantimes.com/",
|
||||
"https://news.google.com/rss/articles/CBMigwFBVV95cUxNdGtkSDBnUUo1Y0JVZmloV1JrRmliUERpT0tuV3ZPbGlUZU4xZldHLWlVY1pxSjlNYW4tOUc2Z1VrT1RwWlZMUXZUbHhlN3h2MXF5Zmc1Z0h3OHVPUDEwTWtndklZQlV5TjNqM0VkdHFWTWJ1YlpNSnF0V3JJbHhRZlVLaw?oc=5",
|
||||
"https://nepal.gov.np/",
|
||||
"https://www.onlinekhabar.com/",
|
||||
"https://news.google.com/rss/articles/CBMi8wFBVV95cUxNWGIwazdLOXZJd29lMHR2MVduMDltWWU1YVAwV2lQOHlrbzVGLWgtME1tWllOU3JMQkpmdWpGOVBHcy1jQ056c0FwMkxuN2FjUnl2Z25HN2k0WF9fd0hUd1FhWmh3eHlqNkpEWEtiWloxbG9nWnBmQXJrOXpsYXlKTXdHZWlDYzRqRjJNbnRyd181a2tDTWUzVUlJd09mWGhkUVp0Q29vNFNGWUpCWndncUY5a3dDbWFoSjBHMVlUYzFMLXRoYVJWVnN6UENYcFlSSUhOZElZaHB5UjZxa1Q1ZGxjemsxOVVGMjhHZ1ZpbHd3YUk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPay1xUDhsYWJWVXFqMk9wWW1yMXZySkVPcGtGa05ESmZKa3B0c0QxVTlZRkloQ2tsLXZRWGkzYmdzekxjbmJQSDJUMS1sYUNUZi0xQkJaV3dRWTRPek9WQjRnZEFGZWNEcFpqMEZOUXRnbERKUExmbm9EanlVYzdMczQ3MUJkR3ZobzhEeDlIdHd5NmFxVkJydUpZdE4zUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMilgFBVV95cUxOZFJ2bTlHZkoxbHlCUzRNMkZKUGY2c21IV1ZBRllKMlZLZldCRU5FZGZFYWI4eUtERGJqQkNaQ1BTWTRSeEgtSGI5TEJwSzA0T09hbWVDc3laSnNJMUptMWg2azZhZnlvVF91VVc0TjZuT3JVdzhTMFlxUERQa3dJRmVRT1Z5c3U0YmxLYkFIMGZZUFVrNHc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxNWVZ3RXd1U1pwN1V3dDBXcGJmaEtUNzZ2YTZjNy1vRjFqMEVMVTRtWHVkaGRORzZ5eDR2NWV5N0UydG1pNWJvenNVcTZvRkxHUHYyUmRzQWg4ak5HZjdwcEtkdkJPeFc4YmVaYzFBV3NRNnVST3QtVTZqdUpPdWR2MWdMTXA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMisAFBVV95cUxOS3BiMjYxMEx1ZjFtUXBfYnZIdmVSMXMzRXNITXZwVlJGSnVNV1Z0b2hzNVQzSE5LRk5ZRmRnSVZiZ0NmRThvd0lkYjlCODZ6N25DUnNtRktHYkNNN2pfdXVIRmhodzVfLVI4ZDNVcEUyMXV3dTlsaTJOdldiNkotR3JoTV91ZWVxTGs1UWZSRU1vVThFbHc4NHlaX0xTUGdIbUdXT3cyYktuTW1HdGNpYQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxOVzRvTGVtbEZhcnNaaGdxOG5FQXRaZ0hQS3BCWFBMSl9xaUhjYmtWMlBpYllJel9WNVdENWU5OWUzRklOaW1FbTJuUndtT3RDZGl6R0xTeTFFeFY0bTBBLUIyRmh3VUY2cTlyUDdqdnVES3M2VGdyNnJrcGZ4ZDUtV2Q5R0htQUo2Q0ZPS2kxQ1ZoQk9HSXZGYTliSG15RUIwOTBqeQ?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://nepal.gov.np/",
|
||||
"https://www.nrb.org.np/",
|
||||
"https://kathmandupost.com/",
|
||||
"https://thehimalayantimes.com/",
|
||||
"https://www.onlinekhabar.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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/CBMipwFBVV95cUxPMndQRHFQWXBNTGpVOVJtV1JaYXI1RVJrWnV0THlYSS1wUVFlNGxBWVRIZm51enRIVUVNU3I3c0U5N09ORnRQVnZXa0U0bEx6OHVaVFpkMmczaVk0TzJlZjJoTWtPWkhReW9TbkNnSFI1RGd2bFdGalpBZ29IMzR2Y3RtZDNnY3ZQZmpTR2tMLTh2cmc1N1c3RDVxOHM0cmE4bEJlZlR3SdIBrgFBVV95cUxNR214V3JkQnNlZDlmXzZmd193R21jRmZMTHRWaVpiY2Nhb21PWGRXTlhYaGpxRXFmWXZQLU9wZXVRWHRLVFA4a1dabFFjLU1LNWFyZFA2LTZyelNVNGJhRXpUa2pBV1JUbmxtX2RLckNHY1pXUXItM0dRanJfQ004LWxZdTBXOHBBSVRPYUY2YzhadHBXVTZvMFloY3ItR0Z5NG5TbnlUNmNBZk5Wbnc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTFBGNHJCZTBIekY0M3J2QXdiaHVzV202M04zUktqRmM4TWNhZ0ZaelJoc282Sk90REZuQkpXcHdMbnpGQkRLbjJfTDVHWFhqWnlM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMingFBVV95cUxPWkNua0xCbEVYeWQ0dkQ1czNQNHhmaVdiRnNueU1UMXN1dS14S3hocDEtTjM2SGpXUWtCRmJ3UWpRcjFCOC1wSUtRcmduLTNMZ3p4NlE0MWlTWHdpS1RpbTM3RVpSckFGakhLUkd0SzVPdktnZkhfd0hheVRQQmhjT1czTlBHMlZkeGR2a2RoU09STjNoQzQybEdBUTdNZ9IBowFBVV95cUxOdUtFNkVSOGJ3UTFLV2pDRGFYXzE4MEx1NTRmOFB2ak1DWVoxU0szLXFVSEs0aWVWTjlnS1l6TmZ0bXQ5NTY2MEJnbDZTVlFtTzdBVGhBMFdhTUM3cHk3SDVqTmh6WXo5NnZ3ck5Rd2VTTXNNUzg1eUw0SDIxYlFNTTRWVFAxeVJUVmJZMzBwcXUtUmxhX3NHMDRrZTNwb1o1RHk4?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiogFBVV95cUxNNklqeGxGcC1HN3JTNThGQm5WY1NwMjRwTmw3UDJ2aXNQTmJiTlJFRmJEV3g5U2Y3Smt5eFZkRE9fZF9oWldaVUZtWGdjclY4OENsTGJfRkJRdk9JYnZlMnJUd0NXOEdUM2FneWVVVE80NDFqaGFjVkpMMnpYak12alVSMnc5UzA3U0lRSzUxSjNkanJEWmpXc1lOdk5JNmRXZ0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimwFBVV95cUxPdVZJbnF2Z3BMS0RVWmhEMC1HYUdEZEVHN3hkME5aMFlSNUlWWk5NdTh2NkkxMllaUnVkcDMxOEZHQ0ZNRm5fX1FDYWQ2ZXRNdWxSdl9JcFg1WUctT3dtVkJhNllnQ0dmZXZ3WWlqS3A5Z1pDbi1mTHYza2duRmZ3MWtDX2hYN1hMUG9MeXNmY25oektFdG1EZnRfMA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxOcldQNmhQeHFPNmo0Tl8wNXJheU9OemdfMk9NbmpobHRETFNpaW5XSU9yUFM0YVR1SHNUM2RodV82Qnl5dy1IZFBRSFpHblRSVk9Gb1dvU0EweW4wTWk5SThfdTBPM2dMMkY0ZlBSRFMxb01IUzlrSnpOTFhvN1pkbkU0bmI1RW5LQ1pnUmdmYTZMREpBSjdVTVRyUmXSAaIBQVVfeXFMT1N5S1c4cFh0Z2Y2TXY4V0JwOHZMZFJzMXBpTlV3WG1SZ2c5SnBsUnpNVkpxbGVOSW1zTWhlUVZUcUpxbHc2ci1NdHpRY21uUml4Y1VLM2dnczhSbHZfclBROEIzeWZ4bVRxajRLaVNZMXJNLWFSeHNiV0F3VFRCMmx5SExaUlRFc1hudm14Szl2MGg5dXJlNUtSOWNZQ3BtTG1n?oc=5",
|
||||
"https://www.bsp.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMi4AFBVV95cUxNUGRiVi1lSXFHc2xCZU9XQ1VJU2dpaVVuVU9ZYzl5NHhXOE80MEdhWDdKRFZYaml5NmhLTndmNkNGdWNka2g4cFNIa0JQZWh5OEVoZ1J2eEtfOVVHZ0pPNE04UUFlNXBpeUtSNjcyQ0JZSTVLbUdZdjdmVldRZDZCdzU1MDFPeTlUSWJ6ZVVfREVNTzdjbXNzbnNLdndZSTFtcjFBUFFiUDJxX2lsRVV2QVEzdHVzT2hpWllldFpUMUxTSXk4Y01Vaks4ZnZ5by12TEpCMmhfYUhhY2hHVHlabw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihAFBVV95cUxPclF4Q1FxNHhxamlRTmRyOHZDcWNNMGc1ODJyZUVld2hiWnh2UUhWRjlmU1dib3lhMGZuRVFVN3FUY2lGWFp2U3pjU0Fkb0d3bzVzQ3BVSTdaSlFYaG9Lbjk2WVRrV2h1ZWsycVRaY1FfR284UU1nWTRQbEN1MkZ4NGdSOTA?oc=5",
|
||||
"https://www.pna.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxNYUc3QWRvV3dOUEc3R1lLbXlnWkNnV3l0aTBtOE45OWc4MUhKU3V5eUNkZXFBT2IxZXJSTWtJMWFCUVpfclBlZHdvdlBVX0wzNmRaMUp6Sk9uY2lzZGZJTkhFMFEzVFh2WjhGeUp6WDB4ZzlkYTdHdjZMcE1KUFJTX3Q1cElEb09DUVBGbFRtRUxwT08xbTJ6Wlg1bV96UmZfUkhCRWtKONIBrAFBVV95cUxNczMyUEl0d0FBV2VvSzA5RWFpRWVDcmtLNDRqQ19qMnJlSFVpbFhkZGxaZm83aTJTcmlQMmdIWE9iZHhTamZJUnRxUUp6clJZN1VzbjlyR0Z3Z0dwTjR3SHpSQ1BVN3VFVEpuT0FHVDJrUEdqMW5yNnZrcTJoMG1kUld4Qk5sbUUyZnh6Ynhndk9vOVVFYzcwelhhVko2Z1JiR1VFU0JELTluYnk5?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipAFBVV95cUxNRUtqdTZXOEkxZ2ZGeWxlUWY4Q3pUNFFybE5MbzgwYl8tendyUXFMZk5lU2RrRjV5a1dybFRFR3JDVlpLdXVNMXRxb2RhVUExdEVmaHVxU2E0cUJDdXdSNHlYdDJZbHBJMmgxQm1JTHk5YUFoUTk1MWR4czR0X0xCQlY2cW5oZ21RdlZ4eFpfODFVTFhMazlIM09ZdGVTTU5XeGk5ZNIBqgFBVV95cUxOQUVHdEpwSFJlbEJmekZPdFBRNkMzVnZaek1RUXpBXzFHYVcybU0tNjE0WTN0U2dQUXJyWTNBWFIxS3EwZEoxNkc5dUwyYzM1YjZ4SjRnek04VjRIc1BGRzdDVHgwUDJCaWwwQlphX3VjcGRBekNnbC1Veml1TWxXa0x6MUN1QWxZaXEtVC1vWGZrblhrSHUtdGJHUEQ5VkNpLWdUVU01dGJOdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMihwFBVV95cUxQR29PSEVDd2ZUMTZfVm5VamVrcEtGdjQ0VXQ4QXdsYnFTRVpOQ3lGLUVHRkZCNFpJNGI1TFl4MFBVaVlIYWUwdkYxWHZxRFhXQUtCei1GU0FoM1V4S09XSnQ1ZVVxek5DTmNWendsbGJQOWZqa29FcW5VcFlqOFcyQmZMUnBBYWM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMifEFVX3lxTE9OajZROThJd1lUZEdpSmZUSlpuTk1rbGRPNEUtWDlOYWtWdFFycGpvQ0Y4MHBOVnNOT3lxN2V6QWx6Z2RkNHVrc0ZJbmZ2dUU1emYtNVhSTFpPQ3JoeG44NE1NSzhmdnZmaHlFVHUtV3dGQTh2Tlo0c3ZEM2U?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMipwFBVV95cUxOQ1BaY1dkZlZZaDlWb3ZOU1dLYWhDZmpST082UGFHSU5oa2pvNzhUMWJXemVNYlV3ODNYN0JXYlpJdEhzY1IzcXd5djVwRXR4dUI3ODZZX0k0dWtZb2hjWlQ4TUNsMHplM0xxT3FiRXRFbGdnY1BpNWZrNmkxUnlvZE4xUC1qcURIb2Z4al9DeEdIdjliSHhzUFMwa2VhRTNBUmR0UFdQaw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinAFBVV95cUxNNGtzMXBvVWNNOGNPQVZDU1dJSjlJbERWMEJpRERLUmx3UFhNd3lJWUdyRU51OHJmYktZSHQ5N2w2Mm10YzJwS205T1UwcnkzUDlMaEk2X09mN3ZUQUQ4dkZ5a2hhYTZPb1U3alhSYVY3NXdjamVfeV91d203X3R2UFFoOWhpRkRocTNQYlpfcEF4YVkwalpMTHdiWnrSAaIBQVVfeXFMTVhIZW1qX09KbFFFMWVxeFJGeVFOSlpoRXJIMnVscW12eVA2QXZVWGUyY0RpaF9WUHNFemNQNXk5SkFnOUxPWEE4U2hzUkQ5UFRnUy1ZWFR6UmQtXzRkVkJPenJibEltdlZnUEhtOGxrazNjcXNFdjdxS0xfVGlFZFh3U09KTGt1UjBxX3FIU1R1ZllIcUl5SWtfbS0wLTVZSlBn?oc=5",
|
||||
"https://www.gov.ph/",
|
||||
"https://news.google.com/rss/articles/CBMi0gFBVV95cUxOU0h1OWNYV0dFMmoyd0lmOTR6T0JCZEpRbWtQRlZhY3dkalZZY0hQbVpIdFlkeDBsYllGbHUyOXZPSlhLekNSVWU4VWRGU2tpUjZSeWpFekhvSFF6Qk5VN3BGNWJzaVlDMElvV2x4TzhxTlgxQnJ1MlRBQmQ5S1NfTmlFLWV3bk0ybGEwampUR3VuNU0tbkFpZjA3ZWlXY0lNcllMYnNoVVY0cU1EZ00wVHVGTm5iQkpQOU15WW1vSi15SjRUajZ0X0p4Z21hWDZUSmfSAdcBQVVfeXFMUGdsaVhtdEYzR1dxUlBUeklrQ3BDQkpBRVA2bEZidU9zUF9TZlNjNjc3R2Nlcld1aklMWjdTY1hYQmdFNWNxUWJMUUJGTFM3NkttcDZCS2dCMWFkMkwyY3FjRzl5Wko5QUM2a3c1cDM4U29lMGxxWXkwcjBNNFlPZ3IweE9BaFlmYlFQLVVXTlpud0JrZ1B3QUpMR1FJY004MUtsZHNDT0VFS015WHZtSFNDdmxhUVhNRnRtVUQxOUpmTUkyNjBMXzZ6ejhzNm4tUnRZT2pWVzQ?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.ph/",
|
||||
"https://www.pna.gov.ph/",
|
||||
"https://www.bsp.gov.ph/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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://www.spa.gov.sa/",
|
||||
"https://www.my.gov.sa/",
|
||||
"https://news.google.com/rss/articles/CBMimgJBVV95cUxPLWsycWI0Tmh3SllzdTZFbjVWbUdRV0VlS1lpODRZT180a290aXQ4OURzLUNIWjlsdl8tbjBndFBMcHo2Sk5ZS3FqSXVBMlRHVi1JYVpkNGhkMnhUN0E4V3EyeWJwVUpJYmFjS3FrOUo4dDlSaFh6b1Q2UzhvQlRrVm9RSDJZdUtnbXpIZC1ESEc3aTBYZlhsQXczS3Fma2FXd1BoRHcyWWJCSU1zdGo2NVZSWUZfeWY2ZXJ5a2Uyc1lkYWhUVi0wakNORzdRemFlMC12TkRJWUdjNmh6N1BncG5EeTVDSnRBODZ2MlVmcHF6NVd0T3NoZGhmQlVCZGJrZTk0Yzl5ZUktTjlwYW9wNjQ3SDNaRU5RQ1E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTFBvTmxSTEo5bUYyTVNTZHlKUVF5WUZrc3RENWJNWmNQVmpKaWJBY05Gd0VpSFZEdHZnNmNYNGpwdmZpRXh1YWdockdpd2l5NVN6Q19iSG1zTW1HRWvSAVRBVV95cUxOaUhHcG1KTzRwQTItcnZCcVBxdTdrSjVrc3c3WVo4eHFNOGRqVGlxOVNyNGV6cUk2anhqSk8wWDcxaE9yQjdXMlZaVFdIQzloWFZpZXk?oc=5",
|
||||
"https://www.arabnews.com/",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE8yR2F3SUtUREg1RkotTzZyX2pXQW43OFZhZFlwNmloaFFJckxzSUZzM2o5YkNnWV9BZUxtNmhKS3N3QVkyWGRkek5YTWg2clNhVWJZLVl0TnpUTnNFdlZF0gFUQVVfeXFMTU5WNjlsTm9XczNjRkt6TEY2Um1yVXVzWktUUEtfNHFrbk5BbWh6S3JBTU9KZHJIMW1NTkZDUG5wbW8tWG9GeWltSlhPOXE2cFpTdXhO?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi-gNBVV95cUxPbG8yTUFPSUxLSVJGVXJOdXBEOGFnNjIzTjU0RkJ3aV8wQlRaWXo3RW9hSFN6YVUydTY4Nk9YaGRfRW52dEFyYjlEb3FycjFhdnZTNGlGalF4YnNYNkJvbndkYXRPUWYxRGpXcVR4ajdfdHdTLURldEZQZThJUUdnZmZ5QUpSdHdUWGJxcEhReUJCVHZFUVd1Q2pSaS16YmdXUUtWX1EyQ3c0aUp2eU51V1F0Y2hGTVZnRi1ma0tjbnhZZUxuM19yUkpraHlBVHpLYnFXLVhId0gtZHNJV1dEdGRlSEZDSVljbGg4UmFKTHozSHpzbzFidjg0dWM3Vmtwd3BfWDhxX3FSWnNPM1BKSk9DcGlsb2JZdWQ3QzAyTVlUcWFoeWJGaUxTZk9TLWg4Z0llUHRDNjM1N1dPeFNXdGNjSDFMZFNmT2xPd1BmQm50M0lqQ21VNXk1a1c2OXFfdWdxWVc3bUVUaU5zWkJxaEE5QlkxLThfRGhzVXlYaU1IVGdYOEVBaXplVVJFOVpDV3FaMHZnU09TWGJHaVh4YVlVcDZwaUxGLVp6WnExM3hNMEFCZzd0NlhpUlI4dVczZ21GTk9fUVhkcFpvQjJvWER0YmVOQ0lJcTZkY2JYSDcxQ3dLNG5YaUkzanFCOGQzZ1Z1dXR5UWE2UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimgNBVV95cUxPRFd6T3RsajZ1NDJQYW8xTm9SWEV5SUtKZGJab2UtSkpObUplbXd1b1pPeDZycW5yMjNISG1BYUU3M3ZSbEE3RDVNWEtwYU5iemNSLWVqMWU2Um4tOFFVcjljS0NjWGhaSnRkSng1NllmakFUZC1qVkh4TEZSamlUa2JHMldza3ZLWVFZUFo2Z2tLNzZCRjBXcEpYYy1TSVczdGNJcUlBSzJfeUtLVjNYMm0wczVSZEZlYjBSeUVSMU40Q25SdlJ5RFJMY24wb1YtSmhKR1daNEhqRWRScEhaYm1JdnNEa2NHOTY2eUtOOXNybWktdGk5VFhvV05sSjh6U0xoVHVmYk5fbjZIdzJjbUtfSkFSRzNHUXBkSmxSbzlaUC1Ia2o0UGhBU3hWTV9VX2tUOVpFT0x2TmRmT3pRMUZ0dU13ZVVEeW0welhGZjNucElKaF9IMzdZcVN2cHdhU2puSWpMamJ0Nk1QamJaNHFXUjQ1SVRONWRtNC1pcmU5Z3FnZmxrTGE2WWtuRTZQa21WUzRUNy1XZ9IBnwNBVV95cUxPelpuVHhsaXZUTmtuX1NIbng0aUs1b1czTVEyODdPenA1WWxucXEwc0d4V2xRcTFVTDFxZ04zczJzVXUxT1hoNVljRDJSUHdDd1NwWVItbUZpLUlBdVBESXZiWENPY1hXR2lROXBiZXdxU1dDb21jaTRFNlM0d1FYdVFyRnY2YzN0RFVRZENVcnJiWkZFUVZLMlVWdmRiRlVHVHJObUd0Smc0SjhYbVdqWUEzNS1PWGhma2I2bTFzOXZkMXYwMHNUUDFnLXhMUk9RdG13OXJqV0tIUGp1cTdFUTFqSkRoRklBVE1ldEdrOEhxTGk4ZFJWRHcxQ2NSdTBfMUcyUVFEdDNJTDV5Ni1ySXlCd24ydWR0UmlqTEhDMkRtMjNfMDE5N1pEbkYzSjlBYlE5VEF6Q2xFRkM5bFRFaE9NMWxTNlk5TVcweklBSDE3SWlJeUZlR0JmZWxhRzhkb0dhejA0azBraG5NbmJEUVhWRkFxZzhBUE1PbHV4UjFHeDBDaU1wa0xVcFJRX0tIS3djR0NWUURFVkNNUUo0?oc=5",
|
||||
"https://www.saudigazette.com.sa/",
|
||||
"https://news.google.com/rss/articles/CBMiugVBVV95cUxOMFB0WW9TTUVfRURqbXhuaHo4Z3hGbUxDWFR0R0d6MUxjanoxaFBMYzJadE10V2NzakpwQkltVnhhcHl0VmVVMVRwMUhXU0hEN0k2RDdRVF95Wi0tUWZQQi1lNDBKeFRoam5wZE5rcHFLSWtTaUdLbTJnTmJUUWREZ0FKYUpWQVlFREE2SWotbXp6U1VGSFQta0F1cTYyM3pfd0hmSEJOVmxQZklQdjVPaUo1YjBEWGVjTVNNekJJX0xhckk0VUc3YzU5Sld5ajBqYlFvcHhWZDhSSkg3LWhiWml1NzlUSmhDZFV0VGpkaEJKdVZsUXBJNi1EbkNuOWp4TVdNOUgzYmFDdmtiMWdGZUdXcDJXeGRscHVBTlRpdTVEamtmUjBnNGtkSXV2enoybXFWVldXVlFjUHl4LTJqdE9aZ1pHSzhTd2htUW5vbkJSbnZUdXJqWFRESGRka0U5XzdCbm1FWm5nMjQtaUx3NHh3LVFhRlgzYWJTcWpxRzJUcmNIQUszbjEyVzhQQUw3RDhEVFZXci1VcVgtcjd6aXB6THN6UUJyWEZvbTRHYXNuVU5aNVlXcm9BSHNfVDNkUS1KNVZlZU1pek9EN1FCYUppb2xZZGxzVU10SlI4ZnluQnJ1THZtemd0YnlRNXByU2FRWWFBSkZmQ1pyQ3M4TGhlV25uMnA2RnFrMlk4bXhlcWI4VXc1cU1IalhVWmJnbjNPamVSOGtiRmNNS09hRW5GQ29qQWJOVzZSN0JfYS1ZOGJDVWVDUmVQaDVjU1YwTGZGaldhSTJucUVIS1lqaWF3Q00zczJablhlZ0Nxb2lERjNTZlo4WFpjM056eFl6OVNYVTNyWVBjUDl2ZEhwSzJkVkhFT1d5STFUWlB1WkRFaFZCS0JRdWIxcktJRkhaaFlIQXA5YVdnQdIBU0FVX3lxTE5kbC16d1lwbkd6WkI0a0hCaVl2aDVlRnN4ZkotbDMzWHVwSElIVk1Nam5RWmx4MFRiOWpEbnRPaTdRenRYc0FGckREa01POUpkc3lr?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiwANBVV95cUxOX0Q2eGR6SHpuS1FBczdvb1ItZEctaEdBWE1oYTJiWl9GLTRsYmItYTNnSGowVXJIYkJROV9weGh1MkQwaXVadGZ1c2Y3WFBZMlVGLWRaVGszNER0U1N6ZGhVb2FsV3pfbEpiNmsxLUhDSDhDOHdTWmw2MnpFTTg1S1dQczlFbFV4cUhXM0VraVpSUk9hVG5PYzVQb280QTY1amEzeTJEYjEtRUdfT1RoTXBoQTc2V0lmQmpaeWI3aUZ2dnk1QnlCNXU4ZkxfYjNJNzgtWVN3bTVmbHRQUnRqbmZaOEVTOGY5eUtNMzFTbll3RG5CZGJBcG01Yi1hZjdHRW1PajlweVZDZ1BqNFFfYTlmLU1rcWdKMUVzUFM1blMzQmJOREFISzZTcDduR2ZuZXJQeEZzdWdvdFFnTUJoTmFZODMyTEk0Um56ODM1eWZzZEVOMFRQS1JCSGtuNkI0YmNMQlVGbnl1d0pnQUVycjVWQUxWWTc1eTdtaG5uanFscU43YzYzZEJ1UE5ZU2picWwxNEdhbGliX252ZUtrRE52YUZHTVdFYUlTc0l3WkZOdXJoeEZ0Xy10bWttWDdO0gHGA0FVX3lxTE01UkN4MFdwcERYNFdCMnN1ZG5OUFJLZk5BQmpQUlZBWENwblVnbzBwaVRtaEUxZHFGb2FiY2FybWhSNTFIU2NmWnJrUUtJbGRRbkI0NUlZOUxrM0tjTjFlc3VNcGdESFBmU09yLVlLOHZUTHYzV1g2eDNfZHMwSUxVYmJBN0IxRWZDaWhia3Mxd0gwaFh6S2prZV9OYTBYbnJ0V2xIaW9zWGN4QmlFdmZjVHJzaDZndFlpUkc4SmxKVkxGYm9ZcS1COTNrWUwxRWdVNHlETUF0TVdIN1UzRXdzcGVmbWJJbHZWbjlMZnMzOEtxZk1GYjM3aEdZWHcyWUwxWDlLMXhZYWVwRkdCYVlWOHdqdlg5Y1RBWkx0OW55LUo1ZXhTLTlLVjYtNTVxUkhOQzlXSWdnZDYyLVFJaUYzRkMxNHZ6NDFVOFU2MGZUQWRfbENvblpUWnZUejVnQlRiUzhleWwzMDRUM0VIQmdWVmM3ZmlMQ2taaWRITTN6V25xSlRob1RVRzVXbEtJOUtvSVQteUJZOXRIbGl1RGVpbl9WQVFMcU80Rkk5TWkwRWtjU0xJV0xGTGlOa21qN3oxbXY5T0E?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi6gRBVV95cUxORW1sNU52Nk8xbWU4NEZzUnJCR0g4Q0xRc1JUWWNkY2hnbjZ6bUJPMG5kYVVlQkFxZkFqLVRkTE5reW92VVBOTHdTRkw4cXZzQ0pEZGlhempmUW1XVGIxOFNzWkdZYzliMTY2Ry1veDRUdmFfWDFjeDdqNVJ1NlF0dmwzWkRfSlE5T1FueHZFUGtMRG41ZG8wSjVOQTZtUS1XcnhHYklWOGtGMVJBRDRibjhsMXdVb25rZVMzRU5jVEFQenR2dDVsYW5qNGVCLWxMaFZwSXl0NU0yNWJHM0hsTXlsRnR5MTRzc2wxWHJFRTVLTm85bVNnS2JibkRBZ3puZG9wdTNVVUlrUHBWaXVtQ2c4MXE0SXFhZVdncFhJTHRrdmVNb204WWNkR29way1tTnAwR3pjanUyVHRvN2JRc0lRNkdtcG9EVjRDU2pSUGl1dTd3UU5tbXU3dWcxdThNOVNQVk5BS2I0bldXRzFGY2VWQmZwNnpVUmRkSXVMNWQyVEFNTUIzb1M4aFZaVEdDaHlUc1dxVlk2a19CV012Z1U5UWJZOG1BNGRjU3BPSHA2QThvZkpCWDMtZEVsT2M4dGM5dGlDTnNURE5HZmV2dXVNSnc1UkZjcmJjYnMtejdIdlpOS1F2UXBtVGNzR29mbVpvQWhJZzVubUhsYXlXYzhtYVJVMlpWdmQ0aDRDc2szdmtmbldmWDJuU3RldzVKWFNLTG5qemRlTnU5aTRUV2lfdjJKbmRDeDNoajJkbmd4RDNBWUZiWlMyLS1Db2FkbFRrclB2QmFxOEh1Q29vdlhkQnRHMDZmR0HSAVNBVV95cUxOb1czZ2hycThOczMwVm1Cd0tEQk9iTWVpTVVTTkdzVGZUeWplRi1KTWRSekdZT0tnSGNNcGZONDE1TU16WlZpOVIyVXpqRUplTG14OA?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMimARBVV95cUxNdHZaVmtRTzBFbW1nVV96MTRVUEkzQ0FzR2thd05sRHRMSmZnZEVDQTlORHk1NXZyNlVDbHFnbmRuOXBBNmUzSnF4SjZGZDVUaks1azNMRTZqZWVlc2pqOTI3N2ljUnVONTBHaEk0V29jSHpKWlV3Sl83ei1LLWFEZVpJTXp1bjRpUjd3R2llZFRkak1lNTNLd2kxUE1aRXc0di1FMGxlcDE2ZjRTeTlHTU42bnRXc2UyeTN1bDdDWTF0TW9jY0R0VnB0T1NfNGd3TDJxX2wyQ0NHT3lYXzExZk4zaXlYWnZRcE5WenFsaWctai0wUDA3cld6dG41TDlhYWlFRTI1aWZ5S0VhaGJfczM4ZWw2VDZhY3BWSXROaXpQOG1OT0pwOUVnWXlaaWNBa19EUGtTcTlQZGtrUEU2RmQtSXFxX01jZ0NHV0ZwMjduNEJrX0hsY1BLWllwTkJOYnM4RzZIR1VzdVdzYklOejN1SWwzZzlvM0lGLWhzbTRMRWJYOVREUWVDNmxtMVQ3VzhrZG1DUGM0dU5zSFFQTHY2N21rUWh5U3lVejVrMVNPa1puQ1JCZWVuajVPbl9xUDJldW5DSTZvUUFUdjViQ0JsaVNVdURnWjh4YWpDTUlLaXh6dWNkRzVHdlBrNWlxdDJZX1ViZlhrWU5JOFNUVWZSazVuYTFqNVd4Q2NLUVZ5Q3JxT3BWZ9IBngRBVV95cUxQUzNQVnZmdnJYS2JjMjR5dWYxa3lVLWNLdDZVWXEyenV5eHhZaF9fOGZvc1dUVGJvTjdLU3k5ei1HTFVCUUxmNDhPVGpNVHJjODlscjJ5aVBUNFZmQjdJUjF6N1NuR2VQWndldnlpcmpuckxPWDRuOEFHV1NxbGx3YVJsWUd5aVRvUHBpMzg2WTBTN0VDQWlWVllCUTRYcG5nQXB5U1FVUjJNWVNibTd6bU11Z1FRS2gtU0hja1I2eWk0ZjI1aG91bVlQY0l2UGk0d0tIY0hxVU05WmNhSi1YTEUzSlpORXl0SC1hZVliUnF6bnctbEI2OFZmNDhhc3RFRHVxS1FTOUJ4WkZUYmdud0lnZVVQSl9sZER0MzRBU01PVTlOYUg2WF9FWlhLckNVeE96WG0tMk44Z1JaX1RDOHNRMVZ6MmhlU1VjcndBdnBjWm5rdmxFYkllMVpXZDVxY1MzZDhNNEQtaF9waTRhR0p3SURBbjNfT1gxM0l2RE12ODk4UXhYTnVlT2ZMa21MR05XVU5iQlhtV2VEWDdsdUVVZXBqYUZCSUlSczM5ZS1ZMkFHdzdDZVQ0eU03QWNKUERuNHk5T1ZhNXhyX0dadW5MaWJFWGhTUldkbnVRZ0M0d2p1Z0pMU3FRdlhlOUpZSFVpSlNHcWZkU3lmMnIxTGxOR2J6RGppSnJ6d2wxak9GQ05VRll3QjJ3MFQ4dw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMid0FVX3lxTE1uT293UXdtcFQxdUIzcFRxaU9OeVJkemRyRldYeTMwYVJsX21mb2ZlaEZaVGZaT295cEJXb0tkZ3lwVnZwdmpKb0gyOWR6Q2xXcXpnQ3BFdy1lbDZGLXgwS0hMaWNaYVRzd1U0WENkRUpBRE1nNGNB?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTFBZM25URmpsaHZuZEZWZndwTzFWZUFtYjZZNVo0d081WnhZZlJKcWZZMF9FZkRFZ1BVVGJpSlMtUTRndGRjYmJTLXBMTjREa0lfS0I3Z0dxbHBrUW9YdnNr0gFUQVVfeXFMUEtibTdMUWxNbjBXZ1BubzJUVHYxcHVDRHNDVHJhbDU5S2dNWHJVcnVHQUYtUThoNzJqWXAxM0JGa3oxVzU0VHMwLWdqVG1RaDdJTTV5?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMivgJBVV95cUxQbmdjM0ZOUzhXeTBOSTFzTUlXcDFqdWFWdVJ4dDA3SC1jaVBQdUVSZ1NJbFBiOE9SX3FqNHJaSmYzYUpTbTBmSFVvNEgtZDlPVUVmS1EzZXdnZXMxMVplelB1S2JFYWZSQUNqb1NYMWtOdEZKa0NkVkQ3Z01qUHRhUEVTMnNSeTFDamFGTF9NdnBPQmhIdzB6eENfSnhuQVgtM0hoRWlsOFdYeVY4TjU4cWlMbTRGSy15aGQxdjlWc3B4MHBOOWttUUFkd2JNZGxfTmtTdnNsN3kyOEstS0tlem1YcndsWDh5Tl83cHcwMVdSd25pUW9iTVpRM3NhX0FTODN3b3h5Q1NZSERSVHA5R09FUGtSeTluLUt2SnBidWRhODRTZFJHeWZqd2J5amJ0REtzWFBmbUdzMDg2b2fSAcMCQVVfeXFMT1V6VGxrWVRQa29HUE84MUlsZDg3eV9pWVdUMGV6Vmc4RGxaNy1qYnQya2xjTGc4aTJ2Rm01UmpMejJYV1M0RXQ2YWRFakxJaHdKNjFvdUxjQUdfaDNxc0pTV29BblBvZktHNjI0ZWJwcWQ2Rzl5LUs3ZlBvR0h0UWdMdThMczcybnQxNTBaemg4S3FnQ2tmb2dRaXgxV3NYbnM4OWN6S3gxOU1xN1lfOXB0QjkzUERQYXBmUjA1ZGpTaU1iTlZNOUtNU3Z6bVBGZEVLelZ3YkZSWHQxT25RYllSTGtGWWVsQ2xCNGprR1dhc0FxOHJFTmhydWZ3b3lubVgxTGhLbTZaQmNCYUQyblZ6RjZSTDRTaDhRZkx5V1Zval8xTlhnLW15OThoTFUwbjl1VVhTbmZQeG1YMjJuaHhudWM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi-wNBVV95cUxQSGJWSXR2V1B6RVRTWlVUUmlEZUZyYzZxWWdGUHo2d0pldk80OS1TejdZS0MxZTFCNmFpMktEZGFhblNITzJPSmltWDVVVm1mU0hKRXRTbVRlcG5BQ01EQVdaaVMyamZobFBxYzUwWUhmLUVxZ1hEc1JHOE9zZF90QWd3WERtdEFiY3d1LWQ2OEI3REFFd2FydUtpVDdtYzJWTU4yckRSOWV5VzlCR091LU8tN29xTnZjTzViZTlfdjJNd0RWX3FqWXRUeWhxczVJVFYzdTRWaTl4UHlzcExrRE9Kckd0WDBwUHlNNmtoZkxQOUZYaVp5aUh3UFE3THhFSzl1eGoyTWV2TU9hUE04OHlhNFdjMmhfeF92UmNxYnVQMktfOXZ2SXpEaHoxa0hjTDcyTEh3ZHBfMzVOOEJIZ1hWSlk0dGFPSjl4R1ZaVkhrYVNZTDhhQndnMURxNGRxa2FvWG1iazE0eFd4YzlkM3BNR0lRcFJpT3ZFNjhUNl9Dc3dXSW5hTEdHT0loYTUtMll1QTc5c3U2VEZyTVBmZ0JKZVNxWHRqbVlsWjYxenVFd1JPMWhWMXR4TE5IOVB4Z2tubWU4aVB3bnQ3bDdqTXNvWm56Q0owR1lTT1MzR2hUOHc0WVVPXzl6QmU5dTBnaExyMmJobFlZRWPSAYAEQVVfeXFMTVJrNmt2bDVvLXE1YzhCS1JOcmlEbHpkN2lSQ2dpaFlkWlc5d3VZRU85RkJHMGF1bHlyc1hHX2JPd3hoNTFnY0VmcFpyeGJlMF9yT3MweWlCV3pzQzE5MjFGYWN4eC1LMEVibWczZFBDNmtpRHN1eVRZREtKaHJHalJ4YWFiME84RU4yejJQSWxYYmJ6X2hzbTZyU0tKSHRBOFRrd2RlSjF5Y1FkcG9ncUZ0X2hYUnc5YjBBczU4c0pFajE3LXRycVhZWlhIWWpaXzFITS13LWVWZWhqUTllY1FJMUNQWHUzRnpaU3pncnJORDdERkVSMXVweXoydjM0cU13aUVFYlRJQjFQUjdDQ1RyZ3pWSFBwaTdsdERpT2lZSUg4UUE5YTREZ1Z4UEFuU0dGR3BmYlQxTjVWb2ZvZ0tVZVBmUEV0SmZUSXhQNmQxWjh1U2tPTTZuOTdGY0tCVHY5NlczYWFJdE5YZDVrR0RpcEpNOW1RY3d6SmJ1b2M2TERidDRlV0FNaUZqTUhjNG9NTkJuYi1HRUQySUlROVo1S2pKcWo5VXRSTWFCektXTGVjY3c0MGNQWThyTEFnUG9ZaHVONGZSN0FQY1Z6b1EtdE4xVVVPYnB6UVBHUTc4Y0xFVWoteW9fVU1wS2N6R0lMY3VSTHRCVTVCYmd1SHM?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi7AJBVV95cUxPMkVuV3NMdjREN1RrWmFRY09Nanl5dEZLTnNKZHNGN0oxdWF4VWhnTlc2ZTlGM2NmamYwVkMwN21EQktUYzRTamJhY1pZTWJSdWpPWXM0MGdUd1BjWjdrM0R4RDlhWk9ZM0s0SHVpUUM3RzVZcnJiTDVWUlhDN2hXcHdROXlSN1BoVEFZMktaR01GMmJndERxWm1DRHNtS3VZWUdtdkVWSGg3OUpsV3FsdzNkZ1laRWRRdkZmTEh3ZW5ZMWU2QlFacU9POEtkRlpITUxxRjAyc1dWemt6VGdNaWR2b05aNkN2SFB2NnZfb2pjbDVicEF0UzZfU214NFBhQzFzRnVfZkt3RWw4NEJ4cEZ2WWxpWDh3aGxYa0RidXozeTM4dGdEc3hCWTFoY0dFQVVWd0dPdXdfTmZnYTVxcUx2WEZTVzkxNUx6MzJzSU1JYUptYS1MWmx0cXJydUxFTFN0UXB5ek8tbjhZ0gHyAkFVX3lxTE9KbU9SMDVObGFzVTlRN2NWOWpza1EzbUktbUJYX3hyYnlxNjdyT05uZUhLa1pfN0o2UUI5a1A1S1pXbFVvYkVtbHpKTmQzb3FKSHFHdkJxMGtWa0xwRzBKTUcxbTRSY0t5QUFkZUNwR0hvblJHNjlrYUpNV09xS1IwaWE1Q2ZlbGFyb1Q0eGZ1MnVFYzNOQnluLXVHcHFjeDBGMVpoR0M0NkItNWFlVktwdGFxNnRrMy00d18wS0ZvVE1aemtxMDZIUTNjV0ZVODhoa3pjS08wX3pkR2QwRlBkck5xN0RaamdOVHJBS3ZfeXFMcTRLbFEwRFBFM2JwQ0xKTGZRdHA5TVZpUC1VWW0tazBwTzh6WG9ZNmVPUGhvTHh1Q2ZoOWFjb3M3QzdzR3lQd0lPRGpIRmNPNXZ1RVBic3lOVjhQM1B3SDNpM0VWclppWjdHZWxmTmJBN2FjOGFqU0hFbmxINjF4UlZiVFBsTmc?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE1MZVdSMmpMWG9jR2JCRzg0dVVDc1JfUW9nT0hyejdaWFlzVEE4TDhNRGdGMl80V0hZWWpyUGNyUnhIY3FxNnNGZUZOeXFnMjdVQTVDcHBreGZXank3d3hZ0gFUQVVfeXFMTUJXY2lVbnNTb1dqTXRyLVU0bmNJMV9STVlubE1lN08zYm9kQlBCN1JNVUdRaTNNM2pGa0NYMVN3R0NMbFBhV2dqVGx0T1RpdDBZNUFJ?oc=5",
|
||||
"https://www.sama.gov.sa/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.my.gov.sa/",
|
||||
"https://www.sama.gov.sa/",
|
||||
"https://www.spa.gov.sa/",
|
||||
"https://www.arabnews.com/",
|
||||
"https://www.saudigazette.com.sa/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.channelnewsasia.com/singapore/national-dengue-prevention-campaign-launch-6123056",
|
||||
"https://www.shopee.sg/",
|
||||
"https://www.channelnewsasia.com/business/ackman-loeb-take-different-routes-tech-bets-in-early-2026-6125151",
|
||||
"https://www.channelnewsasia.com/business/youtube-snap-and-tiktok-settle-school-districts-social-media-addiction-claims-6125166",
|
||||
"https://www.nus.edu.sg/",
|
||||
"https://www.channelnewsasia.com/sport/morocco-beat-france-ayyoub-bouaddi-in-major-world-cup-boost-6125131",
|
||||
"https://www.iras.gov.sg/",
|
||||
"https://www.channelnewsasia.com/world/trump-losing-patience-xi-jinping-iran-war-strait-hormuz-6125136",
|
||||
"https://www.channelnewsasia.com/world/trump-isis-second-in-command-abu-bilal-al-minuki-eliminated-6125356",
|
||||
"https://www.channelnewsasia.com/sport/kohli-play-2027-world-cup-only-if-he-can-add-value-6125401",
|
||||
"https://www.channelnewsasia.com/wellness/cardio-strength-training-exercises-benefits-6089961",
|
||||
"https://www.dbs.com.sg/",
|
||||
"https://www.channelnewsasia.com/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/travel/johor-bahru-mall-guide-shopping-6077651",
|
||||
"https://www.channelnewsasia.com/business/ares-management-bulks-up-credit-funds-in-first-quarter-2026-6125056",
|
||||
"https://www.gov.sg/",
|
||||
"https://www.fairprice.com.sg/",
|
||||
"https://www.channelnewsasia.com/business/arm-holdings-face-us-antitrust-probe-over-chip-tech-bloomberg-news-reports-6125096",
|
||||
"https://www.channelnewsasia.com/asia/malaysia-police-transnational-scam-syndicate-visa-policy-6125416",
|
||||
"https://www.channelnewsasia.com/commentary/vietnam-bid-semiconductor-chip-hub-us-china-chip-war-6123421",
|
||||
"https://www.singpass.gov.sg/",
|
||||
"https://www.channelnewsasia.com/sport/slot-backs-liverpool-bounce-back-villa-horror-show-6125046",
|
||||
"https://www.cpf.gov.sg/",
|
||||
"https://www.channelnewsasia.com/sport/liverpools-gomez-rues-frustrating-villa-defeat-amid-tight-champions-league-race-6125236"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.sg/",
|
||||
|
||||
@@ -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/politics/3255994/bangkok-race-set-to-tighten",
|
||||
"https://www.bangkokpost.com/business/general/3255620/ecommerce-platforms-defend-rising-fees",
|
||||
"https://www.bangkokpost.com/thailand/general/3255764/navy-pushes-new-frigate-plan",
|
||||
"https://www.thairath.co.th/",
|
||||
"https://www.bangkokpost.com/business/general/3255799/oil-inflation-worries-push-shares-downward",
|
||||
"https://www.bangkokpost.com/",
|
||||
"https://www.bangkokpost.com/business/general/3255739/tourism-strategy-targets-highspending-visitors",
|
||||
"https://www.bangkokpost.com/business/general/3255774/financially-weak-airlines-at-risk-from-rising-fuel-prices",
|
||||
"https://www.bangkokpost.com/thailand/general/3255934/thailand-tightens-sales-rules-for-cannabis",
|
||||
"https://www.bot.or.th/",
|
||||
"https://www.bangkokpost.com/business/general/3255979/a-closer-look-at-the-ai-hype-train",
|
||||
"https://www.bangkokpost.com/thailand/general/3255724/bangkok-expressway-expansion-to-be-fasttracked",
|
||||
"https://www.set.or.th/",
|
||||
"https://www.thaigov.go.th/",
|
||||
"https://www.bangkokpost.com/thailand/general/3255679/state-agencies-deny-graft-claims"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.thaigov.go.th/",
|
||||
"https://www.bot.or.th/",
|
||||
"https://www.set.or.th/",
|
||||
"https://www.bangkokpost.com/",
|
||||
"https://www.thairath.co.th/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.hurriyet.com.tr/kelebek/hayat/tuba-buyukustun-yildizlar-arasinda-43173922",
|
||||
"https://www.hurriyet.com.tr/dunya/live-son-dakika-trumptan-irana-yeni-tehdit-her-seyi-iki-gunde-yerle-bir-edebiliriz-43174768",
|
||||
"https://www.hurriyet.com.tr/kelebek/fakir-hausgerate-ile-lezzetli-tarifler/somon-bowl-43163358",
|
||||
"https://www.hurriyet.com.tr/kelebek/televizyon/gizemli-karelere-begeni-yagiyor-43174767",
|
||||
"https://www.hurriyet.com.tr/kelebek/stil/sertab-erener-o-esegi-sahiplendi-43174769",
|
||||
"https://www.hurriyet.com.tr/gundem/size-en-yakin-nobetci-eczaneler-adresleriyle-konumlariyla-telefonunuzda-hayatinizin-yeni-asistani-hurriyet-super-app-her-aninizda-43117696",
|
||||
"https://www.hurriyet.com.tr/kelebek/fakir-hausgerate-ile-lezzetli-tarifler/sogan-dolmasi-43163357",
|
||||
"https://www.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/",
|
||||
"https://www.garantibbva.com.tr/",
|
||||
"https://www.hurriyet.com.tr/resmi-ilanlar/istanbul-12-aile-mahkemesi-43168447",
|
||||
"https://www.hurriyet.com.tr/dunya/kievde-iki-gecelik-kabus-3u-cocuk-24-olu-43174755",
|
||||
"https://www.hurriyet.com.tr/dunya/trumptan-yillar-sonra-sasirtan-donus-cin-virusunden-buyuk-lidere-caresizlik-mi-isbirligi-mi-uzmanlara-gore-kazanan-taraf-belli-43174410",
|
||||
"https://www.trendyol.com/",
|
||||
"https://www.hurriyet.com.tr/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/kelebek/hayat/cemre-kemer-bizde-her-sey-organikti-43174235",
|
||||
"https://www.milliyet.com.tr/",
|
||||
"https://www.hepsiburada.com/",
|
||||
"https://www.turkiye.gov.tr/",
|
||||
"https://www.hurriyet.com.tr/gundem/huzurevinde-olume-21-bin-lira-ceza-43173838",
|
||||
"https://www.hurriyet.com.tr/yazarlar/ahmet-hakan/finansal-suc-agina-kendini-kullandiran-bir-adam-43174705",
|
||||
"https://www.ziraatbank.com.tr/",
|
||||
"https://www.garantibbva.com.tr/",
|
||||
"https://www.hurriyet.com.tr/",
|
||||
"https://www.hurriyet.com.tr/dunya/eurovision-cokuyor-43174733",
|
||||
"https://www.hurriyet.com.tr/dunya/lubnanda-ateskese-45-gunluk-uzatma-43174754",
|
||||
"https://www.hurriyet.com.tr/sporarena/galatasaraydan-orta-saha-transferinde-surpriz-hamle-top-kapma-canavarinin-menajeri-istanbula-geldi-43174762",
|
||||
"https://www.sahibinden.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.turkiye.gov.tr/",
|
||||
|
||||
@@ -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://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://www.post.gov.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiuAJBVV95cUxQWlkzTkFNUHBUUXBlRGRiMzZWSTBQQk4wbUtmd3FNbV9ZZ0JuZGdSaWFpbUUwdXl4SVFTeXBLTi1DZzhMU0VHS3BKOV9IdmF5akhiVkFSb2l6Y2N0clVTZWdsNFdmRGJFN0RpcG5zeFl6VkZmbS1Dd2hwOXI2Zl9wYXY2ODUxdlkwMkVYVTJtQ2YzNEhNcGcycEJHamRDUFFzeTZsMVh2ZUpvdWgtZTVSU0EtMFRuY1FHSGVIX0N0WnFadWVRdEMtMTI0MHh4Z3diamJlQWtXVEZfWGIwQk54S255OUFNbW5xclhqbnBhaWNhOEx3bHlGX3NOX1ozWTFwRnAxc0lVUmhfOUxodkhwanJnTlpzc1k0aFhjTmpLRzNJMzM2MlhIbW11UXU1c2d3Mlg2SEU0NW4?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiigNBVV95cUxQX0J2T2t4dFJQbEgxLUQ4QUdCMmhNX3Z5Y3Y1bVl4UzVPOXVBS0NpLTB2eEZCS3RWLVVZemNmX0JCZjVlMmd0OUxtWnJfLVdDZGJ4WHZoREhkdmlCZFRFTlUyeHhsMHNjUDg4NHNIRVRxbkY2SlpMM2J4d2FnODNSNThiYzg0WmhwaWQ4V3pvb3ZTYWE4RnhEWGg3aTZlYXFoZi10d1Q1LXAxX2FycHNDd3AyMDlUdkdNV042YndnRmNqYk5tVVk1VTNoVXI0SENfTVkzeGw2ZVJDSElwSFpfR1VOWHVCZ1JUV1cyOTR4eng3ZFk3cnBjalFVQ2NJQWdmZWVIZTJ3UTBWQnBtczkxTTYtLVpIV0gyTkd3NG1RZGZ3QzdLUVU1QnBZVDNpWC1JWW41NENoYkw5VVN1ODhsQXBJOWhIWVZIdG9wNE1UeU05QVhZT3VHSnFyZWswMHJ0VTFfZ2R0ZkZDa19HUVE3SllUVTh0YXl1WG9Bcm1mSkJjZlJnZVE3ZmxR?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiTkFVX3lxTE4yOGRJeEV5QzZrZ25VWk13TUhZUVJBOFVRSzI2YjZwRThFNFM2amEyZUc3UTNoSzdTallEb21wRUZFeHBBTFlaX3NNZ2Ezdw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiW0FVX3lxTE5qSWxTWDlfVkNPSzhGQWhaS255bU1vZHM3UXRPWlpkZEV1cEZxQ0hoNjNBdDAycEh6MHlwblNYNW5MdG5CWHNzRVBhYXdJOVJGNlg5NFFyenphNVk?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMivwNBVV95cUxPajF2WW8zOW93bHdsMzk0aThIMUZhZmN0ZGd6N093c2ZmTjhTb05iZGEteDBXanhsUzlyRDV2dzRXdXRDRGFoQU1Yd3hfNjlpV2JRZFNPMTRNLTdUcEZnelBVcm1qZUZsLXd0bkJXMzJfeTJHak1vZFlDZHh2VE9YRUlxRi1HVGZSUGVwdVU1bU91NXlydmNodUdrQU56dl9sQlhtaEYzS0d1MC1pR245bWlCejJnSUlQU0ZSUWo1X2drOXVXMkJJc1BZNTlBZGxNc2VEd2ZPbWRZMHFsWXMzaDJLbE1yYmJTT1U4bFoyNFV2QmJFOGtWc1RubEp5dUxpTkduTHBCR1VaUHp5SWlBU3hmcTYtbjFOUXM5TlAyWXZ2b2pmRF9BRUk4QkFJRzhBbDNuWHhZeTBNRkdlclBTdkx6NHFaYmZ2X1YxTGxuOU5jM2JZMlV0d1QyZms3X2FaNmZJZ1BPNG90aUtUS3FJVnN3UUdKQW5GQ0pJcWwtTHpGLTZ3QmVNVS1tU1RDTHFublJiSEJ3eVllRmhQb3RKWkQ4ZWVyY2p1bFJsN3BDWWtwMFRKNGJ4VUItT3daTm8?oc=5",
|
||||
"https://tw.yahoo.com/",
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTE53RHJZRmZlOXdMOHRVbnRXTnRvTkNTRGd4VWpabVVJZl9YWGpwR0lYQ0Y5ZmhvREJkTjk4ekszQ2dYak40TEVZZ2M0VktKcVY2YWtPNjRhT0xKSm9WVlhDU3BHcXDSAWpBVV95cUxQTlNKYm9seXhraHl3Y0tQTVppaE8wODF1Y0taTTNic3lGUjUwN3dMOXN1TnI5LWRvaXZRSG1ZSXJoNHo1emd1MmFKdzM0anJGVERkX0llclV5OXI3UTYtQjBQTXRfWmVwb1p3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTE5fWXE5WjVmdTJycGFQbW54NE1kS3QxS3FPWHM0SW5FZXFwRHdqb29laXIwdU51U1F6RjBNbUpEc01hMFZPZjNMVzV6bVg5MDZkU0tJcFJVeEgxMm5kVkNqaUxJYWTSAWpBVV95cUxPOG5zd1VTeVhyMGZySEhwdGRHSVdfSUlGWnhIY0JKb0tFeVNzMFg0U2gwcVZpT1IwUGJxNUg4bmd1bjlNTjNNYkppRkhVd0xXamRVem9wU20wbU9INFYxSlpzR0JqNThCOW13?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE9vNEltejR0bHI1RVV3UnNhRDNOSTJhZDNHN3VubzdzclFDR1phVGxWMXpyVU1vWWEzM3pOdFdGZG1BRDI5TV9BclduczBodm1o?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://www.dcard.tw/",
|
||||
"https://www.cathaybk.com.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiXkFVX3lxTFBiOXZDLTJyY3M5VmtMRjlLV01tQ1ZDSC10WXdiczl5VlVyVlBmVlNrZ3ZsR09NTFI1M21ONUQxbWVSMDVVWWFONXluOGd5bjB3RE5QYTMwVGRaMEdOYnfSAWhBVV95cUxOSVVBR1VmVm55SjlpNVVwS3BTSEk2ZTRZY2gzYWdoT3h6OWhIc0V5R2l3MFF5MnJ2dkZncU1HOGdPZjVUQndud0pZMHZiNnBFY2tWSXotZkVYMi1rWDd2SXA0anltWlJ5bA?oc=5",
|
||||
"https://www.ntu.edu.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE5OandJeHY0a0tOQ2NyV1U2Sk5GNzktZlg4NFFPd0RWY0tyMzB5N0J4YWRxdVA0X3Itb1FWT0ZiNGdhSkN1WDExV3I2WHdIMFVKMDJtc0tLNnd0Nlg0UERN0gFkQVVfeXFMTVhfV3hOSkpBOVZpTGtQSE8wUEU1b3N0WnZjWHFRWWFxbGp5azVjTkhxR2tDWHgydGRNZWtFYTFoelZhYzNDUnYzb0FhZDByU2xsZTdvMVZobS10am1TVFJ0NGtzNw?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiZEFVX3lxTFBXS3NhblI5SXVfc2JFSnViNDJuRDNQM1NzN19lYncwcHcxQldERnBWMXRmMWJXUzdTNXRBOWFZY0NkdEZYYUNMcEhDWnJoT09rdHhQRmZ0N0owQThBMnJDbmpOYnLSAWpBVV95cUxPcnV3MHppZ1JtU3NVYlhFVWF0X1hSM0hqSU9KeUlUQ0h1M0hjRXhWVXN5djh2SE9VSGdNM2NBM0dTWnF1Z0RadWdBWjU4a0pXdEFiZTNTUmowVmdwMHBQWXV0TWJKSHZpSWN3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiowNBVV95cUxQOURsNS1wTTZ3QW93MFB4anJrSnVEZ0g4WHZyeUxkSnkySE9sd2NtdFJHMUJzcS1pLXdDYTE0MlZFWnhWV2dycDMzeUlUWThfdDEySXZ4ZEZTdnItZlh4cjRTMzBxbkx2LTVHbmVjVDZsSHFRLUV2eXNyOHliV3VudzhiSTl5Tk1VZVFYVGk3M19LeExtanVkTk9aS3BTaWdSWUFZS1Y4VjFIcExFOTA0SzBxZVF0WVB0a1lVVDZ6cnhxLUk2cEQxaHZrcFNaZVY2UTlfMHFjNDA5MUh6Zi1rNFRfWXM3RWtVcmJCTUNvajZScE4zVnpSVVdQbDRtaUVlQU9VSnlFN0lZYVl5QzB0MURlMnA5Y2IwU3RFYXV1VjB0cDVOM2EtcTM3ZXpRaHJKbDlOMjdqUHVCRGZSV1RxX0QyYjY5SGtwTi1NY1ZZZnlGWi1VQm1NSG9KUnRsaG5WLVdmWFhDcmQ5azBlR2E5ckZReExycHBGSVM3RkFMSWRYX1Y3LTJlamtsYXc5ZlphZFBpQUlsU3dkQ2U3OUMzdXk0UQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMifkFVX3lxTFBIbU52LU55TDZGMHIzRlpRMXI3NU4xSDdiVGJrODMxUzBIWmp0dC1mWDUwZTl2aENVTjN6NFBfZUV3MFBTOExSR0JhVWx6bmhRZnpQV21Eb1VSSnBxS2QtSUZZOTlDY2NpVm5tcUhXV0VlX19yV2R5cjNHVkFWUQ?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiVkFVX3lxTE5UTVRpZ2IxdkxEX0RGdEViQlNSZU0zb3hDckszclI3SWNTMjFlV29fMUJMNDNWc00wam5FTlZxNThBTHNFZTNCZ0hnaFFpeF80SjRvZ3N3?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMinANBVV95cUxQY1YxdjZ3dW1HT3RoeW02Z3hPRW5RcDVPN3BOTTBEVnRsSE9iLXh1Tk9QNC1WVTZfVndla2ZtVG4xVUFSSmxNNFhxN2NXV3F6TFMzcS1CWUlMTEpEVVBQS2NCSzJPZkY3elNoMDduX3hSSi1yUEFVOFdtb1E1SUkzcUhJeWRSX2pnLTJ3LTE2V0lkbGc2VUZOWGptcDE2dkpHUS1uWlNzSkxBRjNCaTVIR0E5dHVxSk5TRWxLdWd6TWhzYlZWTUpKdnMwcUNDbWJvcEI5cDRrLWtxTUQ5bnlpZHhyY2VFZUJlMFJVVnFBN3BTVV9YZEgwR2UwY05HWkxOeldwYnlTbDU4WF9JZ3FIREx2RlJwMG9nRjRmS19DVi1EbEdfZVlDMVFIVDNOWjJjbkNuR2s2XzdvcmlpYlR4OVhVbnVoTkUwelFfRGxoS2NJNEU0Ykp4UkdCdWhBNWNZWDhhUzJvQnFtU1IzR2R4a0d1bnI2aS1fNDBsS1FBaDRGeEhEYWF0c294ZGhxankzaS1SbWpMV2JjSEZF?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMi9AJBVV95cUxPTzRNQmU2QzdqTWM2Q2dkd1gwMzFQTk9XcUE0RWlPSGhMZzVvd050NURGV2hPQlNtRHduMW5xY0poR29WUXVjVU1od1BQNmdwMWNqSEFSNVQ3VG02WndOYWE0Q0d0RHBpck5CNEtCVjRjcVhYdDd5OUdSc1B6dzlxR0F2OU9BenRsYkN5ZTg4VW5uVXRzR1l5bnQySlg1b1o3ZFRXXzFpWUdCV2FEQndPTWNIQnpCblBZMVhvR0NhNXRFMXF6Q2FhMGFEUkJJRmxiTHAzZlY3NDh4NjNCc3ZGdG5lREl0ejlOSGx6WW9Zdkh1OF83QVE1YVhmTUhHV1QyVHpjYVRMclJoWGtEbTBGRzBzbjNHNGFESk9yZF9XNGZ2WVJNMFFrMWJ4QzZIZHpreGszcUxRYVlIX2FudlBsNG5rRlBLUkY2RWRnS0pKSGxsSC0zRFNiQnNHdkJmWGJyOFFkQUpPa2tVcDMzYm9fdmRkZ3c?oc=5",
|
||||
"https://www.gov.tw/",
|
||||
"https://www.momoshop.com.tw/",
|
||||
"https://www.post.gov.tw/",
|
||||
"https://news.google.com/rss/articles/CBMiX0FVX3lxTE0xOHZEN3BqQ3cxWVBqVTgwVnpjaVRoc2pyeXZlcF9pcWU1eTFXZE51Uzl5UmNiaXBkSWpPVUwxbEUzd1dmY1ZGLV9pSmZlS0ViN0FtOG9LV0Q1Wk10cXA40gFkQVVfeXFMUGUyU3c4blBBeXJxWXZ6WUM1RVZ5UHlqWU9xZTc5alhCbTJHd20tQTJPa0N1NXVIUkJ3MXZ1TWkzTGhTMktveFZwb3ljN3lIbFZ4Rk5Tb2c1azRtejBxWW5OMktGYg?oc=5",
|
||||
"https://news.google.com/rss/articles/CBMiUEFVX3lxTE9nQmtNaGlnZDdJRFVkaGp1ZWdvVWZleTRpNmlkZTVJSXY2Y0NvNzFGNjM3TkNEdFJHa2xSWW5abzVXWVpPODMyRHpXWFl5bndu0gFWQVVfeXFMTlVuUkp2bXR0SDU3ZEJFVVVySU1DSExUcEliV3Vkc0hVbnYyX1pHaEFDZjh1ZU9FYTUxSHgxNmNKd3hmNUxPZjFqYkIydElUMEhkMmt3dXc?oc=5"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.tw/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.bbc.com/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.ebay.co.uk/",
|
||||
"https://www.bbc.com/news/articles/c1w2gnd9xp2o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cq8wjn98y85o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/clyp1lnp4ygo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.gov.uk/",
|
||||
"https://www.bbc.com/news/articles/cp3pww9g0p5o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nationalrail.co.uk/"
|
||||
"https://www.bbc.co.uk/sounds/play/p0nkrlhy?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/iplayer/episode/m0024z37/whats-love-got-to-do-with-it?at_mid=gwNkhmpDbl&at_campaign=Whats_Love_Got_to_Do_with_It?&at_medium=display_ad&at_campaign_type=owned&at_audience_id=SS&at_product=iplayer&at_brand=m0024z37&at_ptr_name=bbc&at_ptr_type=media&at_format=image&at_objective=consumption&at_link_title=Whats_Love_Got_to_Do_with_It?&at_bbc_team=BBC",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/news/articles/cgmpz1mxzd9o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/sounds/play/w3ct8lz2?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c4g7zd66e13o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.postoffice.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cgkpnnen5dzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.bbc.com/news/articles/cq6p57mnz9lo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c5y7jp32nv9o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8p61v7l68o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/news/articles/c78qzpg0n0go?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/sport/football/articles/c392rp8lwe1o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ebay.co.uk/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.uk/",
|
||||
|
||||
@@ -8,29 +8,29 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.bbc.com/news/articles/c1w2gnd9xp2o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.nhs.uk/",
|
||||
"https://www.bbc.com/sport/football/articles/c392rp8lwe1o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c78qzpg0n0go?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cq8wjn98y85o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ox.ac.uk/",
|
||||
"https://www.bbc.com/news/articles/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/clyp1lnp4ygo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/c4g7zd66e13o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.ebay.co.uk/",
|
||||
"https://www.bbc.com/sport/football/articles/c5y7jp32nv9o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/iplayer/episode/m0024z37/whats-love-got-to-do-with-it?at_mid=gwNkhmpDbl&at_campaign=Whats_Love_Got_to_Do_with_It?&at_medium=display_ad&at_campaign_type=owned&at_audience_id=SS&at_product=iplayer&at_brand=m0024z37&at_ptr_name=bbc&at_ptr_type=media&at_format=image&at_objective=consumption&at_link_title=Whats_Love_Got_to_Do_with_It?&at_bbc_team=BBC",
|
||||
"https://www.nationalrail.co.uk/",
|
||||
"https://www.bbc.co.uk/sounds/play/w3ct8lz2?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/sounds/play/p0nkrlhy?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/ce8p61v7l68o?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.amazon.co.uk/",
|
||||
"https://www.barclays.co.uk/",
|
||||
"https://www.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.gov.uk/",
|
||||
"https://www.bbc.com/news/articles/cgkpnnen5dzo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cq6p57mnz9lo?at_medium=RSS&at_campaign=rss",
|
||||
"https://www.bbc.com/news/articles/cgmpz1mxzd9o?at_medium=RSS&at_campaign=rss"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.gov.uk/",
|
||||
|
||||
@@ -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.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.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.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.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -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.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"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.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.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.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer"
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.harvard.edu/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
50
data/regions/US/CA/Ontario.json
Normal file
50
data/regions/US/CA/Ontario.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - California (Ontario)",
|
||||
"google_module": {
|
||||
"base_lat": 34.0633,
|
||||
"base_lon": -117.6509,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.target.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.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.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.amazon.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/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/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.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.target.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.chase.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
50
data/regions/US/CO/Boulder.json
Normal file
50
data/regions/US/CO/Boulder.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - Colorado (Boulder)",
|
||||
"google_module": {
|
||||
"base_lat": 40.015,
|
||||
"base_lon": -105.2705,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.usa.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.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/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.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.target.com/",
|
||||
"https://www.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.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.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.amazon.com/",
|
||||
"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.homedepot.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.irs.gov/"
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.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.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/cnn-underscored/reviews/best-bidets?iid=CNNUnderscoredHPcontainer",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/"
|
||||
"https://www.amazon.com/",
|
||||
"https://www.usa.gov/",
|
||||
"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/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -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.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.hawaiinewsnow.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://health.hawaii.gov/",
|
||||
"https://www.staradvertiser.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.hawaii.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.hawaii.gov/",
|
||||
"https://health.hawaii.gov/",
|
||||
"https://www.staradvertiser.com/",
|
||||
"https://www.hawaiinewsnow.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.chase.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/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.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"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.irs.gov/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.target.com/",
|
||||
"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/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/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.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.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.bankofamerica.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
50
data/regions/US/KS/Kansas_City.json
Normal file
50
data/regions/US/KS/Kansas_City.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"region_name": "United States - Kansas (Kansas City)",
|
||||
"google_module": {
|
||||
"base_lat": 39.1155,
|
||||
"base_lon": -94.6268,
|
||||
"lang_params": "hl=en-US&gl=US",
|
||||
"valid_url_suffix": "com"
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.target.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.homedepot.com/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/travel/article/high-speed-rail-us/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/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.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cdc.gov/",
|
||||
"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.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.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.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.weather.gov/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/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.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/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.chase.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.walmart.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.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.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.usps.com/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/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.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.chase.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.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/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/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/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.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html",
|
||||
"https://www.usa.gov/"
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.target.com/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.indeed.com/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/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.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.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.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/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.zillow.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/netflix-dvd-red-envelopes/index.html"
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/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.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.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.target.com/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.bankofamerica.com/"
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.irs.gov/"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/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.target.com/",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.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/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.dallasnews.com/",
|
||||
"https://www.foxnews.com/",
|
||||
"https://www.cnn.com/2023/04/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/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.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.nytimes.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.target.com/",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.amazon.com/"
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"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.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/2023/04/18/politics/white-house-toddler/index.html",
|
||||
"https://www.cnn.com/2023/04/18/media/fox-dominion-settlement/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/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.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.houstontx.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.rice.edu/",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.houstonchronicle.com/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.nasa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.houstontx.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/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.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.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.irs.gov/",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.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.chase.com/",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/17/opinions/us-tax-system-wealthy-disney-pearl/index.html",
|
||||
"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.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/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.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.zillow.com/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/h_8d51e3ae2714edaa0dace837305d03b8",
|
||||
"https://www.chase.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.indeed.com/",
|
||||
"https://www.weather.gov/",
|
||||
"https://www.homedepot.com/",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/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/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,31 +8,31 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://www.cnn.com/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/2023/04/18/politics/mccarthy-biden-debt-ceiling/index.html",
|
||||
"https://www.npr.org/2026/05/15/g-s1-122276/the-trump-administration-is-planning-a-prayer-event-on-the-national-mall-all-but-one-of-the-speakers-is-christian",
|
||||
"https://www.usa.gov/",
|
||||
"https://www.cnn.com/business/live-news/fox-news-dominion-trial-04-18-23/index.html",
|
||||
"https://www.amazon.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/benadryl-tiktok-challenge-teen-death-wellness/index.html",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html",
|
||||
"https://www.cnn.com/2023/04/18/sport/damar-hamlin-cleared-to-train-nfl-spt-intl/index.html",
|
||||
"https://www.usps.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/undocumented-immigrants-taxes-cec/index.html"
|
||||
"https://www.bankofamerica.com/",
|
||||
"https://www.irs.gov/",
|
||||
"https://www.chase.com/",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5823911/supreme-court-virginia-redistricting",
|
||||
"https://www.walmart.com/",
|
||||
"https://www.cdc.gov/",
|
||||
"https://www.cnn.com/2023/04/18/entertainment/michelle-yeoh-star-trek-section-31/index.html",
|
||||
"https://www.npr.org/2026/05/15/nx-s1-5819872/hantavirus-quarantine",
|
||||
"https://www.cnn.com/2023/04/16/entertainment/succession-season-4-episode-4-recap/index.html",
|
||||
"https://www.cnn.com/2023/04/18/politics/fulton-county-trump-fake-electors/index.html",
|
||||
"https://www.target.com/",
|
||||
"https://www.cnn.com/2023/04/18/us/maine-shooting-bowdoin-yarmouth/index.html",
|
||||
"https://www.cnn.com/2023/04/18/opinions/medication-abortion-mifepristone-miscarriage-jones-ctpr/index.html",
|
||||
"https://www.cnn.com/2023/04/16/opinions/top-secrets-come-spilling-out-opinion-column-galant/index.html",
|
||||
"https://www.harvard.edu/",
|
||||
"https://www.cnn.com/videos/world/2023/04/18/india-ex-lawmaker-atiq-ahmed-assassination-sud-pkg-contd-ovn-intl-hnk-vpx.cnn",
|
||||
"https://www.cnn.com/2023/04/18/us/kansas-city-ralph-yarl-shooting-tuesday/index.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://www.usa.gov/",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
},
|
||||
"trust_module": {
|
||||
"white_urls": [
|
||||
"https://vnexpress.net/tiem-botox-thanh-quan-dieu-tri-roi-loan-giong-5071319.html",
|
||||
"https://vnexpress.net/ra-mat-bo-sach-dan-hinh-tuong-tac-ve-bong-da-5074196.html",
|
||||
"https://vnexpress.net/szoboszlai-tai-hien-cu-vap-chan-tai-tieng-cua-gerrard-5074577.html",
|
||||
"https://vnexpress.net/nhieu-nguoi-bi-bao-mon-vi-lam-viec-tu-7h-sang-den-9h-toi-van-khong-dam-tat-dien-thoai-5074593.html",
|
||||
"https://www.vietcombank.com.vn/",
|
||||
"https://vnexpress.net/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://dichvucong.gov.vn/",
|
||||
"https://tiki.vn/",
|
||||
"https://chinhphu.vn/",
|
||||
"https://vnexpress.net/chieu-tiep-thi-keo-giup-bat-ke-hiep-dam-lan-tron-40-nam-5074472.html",
|
||||
"https://vnu.edu.vn/",
|
||||
"https://vnexpress.net/vo-toi-bong-nhien-bi-gui-email-no-thue-hon-18-trieu-dong-5071427.html",
|
||||
"https://vnexpress.net/do-vui-trac-nghiem-chinh-ta-tieng-viet-tu-nao-viet-sai-chinh-ta-tran-trong-chan-trong-quy-trong-kinh-trong-5073323.html",
|
||||
"https://vnexpress.net/khach-viet-thap-thom-lo-hang-bay-huy-chuyen-trung-quoc-5074484.html",
|
||||
"https://vnexpress.net/cuu-co-van-tong-thong-ukraine-bi-cao-buoc-xem-boi-de-chon-nguoi-5074623.html",
|
||||
"https://chinhphu.vn/",
|
||||
"https://shopee.vn/",
|
||||
"https://vnexpress.net/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/ong-trump-dai-loan-khong-nen-tuyen-bo-doc-lap-5074562.html",
|
||||
"https://tiki.vn/",
|
||||
"https://vnexpress.net/cuoc-muu-sinh-cua-dien-vien-quan-chung-thoi-ai-5074058.html",
|
||||
"https://vnexpress.net/lat-ghe-cho-gach-cha-tu-vong-con-gai-6-tuoi-mat-tich-5074625.html",
|
||||
"https://vnexpress.net/pvfcco-phu-my-thang-giai-khoa-hoc-cong-nghe-dau-khi-viet-nam-5074610.html",
|
||||
"https://vnexpress.net/",
|
||||
"https://vnexpress.net/ba-quy-tac-vang-giup-bac-si-my-song-hon-100-tuoi-5073205.html",
|
||||
"https://vnexpress.net/hon-dao-cua-cac-ty-phu-my-5074534.html",
|
||||
"https://dichvucong.gov.vn/",
|
||||
"https://vnexpress.net/fpt-play-tang-ung-dung-ai-trong-san-xuat-noi-dung-the-thao-5074594.html",
|
||||
"https://vnexpress.net/ong-trump-trung-quoc-co-the-mua-750-may-bay-boeing-5074571.html"
|
||||
],
|
||||
"static_urls": [
|
||||
"https://chinhphu.vn/",
|
||||
|
||||
@@ -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
|
||||
AGENT_VERSION=4.0.10
|
||||
|
||||
Reference in New Issue
Block a user