We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d12cee commit a3150d4Copy full SHA for a3150d4
columnArticleList.js
@@ -64,7 +64,7 @@ const downloadComment = require('./downloadComment.js');
64
path.resolve(__dirname, 'geektime_' + config.columnName)
65
);
66
// 是否下载音频
67
- if (config.isdownloadVideo) {
+ if (config.isdownloadVideo && columnArticle.audio_download_url) {
68
await downloadAudio(
69
columnArticle.audio_download_url,
70
useArticleTtle + '.mp3',
0 commit comments