質問編集履歴

2

ソース間違ってたので修正

2022/12/02 11:29

投稿

majin
majin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -31,8 +31,6 @@
31
31
  ```GoogleAppScript(GAS)
32
32
 
33
33
  // 毎日FANZAのランキングを取ってきてくれるスクリプト
34
- // https://games.dmm.co.jp/list/pc?sort=popular
35
- // 毎日12時に下記にデータを書き込み
36
34
 
37
35
  function rankGet(){
38
36
  /******************************FANZAのランキングを取得******************************/
@@ -47,9 +45,6 @@
47
45
  }
48
46
  }
49
47
  };
50
-
51
- var responseHeaders = response.getAllHeaders()
52
- var cookies = responseHeaders['Set-Cookie']
53
48
 
54
49
  //URLにアクセスしてHTMLを取得
55
50
  var responseDMM = UrlFetchApp.fetch(fanza_url,options);

1

タグ追加

2022/12/02 11:28

投稿

majin
majin

スコア11

test CHANGED
File without changes
test CHANGED
File without changes