TeamNewPipe / NewPipeExtractor

NewPipe's core library for extracting data from streaming sites
GNU General Public License v3.0
1.38k stars 416 forks source link

YouTube channels Community Tab #750

Open FireMasterK opened 2 years ago

FireMasterK commented 2 years ago

Example: https://www.youtube.com/c/Vox/community

It uses the /next api, with a params: "Egljb21tdW5pdHk%3D" json varable.

The decoded protobuf equivelent: image

AudricV commented 2 years ago

It uses the /next api

All channel tabs are using the browse endpoint of the InnerTube API nowadays.

FineFindus commented 1 year ago

Hey, I'd like to start implementing this, but having only added to existing code so far, I'm a bit lost on how to get started and how the components work together. Is there a guide on how to set up the necessary files, or could you help me do that, so I can focus on implementing the extraction itself?