diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
commit | 7bcd7a5b12c428dcb6e60a94ff315a9e39511d13 (patch) | |
tree | 9493b9d7886f8d32d7575bb3d55ca43599b1e2e8 /db | |
parent | tsocks and zsh prompt update (diff) | |
download | scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.tar.gz scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.zip |
update
Diffstat (limited to 'db')
-rw-r--r-- | db/mongo/build_db.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/mongo/build_db.js b/db/mongo/build_db.js index 67acd6d..2483347 100644 --- a/db/mongo/build_db.js +++ b/db/mongo/build_db.js @@ -47,6 +47,7 @@ const mangas = { "dungeon sherpa": "https://manganato.com/manga-kt987428", gachiakuta: "https://manganato.com/manga-na990935", "black lagoon": "https://readmanganato.com/manga-", + "chainsaw man": "https://readmanganato.com/manga-dn980422", }; db = connect("192.168.1.109:27117/devi"); @@ -91,7 +92,7 @@ db.mangas.updateOne( { _id: mangas_id }, { $set: { - "chainsaw man": "https://readmanganato.com/manga-dn980422", + "gantz:e": "https://manganato.com/manga-ho984623", }, } ); |