diff --git a/lib/info.js b/lib/info.js index 5ddd8c23..4df01478 100644 --- a/lib/info.js +++ b/lib/info.js @@ -126,7 +126,7 @@ const isNotYetBroadcasted = player_response => { }; -const getWatchHTMLURL = (id, options) => `${BASE_URL + id}&hl=${options.lang || 'en'}`; +const getWatchHTMLURL = (id, options) => `${BASE_URL + id}&hl=${options.lang || 'en'}&bpctr=9999999999&has_verified=1`; const getWatchHTMLPageBody = (id, options) => { const url = getWatchHTMLURL(id, options); return exports.watchPageCache.getOrSet(url, () => utils.exposedMiniget(url, options).text());