ytdl-js / react-native-ytdl

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

Formats array inside info have elements but its values changes to undefined values on callback function called #16

Open chandanrai95 opened 4 years ago

chandanrai95 commented 4 years ago

formats: Array(22) 0: undefined 1: undefined 2: undefined 3: undefined 4: undefined 5: undefined 6: undefined 7: undefined 8: undefined 9: undefined 10: undefined 11: undefined 12: undefined 13: undefined 14: undefined 15: undefined 16: undefined 17: undefined 18: undefined 19: undefined 20: undefined 21: undefined

AbelTesfaye commented 4 years ago

This should be fixed in the latest version. The code has changed significantly so please check the readme to see how to use the new methods.