mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix continuations owo
This commit is contained in:
		
							parent
							
								
									5d65f9206c
								
							
						
					
					
						commit
						d5d34babe0
					
				| @ -136,9 +136,9 @@ module.exports = function (app, config, renderTemplate) { | ||||
|         } | ||||
|       }; | ||||
| 
 | ||||
|       const tj = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/videos/${ID}/?sort_by=${req.query.sort_by || "newest"}` + continuation ); | ||||
|       const shorts = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/${ID}/shorts?sort_by=${req.query.sort_by || "newest"}` + continuations   ); | ||||
|       const stream = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/${ID}/streams?sort_by=${ req.query.sort_by || "newest"}` + continuationl ); | ||||
|       const tj = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/videos/${ID}/?sort_by=${req.query.sort_by || "newest"}` + `&continuation=${continuation}` ); | ||||
|       const shorts = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/${ID}/shorts?sort_by=${req.query.sort_by || "newest"}` + `&continuation=${continuations}` ); | ||||
|       const stream = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/${ID}/streams?sort_by=${ req.query.sort_by || "newest"}` + + `&continuation=${continuationl}`); | ||||
|       const c = await getChannelData(`https://invid-api.poketube.fun/api/v1/channels/community/${ID}/`); | ||||
| 
 | ||||
|       const summary = await wiki.summary(boutJson.Channel.Metadata.Name); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley