| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Popular pages in Hindi and Russian.", | 2 "description": "Popular pages in Hindi and Russian.", |
| 3 "archive_data_file": "../data/intl_hi_ru.json", | 3 "archive_data_file": "data/intl_hi_ru.json", |
| 4 "user_agent_type": "desktop", | 4 "user_agent_type": "desktop", |
| 5 "smoothness": { "action": "scroll" }, | 5 "smoothness": { "action": "scroll" }, |
| 6 "pages": [ | 6 "pages": [ |
| 7 { | 7 { |
| 8 "url": "http://www.rambler.ru/", | 8 "url": "http://www.rambler.ru/", |
| 9 "why": "#12 site in Russia" | 9 "why": "#12 site in Russia" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "url": "http://apeha.ru/" | 12 "url": "http://apeha.ru/" |
| 13 }, | 13 }, |
| (...skipping 23 matching lines...) Expand all Loading... |
| 37 { | 37 { |
| 38 "url": "http://www.indiatimes.com/", | 38 "url": "http://www.indiatimes.com/", |
| 39 "why": "#9 site in India" | 39 "why": "#9 site in India" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "url": "http://news.google.co.in/nwshp?tab=in&hl=hi", | 42 "url": "http://news.google.co.in/nwshp?tab=in&hl=hi", |
| 43 "why": "#2 site in India" | 43 "why": "#2 site in India" |
| 44 } | 44 } |
| 45 ] | 45 ] |
| 46 } | 46 } |
| OLD | NEW |