Open-sourced video downloader project for iOS devices
- Browser view and downloads view
- Storing downloaded videos and their metadatas
- Displaying download progress in progressView
- Displaying downloaded videos and metadatas(Image thumbnail, store name, store url)
- UI / UX improvements
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Rebase your dev branch:
git rebase develop
- Solve your conflicts
- Push to the branch:
git push origin my-new-feature
- Submit a pull request