Set 'NA' as the default value for missing fields in the output template (fixes #1931)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 9 Dec 2013 21:00:42 +0000 (22:00 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 9 Dec 2013 21:00:42 +0000 (22:00 +0100)
commit26e6393134b35121ab956a408250c565596dd2a1
tree7935c4fbb14b3d44759f048a9c44ed38c0ad22b8
parent49929a20a7166199307b9d8eda623f8b81540bdb
Set 'NA' as the default value for missing fields in the output template (fixes #1931)

Remove the `except KeyError` clause, it won't get raised anymore
test/test_YoutubeDL.py
youtube_dl/YoutubeDL.py