Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 447 Bytes

video-dl-ios

Building

Before you can build the app you have to follow some steps:

  1. Fetch some resources: ./devscripts/update-submodules.sh

  2. Build the python library and create the python modules file hierarchy:

    make all

The you can open the Xcode project and test it in the simulator.

Copyright

The code is releades under the MIT License, the full license is available in the LICENSE file.