HCYoutubeParser
HCYoutubeParser copied to clipboard
Fetches YouTube mp4 URLS for iOS and tvOS.
Fixed a crash
Resolve crash caused by iurl not being set in the parts dictionary when setting the options dictionary. *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot...
Update key for thumbnail url Prevent crashing if parts[key] returns nil
Thumbnail keys crashing with the new keys. **Old** @"iurlmaxres", @"iurlsd" **New** @"thumbnail_url"