I'm trying to include a feature that allows the download of videos from a Dailymotion channel in an iOS app and i'ld like to know if there is a way or a library like HCYoutubeParser to get the url to the mp4 file of the video.
Thanks !
i believe you are new to iOS dev.
Apple does not allow you or anyone to download the files/video from a third party service provider before the third party acknowledgment.
Second you cannot link and open a Dailymotion/Youtube etc. channel into a app browser on iOS. you need to integrate the channels natively on your iOS App.
Read the Apple terms & conditions from the Apple developer website if you want to start creating an Apple iOS App.
Regards Rajeev