Skip to content

Commit b183c31

Browse files
phone_number_remove
1 parent da1531d commit b183c31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scraper/scripts/methods.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ def parse_contact(std_code, phone, ifsc_code = nil)
148148
phone_numbers_to_discard = [
149149
# Add specific phone numbers here that should be ignored, for example:
150150
'9418404343',
151-
'7571862000'
151+
'7571862000',
152+
'8053110006',
153+
'9596776744',
154+
'9706738986',
155+
'9085138862',
152156
]
153157

154158
scan_contact = phone.to_s.gsub(/[\s-]/, '').scan(/^(\d+)\D?/).last

0 commit comments

Comments
 (0)