philbot9 / youtube-info

Fetch meta information about YouTube videos
ISC License
43 stars 20 forks source link

Can it valitate youtube link #6

Closed dankythuat closed 5 years ago

dankythuat commented 5 years ago

Can it valite invalid youtube link before get data?

philbot9 commented 5 years ago

Hi there,

I'm not sure I understand. Can you give me an example, what you would expect to happen and what actually happens.

Thanks

philbot9 commented 5 years ago

I see. No that's not supported. It only does one video ID at a time. You would have to first extract the IDs from the playlist using cheerio for example, and then you can pass them to this module one at a time.