IsMisDo100Yen �� �iU p R�iU function doGet(e) { var json = {"isSale": false}; var response; try { response = UrlFetchApp.fetch("http://www.misterdonut.jp/sale/index.html"); } catch(err) { return createOutput(json); } var regexp = /(\d+)å¹´(\d+)æ(\d+)æ¥.*(\d+)æ(\d+)æ¥/; var match = regexp.exec(response.getContentText("Shift_JIS")); if (match == null && match.length != 6) { return createOutput(json); }
{{#tags}}- {{label}}
{{/tags}}