DrKain / scrape-youtube

A lightning fast package to scrape YouTube search results
MIT License
108 stars 30 forks source link

Search Filter - Is it possible to search for YouTube videos that has subtitles/CC ? #47

Closed bekmuradov closed 2 years ago

bekmuradov commented 2 years ago

In YouTube you can filter out the results based on subtitle feature. Is it possible to add subtitle filter?

bekmuradov commented 2 years ago

I just seen this in YouTube's URL. It adds ('sp=EgIoAQ%253D%253D') parameter to URL at the end when you apply subtitle filter. Example: https://www.youtube.com/results?search_query=examlpe&sp=EgIoAQ%253D%253D

DrKain commented 2 years ago

As mentioned in the readme you can pass a custom SP as the second parameter

youtube.search('example', { sp: 'EgQQASgB' })