-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PeerTube support #2201
PeerTube support #2201
Conversation
Here is the debug apk for testing |
Nice ... although the orange is a little to bright for my taste :D. |
app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java
Outdated
Show resolved
Hide resolved
made the suggested changes. |
What's the status on this issue? |
Gets merged, its just middle of semester and cur. time is rare. |
Yeah, I can understand! Thanks for took the time to answer! |
Does this PR lack anything still? |
I did not have time to review the extractor yet. The front-end implementation is good now. |
Contributes to TeamNewPipe/NewPipeExtractor#79. |
Is it being reviewed? |
Not yet. I may need to take a look at the backend first. |
Wow, that's amazing! Although, I found some bugs:
Video: https://framatube.org/videos/watch/bb19bdca-4619-4e4e-84b7-c1ee409412b2
video: https://framatube.org/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d
|
Nice. Works like a charm. We need to review the extractor PR, it has been put on hold for way to long. |
done |
I think it should be kept into consideration for the future to add links to the sites in NewPipe, so that people can support them if they want. Maybe not for YouTube, but at least for PeerTube or the instances of similar services that support open source and free software. This could be added for MediaCCC if they accept donations too. |
@gkeegan That's a good idea. Can you please open an issue for that? We should discuss where to place the donation info / buttons. There was an attempt to get some donation information of YouTube channels already.
@yausername thanks. I'll merge this tonight. |
I just did my final round of testing. Everything works fine :)
#2792 might solve this issue. For this reason, I'd like to proceed and merge this? |
I don't think it should be blocked from merge if there is a possible fix on the way. So long as a release doesn't happen before 2792 is merged (or issue is fixed by other methods), everything should be fine. I think that discussion may need to happen in the future about what to do with KitKat as it seems problematic. |
On Android 7.1 it currently works only for some instances (e.g. https://diode.zone works while https://framatube.org gives "Network Error") |
And if I try to remove and re-insert Framatube it tells me "failed to validate instance" (Also, the first letter of the error should probably be uppercase) |
@Stypox Does it happen every time? I tried on a 7.1.1 emulator and not able to reproduce.
fixed |
@Stypox Can you please verify that this is also the ssl certificate problem? In this case, I'd like to merge. |
@yausername correct the first lowercase letter also for other strings you added |
@TobiGr @yausername the issue is caused by a failed handshake, so this can be merged.
|
done |
Wow, finally merged, huge thanks to you !!! |
I was asked for paying out the bounty for this support: |
@theScrabi |
I know and understand that :) You may have to deal that out with Felix then. |
If we finally had our foundation we could take the money and organize some events or merch with that. |
requires Basic PeerTube support (without P2P) NewPipeExtractor#145