Audric V.

Results 173 comments of Audric V.

> If I understand you right you're advising against the use of Twire? Not at all, if Twire devs want to use the official API, that's their decision, which is...

As I am working on multiple images support, PeerTube banners will be also implemented with my work :)

> I'm not sure if `Content-Length`, should be set since for example, what if `gzip/brotli` is being used by the downloader? Thank you for the catch! I removed the addition...

Note that the CI will fail because I didn't updated `YoutubeStreamExtractorLivestreamTest`, see why in https://github.com/TeamNewPipe/NewPipeExtractor/pull/863/commits/438fb69431bc62fc4101c3d122ca9bb3fe293544 .

Requested changes have been applied. Note: I reverted update of `YoutubeLiveStreamExtractorTest` and removal of `YoutubeSearchExtractorTest.Suggestion`, as both tests will be fixed in #882. That's the reason why some tests will...

@Stypox Could you please review again this pull request? Thank you in advance :)

@Stypox Indeed, you are almost right: - the first one may be related to handles introduction: the channel ID is not provided in the [`yt:channelId` global element of the RSS...

We need to change something when extracting these channels. It returns 404 because NewPipe adds a `/c/` before `gaming`, which isn't recognized by YouTube.

For the music channel, this channel has no `Videos` tab. Channel extraction on NewPipe Extractor relies currently on the `Videos` tab for now. Some work for the channel tabs extraction...