mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-13 05:03:09 +02:00
experiment with kfc_us
This commit is contained in:
parent
e96a195476
commit
2975931aa8
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,11 @@ def count_unique_website_links(atp_code):
|
|||
|
||||
def allowed_spider(atp_code):
|
||||
# LOW_PRIORITY_TODO - put reviewed into some config or something
|
||||
return atp_code in ['empik_pl', 'paczkomat_inpost_pl'] # 'orlen_paczka_pl' - no website tag
|
||||
return atp_code in [
|
||||
'empik_pl', # verified, TODO link that post
|
||||
'paczkomat_inpost_pl', # verified, TODO make post
|
||||
'kfc_us', # structured data, see https://search.google.com/test/rich-results/result/r%2Flocal-business?id=SiTcV8wk6w4zNKO77KKsUQ (tested https://locations.kfc.com/wy/rawlins/2421-plaza-street using https://search.google.com/test/rich-results)
|
||||
] # 'orlen_paczka_pl' - no website tag
|
||||
if atp_code in config.ignored_atp_codes():
|
||||
return False
|
||||
if atp_code in ['ups_store']:
|
||||
|
|
Loading…
Add table
Reference in a new issue