diff --git a/scraping/target_couplings/bangdream/getCouplings.js b/scraping/target_couplings/bangdream/getCouplings.js index 5657455..4430826 100644 --- a/scraping/target_couplings/bangdream/getCouplings.js +++ b/scraping/target_couplings/bangdream/getCouplings.js @@ -18,6 +18,7 @@ '#article-body > table:nth-of-type(7)', '#article-body > table:nth-of-type(8)', '#article-body > table:nth-of-type(9)', + '#article-body > table:nth-of-type(10)', ].forEach((selector) => { Array.from(document.querySelectorAll(`${selector} tr`)) .map((tr) => Array.from(tr.querySelectorAll('td'))) @@ -39,5 +40,5 @@ }); }); - console.log(JSON.stringify(result)); + copy(JSON.stringify(result)); })(); diff --git a/scraping/target_couplings/bangdream/index.json b/scraping/target_couplings/bangdream/index.json index e07613c..dd26191 100644 --- a/scraping/target_couplings/bangdream/index.json +++ b/scraping/target_couplings/bangdream/index.json @@ -227,6 +227,10 @@ "characters": [{ "name": "倉田ましろ" }, { "name": "八潮瑠唯" }], "tags": [{ "name": "るいまし" }] }, + { + "characters": [{ "name": "倉田ましろ" }, { "name": "桐ヶ谷透子" }], + "tags": [{ "name": "透まし" }] + }, { "characters": [{ "name": "桐ヶ谷透子" }, { "name": "八潮瑠唯" }], "tags": [{ "name": "とうるい" }] @@ -243,10 +247,46 @@ "characters": [{ "name": "椎名立希" }, { "name": "千早愛音" }], "tags": [{ "name": "たきあの" }] }, + { + "characters": [{ "name": "千早愛音" }, { "name": "長崎そよ" }], + "tags": [{ "name": "あのそよ" }] + }, { "characters": [{ "name": "高松燈" }, { "name": "椎名立希" }], "tags": [{ "name": "たきとも" }] }, + { + "characters": [{ "name": "椎名立希" }, { "name": "要楽奈" }], + "tags": [{ "name": "たきらな" }] + }, + { + "characters": [{ "name": "椎名立希" }, { "name": "長崎そよ" }], + "tags": [{ "name": "たきそよ" }] + }, + { + "characters": [{ "name": "高松燈" }, { "name": "長崎そよ" }], + "tags": [{ "name": "ともそよ" }] + }, + { + "characters": [{ "name": "高松燈" }, { "name": "要楽奈" }], + "tags": [{ "name": "ともらな" }] + }, + { + "characters": [{ "name": "要楽奈" }, { "name": "長崎そよ" }], + "tags": [{ "name": "らなそよ" }] + }, + { + "characters": [{ "name": "若葉睦" }, { "name": "豊川祥子" }], + "tags": [{ "name": "むつさき" }] + }, + { + "characters": [{ "name": "三角初華" }, { "name": "豊川祥子" }], + "tags": [{ "name": "ういさき" }] + }, + { + "characters": [{ "name": "祐天寺にゃむ" }, { "name": "豊川祥子" }], + "tags": [{ "name": "にゃむさき" }] + }, { "characters": [{ "name": "氷川日菜" }, { "name": "氷川紗夜" }], "tags": [{ "name": "さよひな" }, { "name": "氷川姉妹" }] @@ -383,6 +423,10 @@ "characters": [{ "name": "氷川紗夜" }, { "name": "奥沢美咲" }], "tags": [{ "name": "みささよ" }] }, + { + "characters": [{ "name": "白金燐子" }, { "name": "八潮瑠唯" }], + "tags": [{ "name": "りんるい" }, { "name": "るいりん" }] + }, { "characters": [{ "name": "和奏レイ" }, { "name": "花園たえ" }], "tags": [{ "name": "レイたえ" }, { "name": "たえレイ" }] diff --git a/scraping/target_couplings/btr/getCouplings.js b/scraping/target_couplings/btr/getCouplings.js index 3b5d587..23d2997 100644 --- a/scraping/target_couplings/btr/getCouplings.js +++ b/scraping/target_couplings/btr/getCouplings.js @@ -33,5 +33,5 @@ const target_couplings = getCouplingsFromTable( document.querySelector('#article-body > table:nth-of-type(1)') ); - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })(); diff --git a/scraping/target_couplings/btr/index.json b/scraping/target_couplings/btr/index.json index 7ba95dc..59bc5e0 100644 --- a/scraping/target_couplings/btr/index.json +++ b/scraping/target_couplings/btr/index.json @@ -79,5 +79,16 @@ { "tags": [{ "name": "星やみ" }], "characters": [{ "name": "伊地知星歌" }, { "name": "ぽいずん♡やみ" }] + }, + { + "tags": [{ "name": "ふーはー" }], + "characters": [{ "name": "本城楓子" }, { "name": "長谷川あくび" }] + }, + { + "tags": [{ "name": "リョウ恵恋" }], + "characters": [ + { "name": "山田リョウ(ぼっち・ざ・ろっく!)" }, + { "name": "日向恵恋奈" } + ] } ] diff --git a/scraping/target_couplings/deremas/getCouplings.js b/scraping/target_couplings/deremas/getCouplings.js index 462d1e6..0ab0ff7 100644 --- a/scraping/target_couplings/deremas/getCouplings.js +++ b/scraping/target_couplings/deremas/getCouplings.js @@ -70,5 +70,5 @@ ), ]; - console.log(JSON.stringify(couplings)); + copy(JSON.stringify(couplings)); })(); diff --git a/scraping/target_couplings/deremas/index.json b/scraping/target_couplings/deremas/index.json index ffb65f8..2d9412c 100644 --- a/scraping/target_couplings/deremas/index.json +++ b/scraping/target_couplings/deremas/index.json @@ -553,10 +553,6 @@ "characters": [{ "name": "水本ゆかり" }, { "name": "小早川紗枝" }], "tags": [{ "name": "ゆかさえ" }, { "name": "Rêve Pur" }] }, - { - "tags": [{ "name": "あきあか" }, { "name": "辻砂" }], - "characters": [{ "name": "砂塚あきら" }, { "name": "辻野あかり" }] - }, { "tags": [{ "name": "アキレイナ" }], "characters": [{ "name": "池袋晶葉" }, { "name": "小関麗奈" }] @@ -641,6 +637,10 @@ "tags": [{ "name": "拓鈴" }], "characters": [{ "name": "向井拓海" }, { "name": "道明寺歌鈴" }] }, + { + "tags": [{ "name": "辻砂" }, { "name": "あきあか" }], + "characters": [{ "name": "砂塚あきら" }, { "name": "辻野あかり" }] + }, { "tags": [{ "name": "デレパ組" }], "characters": [{ "name": "本田未央" }, { "name": "多田李衣菜" }] @@ -1157,10 +1157,6 @@ "tags": [{ "name": "ちとりさ" }], "characters": [{ "name": "黒埼ちとせ" }, { "name": "的場梨沙" }] }, - { - "tags": [{ "name": "辻砂" }, { "name": "あきあか" }], - "characters": [{ "name": "砂塚あきら" }, { "name": "辻野あかり" }] - }, { "tags": [{ "name": "とときのこ" }], "characters": [{ "name": "十時愛梨" }, { "name": "星輝子" }] diff --git a/scraping/target_couplings/hetalia/getCountriesAndCharacters.js b/scraping/target_couplings/hetalia/getCountriesAndCharacters.js index e9f9465..824eb73 100644 --- a/scraping/target_couplings/hetalia/getCountriesAndCharacters.js +++ b/scraping/target_couplings/hetalia/getCountriesAndCharacters.js @@ -30,5 +30,5 @@ .map((x) => getCharactersFromTable(x)) .reduce((s, x) => [...s, ...x]); - console.log(JSON.stringify(characters)); + copy(JSON.stringify(characters)); })(); diff --git a/scraping/target_couplings/hetalia/getCouplings.js b/scraping/target_couplings/hetalia/getCouplings.js index 1639f48..05e370d 100644 --- a/scraping/target_couplings/hetalia/getCouplings.js +++ b/scraping/target_couplings/hetalia/getCouplings.js @@ -3,308 +3,8 @@ // usage: paste this script to javascript console (() => { - const characters = [ - { - short_country_name: '北伊', - country_name: '北イタリア', - name: 'フェリシアーノ・ヴァルガス', - }, - { - short_country_name: '南伊', - country_name: '南イタリア', - name: 'ロヴィーノ・ヴァルガス', - }, - { - short_country_name: '独', - country_name: 'ドイツ', - name: 'ルートヴィッヒ', - }, - { - short_country_name: '普', - country_name: 'プロイセン', - name: 'ギルベルト・バイルシュミット', - }, - { short_country_name: '日', country_name: '日本', name: '本田菊' }, - { - short_country_name: '米', - country_name: 'アメリカ', - name: 'アルフレッド・F・ジョーンズ', - }, - { - short_country_name: '英', - country_name: 'イギリス', - name: 'アーサー・カークランド', - }, - { - short_country_name: '仏', - country_name: 'フランス', - name: 'フランシス・ボヌフォワ', - }, - { short_country_name: '中', country_name: '中国', name: '王耀' }, - { - short_country_name: '露', - country_name: 'ロシア', - name: 'イヴァン・ブラギンスキ', - }, - { - short_country_name: '加', - country_name: 'カナダ', - name: 'マシュー・ウィリアムズ', - }, - { - short_country_name: '西', - country_name: 'スペイン', - name: 'アントーニョ・ヘルナンデス・カリエド', - }, - { - short_country_name: '瑞', - country_name: 'スイス', - name: 'バッシュ・ツヴィンクリ', - }, - { - short_country_name: '墺', - country_name: 'オーストリア', - name: 'ローデリヒ・エーデルシュタイン', - }, - { - short_country_name: '洪', - country_name: 'ハンガリー', - name: 'エリザベータ・ヘーデルヴァーリ', - }, - { - short_country_name: '辺', - country_name: 'ベラルーシ', - name: 'ナターリヤ・アルロフスカヤ', - }, - { - short_country_name: '波', - country_name: 'ポーランド', - name: 'フェリクス・ウカシェヴィチ', - }, - { - short_country_name: '立', - country_name: 'リトアニア', - name: 'トーリス・ロリナイティス', - }, - { - short_country_name: '拉', - country_name: 'ラトビア', - name: 'ライヴィス・ガランテ', - }, - { - short_country_name: '愛', - country_name: 'エストニア', - name: 'エドァルド・フォンヴォック', - }, - { - short_country_name: '芬', - country_name: 'フィンランド', - name: 'ティノ・ヴァイナマイネン', - }, - { - short_country_name: '典', - country_name: 'スウェーデン', - name: 'ベールヴァルド・オキセンスシェルナ', - }, - { - short_country_name: '海', - country_name: 'シーランド', - name: 'ピーター・カークランド', - }, - { - short_country_name: '希', - country_name: 'ギリシャ', - name: 'ヘラクレス・カルプシ', - }, - { - short_country_name: '土', - country_name: 'トルコ', - name: 'サディク・アドナン', - }, - { - short_country_name: '埃', - country_name: 'エジプト', - name: 'グプタ・ハッサン', - }, - { short_country_name: '韓', country_name: '韓国', name: '任勇洙' }, - { short_country_name: '丁', country_name: 'デンマーク', name: 'マー君' }, - { short_country_name: '諾', country_name: 'ノルウェー', name: 'ノル君' }, - { short_country_name: '氷', country_name: 'アイスランド', name: '17億' }, - { short_country_name: '蘭', country_name: 'オランダ', name: '蘭にいさん' }, - { short_country_name: '白', country_name: 'ベルギー', name: 'ベルベル' }, - { - short_country_name: '葡', - country_name: 'ポルトガル', - name: 'ポルトさん', - }, - { - short_country_name: '盧', - country_name: 'ルクセンブルク', - name: 'ルクセン', - }, - { short_country_name: '摩', country_name: 'モナコ', name: 'モナ子さん' }, - { - short_country_name: '列', - country_name: 'リヒテンシュタイン', - name: 'リヒテン', - }, - { short_country_name: '機', country_name: 'キプロス', name: 'キプくん' }, - { short_country_name: '', country_name: '北キプロス', name: '北キプ' }, - { - short_country_name: '宇', - country_name: 'ウクライナ', - name: 'とばっちり子', - }, - { short_country_name: '尼', country_name: 'ルーマニア', name: 'ルーさん' }, - { short_country_name: '勃', country_name: 'ブルガリア', name: '勃くん' }, - { short_country_name: '喪', country_name: 'モルドバ', name: 'モル君' }, - { short_country_name: '捷', country_name: 'チェコ', name: 'チェ子さん' }, - { - short_country_name: '斯', - country_name: 'スロバキア', - name: 'バキアくん', - }, - { - short_country_name: '濠', - country_name: 'オーストラリア', - name: '濠くん', - }, - { - short_country_name: '新', - country_name: 'ニュージーランド', - name: '新さん', - }, - { short_country_name: '玖', country_name: 'キューバ', name: '玖さん' }, - { short_country_name: '泰', country_name: 'タイ', name: '泰さん' }, - { short_country_name: '越', country_name: 'ベトナム', name: '越っちゃん' }, - { short_country_name: '印', country_name: 'インド', name: '印さん' }, - { short_country_name: '蒙', country_name: 'モンゴル', name: '蒙さん' }, - { short_country_name: '台', country_name: '台湾', name: '気苦労娘' }, - { short_country_name: '香', country_name: '香港', name: '大英帝国の呪い' }, - { short_country_name: '澳', country_name: 'マカオ', name: '澳門さん' }, - { short_country_name: '蔵', country_name: 'チベット', name: 'チベさん' }, - { - short_country_name: '比', - country_name: 'フィリピン', - name: 'フィリーさん', - }, - { - short_country_name: '尼', - country_name: 'インドネシア', - name: 'ネシアさん', - }, - { short_country_name: '星', country_name: 'シンガポール', name: '星さん' }, - { - short_country_name: '馬', - country_name: 'マレーシア', - name: 'マレーさん', - }, - { - short_country_name: '塞', - country_name: 'セーシェル', - name: 'セーちゃん', - }, - { - short_country_name: '夏', - country_name: 'カメルーン', - name: 'カメちゃん', - }, - { - short_country_name: '蘇', - country_name: 'スコットランド', - name: 'スコ君', - }, - { - short_country_name: '威', - country_name: 'ウェールズ', - name: 'ウェーくん', - }, - { - short_country_name: '北愛', - country_name: '北アイルランド', - name: 'のんくん', - }, - { - short_country_name: '愛', - country_name: 'アイルランド', - name: 'アイルさん', - }, - { short_country_name: '', country_name: 'エクアドル', name: 'エクさん' }, - { short_country_name: '', country_name: 'セボルガ公国', name: 'セボくん' }, - { short_country_name: '', country_name: 'ワイ公国', name: 'ワイちゃん' }, - { - short_country_name: '', - country_name: 'クーゲルムーゲル', - name: 'クーゲルちゃん', - }, - { short_country_name: '', country_name: 'モロッシア', name: 'モロさん' }, - { - short_country_name: '', - country_name: 'ハット・リバー王国', - name: 'トリバさん', - }, - { - short_country_name: '', - country_name: 'ニコニコ共和国', - name: 'ニコニコさん', - }, - { short_country_name: '', country_name: 'ラドニア', name: 'ラド君' }, - { - short_country_name: '', - country_name: 'ピカルディ', - name: 'ピカルディ君', - }, - { short_country_name: '', country_name: 'セルビア', name: 'セルくん' }, - { - short_country_name: '', - country_name: 'アエリカ帝国', - name: 'アエリカさん', - }, - { - short_country_name: '古埃', - country_name: '古代エジプト', - name: '埃ママ', - }, - { - short_country_name: '古希', - country_name: '古代ギリシア', - name: 'ヘラママ', - }, - { - short_country_name: '羅', - country_name: 'ローマ帝国', - name: 'ローマ爺ちゃん', - }, - { short_country_name: '', country_name: 'ゲルマン', name: 'ゲルマンさん' }, - { - short_country_name: '波', - country_name: 'ペルシア', - name: 'ペルシアさん', - }, - { - short_country_name: '神羅', - country_name: '神聖ローマ帝国', - name: '神聖ローマ', - }, - { - short_country_name: '', - country_name: 'ジョチ・ウルス', - name: 'ジョチさん', - }, - { short_country_name: '', country_name: 'ヘッセン', name: 'ヘッシャン' }, - { - short_country_name: '', - country_name: 'テンプル騎士団', - name: 'テンプルさん', - }, - { - short_country_name: '', - country_name: '聖ヨハネ騎士団', - name: 'ヨハネさん', - }, - { short_country_name: '', country_name: 'ジェノバ', name: 'ジェノさん' }, - { short_country_name: '', country_name: '日本各地', name: '尾張さん' }, - ]; + // prettier-ignore + const characters = [{"short_country_name":"北伊","country_name":"北イタリア","name":"フェリシアーノ・ヴァルガス"},{"short_country_name":"南伊","country_name":"南イタリア","name":"ロヴィーノ・ヴァルガス"},{"short_country_name":"独","country_name":"ドイツ","name":"ルートヴィッヒ"},{"short_country_name":"普","country_name":"プロイセン","name":"ギルベルト・バイルシュミット"},{"short_country_name":"日","country_name":"日本","name":"本田菊"},{"short_country_name":"米","country_name":"アメリカ","name":"アルフレッド・F・ジョーンズ"},{"short_country_name":"英","country_name":"イギリス","name":"アーサー・カークランド"},{"short_country_name":"仏","country_name":"フランス","name":"フランシス・ボヌフォワ"},{"short_country_name":"中","country_name":"中国","name":"王耀"},{"short_country_name":"露","country_name":"ロシア","name":"イヴァン・ブラギンスキ"},{"short_country_name":"加","country_name":"カナダ","name":"マシュー・ウィリアムズ"},{"short_country_name":"西","country_name":"スペイン","name":"アントーニョ・ヘルナンデス・カリエド"},{"short_country_name":"瑞","country_name":"スイス","name":"バッシュ・ツヴィンクリ"},{"short_country_name":"墺","country_name":"オーストリア","name":"ローデリヒ・エーデルシュタイン"},{"short_country_name":"洪","country_name":"ハンガリー","name":"エリザベータ・ヘーデルヴァーリ"},{"short_country_name":"辺","country_name":"ベラルーシ","name":"ナターリヤ・アルロフスカヤ"},{"short_country_name":"波","country_name":"ポーランド","name":"フェリクス・ウカシェヴィチ"},{"short_country_name":"立","country_name":"リトアニア","name":"トーリス・ロリナイティス"},{"short_country_name":"拉","country_name":"ラトビア","name":"ライヴィス・ガランテ"},{"short_country_name":"愛","country_name":"エストニア","name":"エドァルド・フォンヴォック"},{"short_country_name":"芬","country_name":"フィンランド","name":"ティノ・ヴァイナマイネン"},{"short_country_name":"典","country_name":"スウェーデン","name":"ベールヴァルド・オキセンスシェルナ"},{"short_country_name":"海","country_name":"シーランド","name":"ピーター・カークランド"},{"short_country_name":"希","country_name":"ギリシャ","name":"ヘラクレス・カルプシ"},{"short_country_name":"土","country_name":"トルコ","name":"サディク・アドナン"},{"short_country_name":"埃","country_name":"エジプト","name":"グプタ・ハッサン"},{"short_country_name":"韓","country_name":"韓国","name":"任勇洙"},{"short_country_name":"丁","country_name":"デンマーク","name":"マー君"},{"short_country_name":"諾","country_name":"ノルウェー","name":"ノル君"},{"short_country_name":"氷","country_name":"アイスランド","name":"17億"},{"short_country_name":"蘭","country_name":"オランダ","name":"蘭にいさん"},{"short_country_name":"白","country_name":"ベルギー","name":"ベルベル"},{"short_country_name":"葡","country_name":"ポルトガル","name":"ポルトさん"},{"short_country_name":"盧","country_name":"ルクセンブルク","name":"ルクセン"},{"short_country_name":"摩","country_name":"モナコ","name":"モナ子さん"},{"short_country_name":"列","country_name":"リヒテンシュタイン","name":"リヒテン"},{"short_country_name":"機","country_name":"キプロス","name":"キプくん"},{"short_country_name":"","country_name":"北キプロス","name":"北キプ"},{"short_country_name":"宇","country_name":"ウクライナ","name":"とばっちり子"},{"short_country_name":"尼","country_name":"ルーマニア","name":"ルーさん"},{"short_country_name":"勃","country_name":"ブルガリア","name":"勃くん"},{"short_country_name":"喪","country_name":"モルドバ","name":"モル君"},{"short_country_name":"捷","country_name":"チェコ","name":"チェ子さん"},{"short_country_name":"斯","country_name":"スロバキア","name":"バキアくん"},{"short_country_name":"濠","country_name":"オーストラリア","name":"濠くん"},{"short_country_name":"新","country_name":"ニュージーランド","name":"新さん"},{"short_country_name":"玖","country_name":"キューバ","name":"玖さん"},{"short_country_name":"泰","country_name":"タイ","name":"泰さん"},{"short_country_name":"越","country_name":"ベトナム","name":"越っちゃん"},{"short_country_name":"印","country_name":"インド","name":"印さん"},{"short_country_name":"蒙","country_name":"モンゴル","name":"蒙さん"},{"short_country_name":"台","country_name":"台湾","name":"気苦労娘"},{"short_country_name":"香","country_name":"香港","name":"大英帝国の呪い"},{"short_country_name":"澳","country_name":"マカオ","name":"澳門さん"},{"short_country_name":"蔵","country_name":"チベット","name":"チベさん"},{"short_country_name":"比","country_name":"フィリピン","name":"フィリーさん"},{"short_country_name":"尼","country_name":"インドネシア","name":"ネシアさん"},{"short_country_name":"星","country_name":"シンガポール","name":"星さん"},{"short_country_name":"馬","country_name":"マレーシア","name":"マレーさん"},{"short_country_name":"塞","country_name":"セーシェル","name":"セーちゃん"},{"short_country_name":"夏","country_name":"カメルーン","name":"カメちゃん"},{"short_country_name":"蘇","country_name":"スコットランド","name":"スコ君"},{"short_country_name":"威","country_name":"ウェールズ","name":"ウェーくん"},{"short_country_name":"北愛","country_name":"北アイルランド","name":"のんくん"},{"short_country_name":"愛","country_name":"アイルランド","name":"アイルさん"},{"short_country_name":"","country_name":"エクアドル","name":"エクさん"},{"short_country_name":"","country_name":"セボルガ公国","name":"セボくん"},{"short_country_name":"","country_name":"ワイ公国","name":"ワイちゃん"},{"short_country_name":"","country_name":"クーゲルムーゲル","name":"クーゲルちゃん"},{"short_country_name":"","country_name":"モロッシア","name":"モロさん"},{"short_country_name":"","country_name":"ハット・リバー王国","name":"トリバさん"},{"short_country_name":"","country_name":"ニコニコ共和国","name":"ニコニコさん"},{"short_country_name":"","country_name":"ラドニア","name":"ラド君"},{"short_country_name":"","country_name":"ピカルディ","name":"ピカルディ君"},{"short_country_name":"","country_name":"セルビア","name":"セルくん"},{"short_country_name":"","country_name":"アエリカ帝国","name":"アエリカさん"},{"short_country_name":"","country_name":"スロージャマスタン共和国","name":"スロタン"},{"short_country_name":"古埃","country_name":"古代エジプト","name":"埃ママ"},{"short_country_name":"古希","country_name":"古代ギリシア","name":"ヘラママ"},{"short_country_name":"羅","country_name":"ローマ帝国","name":"ローマ爺ちゃん"},{"short_country_name":"","country_name":"ゲルマン","name":"ゲルマンさん"},{"short_country_name":"波","country_name":"ペルシア","name":"ペルシアさん"},{"short_country_name":"神羅","country_name":"神聖ローマ帝国","name":"神聖ローマ"},{"short_country_name":"","country_name":"ジョチ・ウルス","name":"ジョチさん"},{"short_country_name":"","country_name":"ヘッセン","name":"ヘッシャン"},{"short_country_name":"","country_name":"テンプル騎士団","name":"テンプルさん"},{"short_country_name":"","country_name":"聖ヨハネ騎士団","name":"ヨハネさん"},{"short_country_name":"","country_name":"ジェノバ","name":"ジェノさん"},{"short_country_name":"","country_name":"日本各地","name":"尾張さん"}]; const getDictTitleFromURL = (url) => decodeURI(url).replace(/https?:\/\/dic\.pixiv\.net\/a\//, ''); @@ -394,5 +94,5 @@ .map((x) => getCouplingFromCharactersTable(x)) .reduce((s, x) => [...s, ...x]); - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })(); diff --git a/scraping/target_couplings/hetalia/index.json b/scraping/target_couplings/hetalia/index.json index 1a8932b..0a74529 100644 --- a/scraping/target_couplings/hetalia/index.json +++ b/scraping/target_couplings/hetalia/index.json @@ -6926,6 +6926,19 @@ ], "tags": [{ "name": "腐れ縁コンビ" }] }, + { + "characters": [ + { + "name": "テンプル騎士団(テンプルさん)", + "dict_entry": "テンプルさん" + }, + { + "name": "プロイセン(ギルベルト)", + "dict_entry": "ギルベルト・バイルシュミット" + } + ], + "tags": [{ "name": "騎士団組" }] + }, { "characters": [ { diff --git a/scraping/target_couplings/imas/getCouplings.js b/scraping/target_couplings/imas/getCouplings.js index bf22bfe..1664e63 100644 --- a/scraping/target_couplings/imas/getCouplings.js +++ b/scraping/target_couplings/imas/getCouplings.js @@ -77,5 +77,5 @@ .map((x) => getCouplingFromCharactorsTable(x)) .reduce((s, x) => [...s, ...x]); - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })(); diff --git a/scraping/target_couplings/kancolle/getCouplings.js b/scraping/target_couplings/kancolle/getCouplings.js index 1987623..519ef0e 100644 --- a/scraping/target_couplings/kancolle/getCouplings.js +++ b/scraping/target_couplings/kancolle/getCouplings.js @@ -42,5 +42,5 @@ .reduce((s, x) => [...s, ...x]), ]; - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })(); diff --git a/scraping/target_couplings/lovelive/getCouplings.js b/scraping/target_couplings/lovelive/getCouplings.js index 0729277..6eb34ae 100644 --- a/scraping/target_couplings/lovelive/getCouplings.js +++ b/scraping/target_couplings/lovelive/getCouplings.js @@ -69,5 +69,5 @@ '#article-body > table:nth-of-type(1)' ); const target_couplings = getTargetCouplings(target_table); - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })(); diff --git a/scraping/target_couplings/lovelive/index.json b/scraping/target_couplings/lovelive/index.json index 8cb901e..548596d 100644 --- a/scraping/target_couplings/lovelive/index.json +++ b/scraping/target_couplings/lovelive/index.json @@ -159,6 +159,10 @@ "characters": [{ "name": "小泉花陽" }, { "name": "園田海" }], "tags": [{ "name": "ぱなうみ" }] }, + { + "characters": [{ "name": "小泉花陽" }, { "name": "星空凛" }], + "tags": [{ "name": "はなりん" }] + }, { "characters": [{ "name": "小泉花陽" }, { "name": "矢澤にこ" }], "tags": [{ "name": "ぱなにこ" }] @@ -197,7 +201,7 @@ }, { "characters": [{ "name": "高海千歌" }, { "name": "黒澤ダイヤ" }], - "tags": [{ "name": "ちかダイ" }] + "tags": [{ "name": "ちかダイ" }, { "name": "ちかだい" }] }, { "characters": [{ "name": "高海千歌" }, { "name": "渡辺曜" }], diff --git a/scraping/target_couplings/revengers/getCouplings.js b/scraping/target_couplings/revengers/getCouplings.js index 36d0f59..4601263 100644 --- a/scraping/target_couplings/revengers/getCouplings.js +++ b/scraping/target_couplings/revengers/getCouplings.js @@ -89,5 +89,5 @@ }; }); - console.log(JSON.stringify(result)); + copy(JSON.stringify(result)); })(); diff --git a/scraping/target_couplings/touhou/getCouplings.js b/scraping/target_couplings/touhou/getCouplings.js index e44d890..9eff8d5 100644 --- a/scraping/target_couplings/touhou/getCouplings.js +++ b/scraping/target_couplings/touhou/getCouplings.js @@ -106,9 +106,9 @@ .map( //派生タグ addSynonymCouplingTag( - document.querySelector('#article-body > table:nth-of-type(37)') + document.querySelector('#article-body > table:nth-of-type(38)') ) ); - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })(); diff --git a/scraping/target_couplings/touhou/index.json b/scraping/target_couplings/touhou/index.json index e5bfdc2..f273b28 100644 --- a/scraping/target_couplings/touhou/index.json +++ b/scraping/target_couplings/touhou/index.json @@ -5005,6 +5005,10 @@ "characters": [{ "name": "摩多羅隠岐奈" }, { "name": "埴安神袿姫" }], "tags": [{ "name": "おきけーき" }] }, + { + "characters": [{ "name": "摩多羅隠岐奈" }, { "name": "饕餮尤魔" }], + "tags": [{ "name": "おきゆま" }] + }, { "characters": [{ "name": "摩多羅隠岐奈" }, { "name": "飯綱丸龍" }], "tags": [{ "name": "おきめぐ" }] @@ -5323,6 +5327,13 @@ "characters": [{ "name": "稗田阿求" }, { "name": "宇佐見菫子" }], "tags": [{ "name": "あきゅすみ" }] }, + { + "characters": [ + { "name": "ジャケットのあの子" }, + { "name": "レーベルのあの子" } + ], + "tags": [{ "name": "ジャケレベ" }] + }, { "characters": [{ "name": "宇佐見蓮子" }, { "name": "宇佐見菫子" }], "tags": [{ "name": "れんすみ" }, { "name": "すみれんこ" }] diff --git a/scraping/target_couplings/vocalo/getCouplings.js b/scraping/target_couplings/vocalo/getCouplings.js index 9fe6a08..7c0df2e 100644 --- a/scraping/target_couplings/vocalo/getCouplings.js +++ b/scraping/target_couplings/vocalo/getCouplings.js @@ -195,5 +195,5 @@ .map((x) => getListCouplings(document.querySelector(x))) .reduce((s, x) => [...s, ...x]); } - console.log(JSON.stringify(target_couplings)); + copy(JSON.stringify(target_couplings)); })();