[YoutubeDL] format spec: correctly handle dashes and other unused operators
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 4 Aug 2015 20:29:23 +0000 (22:29 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 4 Aug 2015 20:29:23 +0000 (22:29 +0200)
commit232541df441741d3d55605f03e28ec3c34249a5b
tree88a8f7aa20f2c29c5b62867eb8d9af68bf2632f4
parenta346b1ff57a94382e80fd4edd5a6d4b91a7cb45e
[YoutubeDL] format spec: correctly handle dashes and other unused operators

'mp4-baseline-16x9' must be handled as a single string, but the '-' was treated as an operator.
test/test_YoutubeDL.py
youtube_dl/YoutubeDL.py