mirror of
https://codeberg.org/ashley/poke
synced 2025-04-04 16:48:00 +00:00
should fix channels
This commit is contained in:
parent
22e804850b
commit
a638c930cc
@ -247,21 +247,25 @@ const xmlData = await fetch(searchUrl)
|
|||||||
};
|
};
|
||||||
|
|
||||||
const apiUrl = config.invapi + "/channels/";
|
const apiUrl = config.invapi + "/channels/";
|
||||||
const channelUrl = `${apiUrl}${atob(
|
const channelUrl = `${apiUrl}${ID}/${atob(
|
||||||
ChannelTabs.videos
|
ChannelTabs.videos
|
||||||
)}/${ID}/?sort_by=${sort_by}${continuation}`;
|
)}?sort_by=${sort_by}${continuation}`;
|
||||||
const shortsUrl = `${apiUrl}${ID}/${atob(
|
|
||||||
ChannelTabs.shorts
|
const shortsUrl = `${apiUrl}${ID}/${atob(
|
||||||
)}?sort_by=${sort_by}${continuations}`;
|
ChannelTabs.shorts
|
||||||
const streamUrl = `${apiUrl}${ID}/${atob(
|
)}?sort_by=${sort_by}${continuation}`;
|
||||||
ChannelTabs.streams
|
|
||||||
)}?sort_by=${sort_by}${continuationl}`;
|
const streamUrl = `${apiUrl}${ID}/${atob(
|
||||||
const communityUrl = `${apiUrl}${atob(
|
ChannelTabs.streams
|
||||||
ChannelTabs.community
|
)}?sort_by=${sort_by}${continuation}`;
|
||||||
)}/${ID}/?hl=en-US`;
|
|
||||||
const PlaylistUrl = `${apiUrl}${atob(
|
const communityUrl = `${apiUrl}${ID}/${atob(
|
||||||
ChannelTabs.playlist
|
ChannelTabs.community
|
||||||
)}/${ID}/?hl=en-US`;
|
)}?hl=en-US`;
|
||||||
|
|
||||||
|
const playlistUrl = `${apiUrl}${ID}/${atob(
|
||||||
|
ChannelTabs.playlist
|
||||||
|
)}?hl=en-US`;
|
||||||
|
|
||||||
const channelINVUrl = `${apiUrl}${ID}/`;
|
const channelINVUrl = `${apiUrl}${ID}/`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user