10 Apr 2024 |
st33l | Hello out there!
Where can I read the newest state of YouTube interferences?
I am baffled, even yewtu.be is down... | 18:05:41 |
manwichmakesameal | It's working for me. | 18:07:39 |
manwichmakesameal | st33l: Have you tried other instances or looked at the instance page to see site statuses? | 18:09:16 |
st33l | Honestly said, i only trusted yewtu.be, but i will check there, thx for this idea! | 18:10:26 |
st33l | Cool, its already back online again! | 18:12:01 |
@weidenwiesel:matrix.org | In reply to @st33l:matrix.org Honestly said, i only trusted yewtu.be, but i will check there, thx for this idea! You can, in general, trust any instance on the public list, the maintainers have a "no bullshit" philosophy when it comes to hosting Invidious. | 18:16:12 |
@weidenwiesel:matrix.org | I.e. all have to follow strict rules | 18:16:33 |
st33l | https://docs.invidious.io/instances/
this list, right? | 18:17:46 |
@weidenwiesel:matrix.org | You can read about the rules here:
https://docs.invidious.io/instances/#rules-to-have-your-instance-in-this-list | 18:17:48 |
@weidenwiesel:matrix.org | Yup | 18:18:02 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | This might be a bit off-topic, but I really appreciate the friendliness that's in this room. I (and many others!) don't have to fear about posting my issues in here and getting absolutely bashed for my incompetence, I can just ask and get friendly answers. I'm really grateful for this welcoming community! | 18:19:40 |
@daknig:matrix.org | hi, I will re-ask my question | 19:03:25 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | * This might be a bit off-topic, but I really appreciate the friendliness that's in this room. I (and many others!) don't have to fear about posting my issues in here and getting absolutely bashed for my incompetence, I can just ask and get friendly answers. I'm really grateful for this welcoming community! ❤️ | 18:19:48 |
@daknig:matrix.org | I have a url like https://www.youtube.com/user/Bisqwit | 19:03:41 |
@daknig:matrix.org | suppose I wanna use Invidious API to get the info | 19:03:53 |
@daknig:matrix.org | what do I do? | 19:03:55 |
@weidenwiesel:matrix.org | I dont think there is an API for users | 19:27:56 |
@weidenwiesel:matrix.org | Check the source code:
https://github.com/iv-org/invidious/tree/master/src/invidious/routes/api/v1 | 19:28:07 |
@weidenwiesel:matrix.org | YT users != Invidious users | 19:28:22 |
@weidenwiesel:matrix.org | API docs:
https://docs.invidious.io/api/ | 19:29:12 |
@daknig:matrix.org | yes I did not find it there so I asked | 19:29:24 |
@weidenwiesel:matrix.org | Like I said, Invidious does not use Google Accounts as users | 19:29:54 |
@weidenwiesel:matrix.org | So there is nothing to query | 19:30:06 |
@daknig:matrix.org | yes but can it not uh, do API call to youtube to resolve that? | 19:30:31 |
@daknig:matrix.org | turns out invidious does make it work somehow | 19:30:58 |
@daknig:matrix.org | I do not know how but it works | 19:31:04 |
@weidenwiesel:matrix.org | What do you mean by make it work? Invidious doesn't even use the YT API, its basically "just a web client" | 19:31:56 |
absidue | In reply to @daknig:matrix.org what do I do? {instance}/api/v1/resolveurl?url={full youtube url} | 19:32:14 |
@daknig:matrix.org | In reply to @absidue:matrix.org {instance}/api/v1/resolveurl?url={full youtube url} cannot see that in the API docs | 19:32:56 |
@daknig:matrix.org | https://docs.invidious.io/api/ <- here i mean | 19:33:16 |