Subversion Repositories SmartDukaan

Rev

Rev 24461 | Rev 24560 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24461 Rev 24542
Line 151... Line 151...
151
				this.scrapeJD();
151
				this.scrapeJD();
152
			}
152
			}
153
			if(args.containsOption("migratepd")) {
153
			if(args.containsOption("migratepd")) {
154
				scheduledTasks.moveImeisToPriceDropImeis();
154
				scheduledTasks.moveImeisToPriceDropImeis();
155
			}
155
			}
-
 
156
			if(args.containsOption("walletmismatch")) {
-
 
157
				scheduledTasks.walletmismatch();
-
 
158
			}
-
 
159
			if(args.containsOption("gst")) {
-
 
160
				scheduledTasks.gst();
-
 
161
			}
156
			System.exit(0);
162
			System.exit(0);
157
		}
163
		}
158
	}
164
	}
159
	
165
	
160
	private void scrapeJD() {
166
	private void scrapeJD() {
161
		String jdUrlTemplate = "https://www.justdial.com/Delhi/Mobile-Phone-Dealers/nct-11216691/page-{0}";
167
		String jdUrlTemplate = "https://www.justdial.com/Delhi/Mobile-Phone-Dealers/nct-11216691/page-{0}";
162
		Formatter formatter = new Formatter();
168
		Formatter formatter = new Formatter();
163
		
169
		
164
	}
170
	}
165
 
-
 
166
}
171
}