zyrouge / node-youtube-ext

A simple YouTube scraper.
https://youtube-ext.js.org
MIT License
20 stars 5 forks source link

Solution for not getting videos data: #8

Closed Tomato6966 closed 2 years ago

Tomato6966 commented 2 years ago

You are filtering for "HOME" but you should filter for smt where the content is, because the language changes... ?.find((x) => (x?.tabRenderer?.content))

zyrouge commented 2 years ago

where exactly? 🤔 Scraping other categories seemed unreliable at the time of making it, I'll look into it again.

Tomato6966 commented 2 years ago

For me it didnt work because i didnt have home based on my System language The content tab is just available in the home so thats fine