Capture a HLS-Stream using ffmpeg

Another ffmpeg one: This time to capture a HLS-Stream into any wanted format.

ffmpeg -i http://hls.example.com/playlist.m3u8 -vcodec copy -acodec libfaac myCapturedVideo.mp4