TODO: Write a description here
Installation instructions for Ubuntu 16.04
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
sudo apt-get install ffmpeg
start podcaster from the command line and open http://localhost:3000/ in your browser
./podcaster
shards install
crystal build src/podcaster.cr
- Fork it ( https://github.com/cenan/podcaster/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request