From fbb21cf528fe5cc4ba72f97f691cdf7ec20ee0e6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 30 Oct 2014 09:34:13 +0100 Subject: [youtube] Add formats 298, 299 (Fixes #4056) --- youtube_dl/extractor/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/common.py') diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index b77db52f7..3300734bc 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -72,6 +72,7 @@ class InfoExtractor(object): * acodec Name of the audio codec in use * asr Audio sampling rate in Hertz * vbr Average video bitrate in KBit/s + * fps Frame rate * vcodec Name of the video codec in use * container Name of the container format * filesize The number of bytes, if known in advance -- cgit v1.2.3