Update server.js
Browse files
server.js
CHANGED
@@ -55,6 +55,8 @@ async function searchGogoanime(animeTitle, episodeNumber) {
|
|
55 |
}
|
56 |
}
|
57 |
|
|
|
|
|
58 |
app.get('/q', (req, res) => {
|
59 |
const filemoonUrl = req.query.q;
|
60 |
|
|
|
55 |
}
|
56 |
}
|
57 |
|
58 |
+
const urlMap = new Map(); // Stores random path -> original Filemoon URL
|
59 |
+
|
60 |
app.get('/q', (req, res) => {
|
61 |
const filemoonUrl = req.query.q;
|
62 |
|