Closed dungle27 closed 3 years ago
I have same issue :(
@AbelTesfaye Could you check this issue help us?
@AbelTesfaye FYI, I think it has been resolved. https://github.com/fent/node-ytdl-core/issues/800
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)
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!!!
fixed in latest version thanks @AbelTesfaye
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!!!