XiangRongLin
XiangRongLin
Whats missing for me would be automated tests. Either jvm unit tests or android instrumented tests would allow to develop those tested sections with more confidence and less manual testing....
https://github.com/XiangRongLin/NewPipe-nightly could be transfered here if requested. It builds the release version of the app signed by me and releases it to github automatically.
If wanted, I could transfer the project to the TeamNewPipe organization. It would make more sense, than having it under my name. There is basically no maintenance required, seeing that...
@Stypox One needs rights to create a repo in order to transfer them, which I'm missing
Secrets are missing: https://github.com/TeamNewPipe/NewPipe-nightly/issues/1
@Katy-sadi > > > while I was adding two more filters, I had to use the newPipe extractor, but I couldn't sync the extractor with newPipe see https://github.com/TeamNewPipe/NewPipeExtractor#testing-changes
This would need to be done in the extractor, in order to be done properly. And it would only work if the services provide that specific information for us to...
> Can you give an example-link of an infinite list by the way? https://www.youtube.com/watch?v=FfAjtZgLkPQ&list=RDFfAjtZgLkPQ Its basically youtube.com/watch?v={videoID}&list=RD{videoID}
The service is in our hands https://github.com/TeamNewPipe/NewPipeExtractor And like i said before, it needs to be fixed there. From a quick glance the duration would increase as more items are...
That is unfortunate that youtube does not provide that information. Since the services (youtube) themself do not provide that information, it would then also not belong inside the extractor. >...