Youtube downloader app for OwnCloud
Place youtubedl folder in owncloud/apps/
- youtube-dl (Required for download youtube videos. See http://rg3.github.io/youtube-dl/download.html for installing. Do not install with your package manager such as apt-get.)
- avconv (Required for converting downloaded file to mp3. Install with sudo apt-get install libav-tools )
- Please visit: http://apps.owncloud.com/content/show.php?content=167888
- Rename downloaded file's name.
- Use OwnCloud API instead of Symfony Proccess for removing old files.
- Add a progressbar.
- Make ffmpeg usable.