pnbt / youtube-explore

Finding YouTube's top recommendations from any query
212 stars 54 forks source link

Did youtube just change the structure of their website? #12

Open agoeroeg opened 4 years ago

agoeroeg commented 4 years ago

Hi, I think youtube has changed the structure of their website and the used division classes doesnt exist anymore. This means that this script in this form is not usable anymore. :( Does anyone have a better idea than trying to guess where the required information is placed on the website?

Best wishes Attila

rachmadaniHaryono commented 4 years ago

try to pair it with invidio.us api. their video api have recommended section

https://github.com/omarroth/invidious/wiki/API#get-apiv1videosid

brunoanuncia commented 4 years ago

Hi, I think youtube has changed the structure of their website and the used division classes doesnt exist anymore. This means that this script in this form is not usable anymore. :( Does anyone have a better idea than trying to guess where the required information is placed on the website?

Best wishes Attila

Does the @rachmadaniHaryono suggestion work for you? I'm having some troubles here but I think it is because I'm doing something wrong.

rachmadaniHaryono commented 4 years ago

you have to change the program and use working invidio.us instance because the main invidio.us is not available anymore https://github.com/iv-org/invidious/issues/1321

i may update my own fork in the future but no promise