diff --git a/src/index.js b/src/index.js index ac5d3fc..fa076c0 100644 --- a/src/index.js +++ b/src/index.js @@ -1073,7 +1073,7 @@ function _parseVideoInitialData ( responseText, callback ) if (!video.description || !video.timestamp || !video.seconds || !video.views) { setTimeout(function () { search( { - query: `${video.videoId}`, + query: `"${video.videoId}"`, options: { RETRY_INTERVAL: 1000 },