@@ -3942,6 +3942,41 @@ limited_link_type_combinations: [
39423942 expected_clean_url : 'https://www.livenation.ee/venue/953330' ,
39433943 only_valid_entity_types : [ 'place' ] ,
39443944 } ,
3945+ {
3946+ input_url : 'https://www.livenationtero.co.th/artist-alice-cooper-332374?omq=alice-cooper' ,
3947+ input_entity_type : 'artist' ,
3948+ expected_relationship_type : 'ticketing' ,
3949+ expected_clean_url : 'https://www.livenation.co.th/artist-332374' ,
3950+ only_valid_entity_types : [ 'artist' ] ,
3951+ } ,
3952+ {
3953+ input_url : 'https://www.livenationtero.co.th/show/1431241/anna-of-the-north/bangkok/2023-09-14/en' ,
3954+ input_entity_type : 'event' ,
3955+ expected_relationship_type : 'ticketing' ,
3956+ expected_clean_url : 'https://www.livenation.co.th/show/1431241' ,
3957+ only_valid_entity_types : [ 'event' ] ,
3958+ } ,
3959+ {
3960+ input_url : 'https://www.livenationtero.co.th/venue/KovZpZAEAFeA/impact-muang-thong-thani-events#seat-map' ,
3961+ input_entity_type : 'place' ,
3962+ expected_relationship_type : 'ticketing' ,
3963+ expected_clean_url : 'https://www.livenation.co.th/venue/KovZpZAEAFeA' ,
3964+ only_valid_entity_types : [ 'place' ] ,
3965+ } ,
3966+ {
3967+ input_url : 'https://livenationtero.co.th/artist-coldplay-123456/extra-params#info' ,
3968+ input_entity_type : 'artist' ,
3969+ expected_relationship_type : 'ticketing' ,
3970+ expected_clean_url : 'https://www.livenation.co.th/artist-123456' ,
3971+ only_valid_entity_types : [ 'artist' ] ,
3972+ } ,
3973+ {
3974+ input_url : 'https://livenationtero.co.th/show/999999/concert-name/city/2024-01-15/en' ,
3975+ input_entity_type : 'event' ,
3976+ expected_relationship_type : 'ticketing' ,
3977+ expected_clean_url : 'https://www.livenation.co.th/show/999999' ,
3978+ only_valid_entity_types : [ 'event' ] ,
3979+ } ,
39453980 // Loudr
39463981 {
39473982 input_url : 'https://loudr.fm/artist/kyle-landry/Z77SM?test' ,
0 commit comments