Update src/libpoketube/init/pages-channel-and-download.js

This commit is contained in:
ashley 2025-09-27 08:17:03 +02:00
parent db2a611f39
commit fc3e629541

View File

@ -240,7 +240,7 @@ function channelurlfixer(text) {
const getChannelData = async (url) => {
try {
return await fetch(url, {
return await fetch(url + "&h=truer", {
headers: {
'User-Agent': config.useragent,
},