libredirect / browser_extension

A browser extension that redirects popular sites to alternative privacy friendly frontends
https://libredirect.github.io
GNU General Public License v3.0
3.18k stars 118 forks source link

Add Tubo https://media.ccc.de #884

Closed toyboatcash closed 3 months ago

toyboatcash commented 8 months ago

Code https://github.com/migalmoreno/tubo instance https://tubo.migalmoreno.com/

Videos https://media.ccc.de/v/37c3-11784-lass_mal_das_innere_eines_neuronalen_netzes_ansehen redirects to http://localhost:3000/stream?url=https%3A%2F%2Fmedia.ccc.de%2Fpublic%2Fevents%2Fdf5ca65a-e3d6-42ae-9805-9bc02821ada4

User Page http://localhost:3000/channel?url=https%3A%2F%2Fmedia.ccc.de%2Fc%2F37c3 https://media.ccc.de/c/37c3

Search http://localhost:3000/search?q=Janna+Schlender&serviceId=2 https://media.ccc.de/search?p=Janna+Schlender

Conferences, not sure if I have the URL correct https://media.ccc.de/a http://localhost:3000/kiosk?serviceId=2&kioskId=conferences http://localhost:3000/channel?url=https%3A%2F%2Fapi.media.ccc.de%2Fpublic%2Fconferences%2Fforumoe https://media.ccc.de/c/forumoe19

IkelAtomig commented 8 months ago

Already added by #783. What are you trying to establish ?

toyboatcash commented 8 months ago

@IkelAtomig My understanding is Tubo was added for YouTube and SoundCloud. I think the redirects for media.ccc.de and framatube.org PeerTube instance and Bandcamp was not added. Also, I asked if there was a way to change the peer tube instance. https://github.com/migalmoreno/tubo/issues/22 I know this might be more difficult to add but would be really cool future if it gets supported.
image BTW, thanks for this amazing project.

ManeraKai commented 3 months ago

Why is there a need to have a frontend for media.ccc.de? It's not privacy invasive or anything. This is like Hackernews' case: https://github.com/libredirect/browser_extension/issues/239

ManeraKai commented 3 months ago

Also, I asked if there was a way to change the peer tube instance. https://github.com/migalmoreno/tubo/issues/22 I know this might be more difficult to add but would be really cool future if it gets supported.

Redirecting PeerTube is hard since you need to know ALL peertube instances, which is in thousands. I know this because there was a frontend for PeerTube called SimpleerTube.

ManeraKai commented 3 months ago

Bandcamp is not working on Tubo at the moment.

aidan-gibson commented 2 months ago

The source is no longer on github but is available here https://git.migalmoreno.com/tubo/

IkelAtomig commented 1 month ago

Kai, did you change the source in Instances script ?

ManeraKai commented 1 month ago

Yes