diff --git a/lib/utils/got.js b/lib/utils/got.js index 3b40d3382f..c2b7addac6 100644 --- a/lib/utils/got.js +++ b/lib/utils/got.js @@ -95,5 +95,6 @@ const custom = got.extend({ 'x-app': 'RSSHub', }, }); +custom.all = (list) => Promise.all(list); module.exports = custom;