ytdl-js / react-native-ytdl

A YouTube downloader for React Native
121 stars 46 forks source link

Can't get relate video in latest version. #59

Closed dungle27 closed 3 years ago

dungle27 commented 3 years ago

Hello, I'm using latest version: "react-native-ytdl": "^4.1.2", when I use: let info = await ytdl.getInfo(id_video); => can't get related_videos value in info

old version still get related_videos value normal

Please help check this issue!!!

tnluan commented 3 years ago

I have same issue :(

dungle27 commented 3 years ago

@AbelTesfaye Could you check this issue help us?

tnluan commented 3 years ago

@AbelTesfaye FYI, I think it has been resolved. https://github.com/fent/node-ytdl-core/issues/800

AbelTesfaye commented 3 years ago

Should be fixed now.

Btw, cloning this library and running npm run clone-and-patch will try to get the latest node-ytdl-core and will patch it to make it compatible with react-native. (wont work 100% of the time, but it's worth a shot)

tnluan commented 3 years ago

Should be fixed now.

Btw, cloning this library and running npm run clone-and-patch will try to get the latest node-ytdl-core and will patch it to make it compatible with react-native. (wont work 100% of the time, but it's worth a shot)

Thanks for your hard work!!!

dungle27 commented 3 years ago

fixed in latest version thanks @AbelTesfaye