This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var casper = require('casper').create({ | |
| clientScripts: ["jquery.min.js","svpply.js","svpply2.js","buy_later_tool_kit"], | |
| verbose: true, | |
| viewportSize: {width: 1800, height: 1400} | |
| }); | |
| var dump = require("utils").dump; | |
| var url = 'http://www.manufactum.com/shirts-tops-c193634/' | |
| var imgurl = 'http://images.manufactum.de/manufactum/thumbs_188/72612_1.jpg' | |
| var fs = require('fs'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from get_price_test import get_price | |
| from imagexpath_get import xpath_imgrequest | |
| from xpath_compare import xpath_compare | |
| from get_price_test import price_get | |
| from get_price_test import currency_get | |
| weburl2 = "http://www.manufactum.com/sweaters-c193633/" | |
| imgurl2 = "http://images.manufactum.de/manufactum/thumbs_188/84498_1.jpg" | |