[youtube] Fix missing format details for 60fps DASH formats
authorAnssi Hannula <anssi.hannula@iki.fi>
Mon, 15 Jun 2015 17:06:43 +0000 (20:06 +0300)
committerSergey M․ <dstftw@gmail.com>
Sun, 30 Aug 2015 02:05:16 +0000 (08:05 +0600)
commitc9afb51ceaeae7cbd74502e0451eb9163a1ab7fb
tree24b362d72dea3347eb9b59efbd0e3776f8081a31
parentc0a656876cf3831deab90d0937e7cd81e95f6184
[youtube] Fix missing format details for 60fps DASH formats

60fps DASH formats do not appear in the DASH manifest, but the non-DASH
video info page does contain additional parameters for DASH formats that
we can parse.

Use those when they exist.

This fixes "bestvideo" not selecting 60fps formats over similar 30fps
formats just because the file size is unknown.
youtube_dl/extractor/youtube.py