Make uploader and upload_date fields optional
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 12 Jan 2013 16:34:09 +0000 (17:34 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 12 Jan 2013 16:34:09 +0000 (17:34 +0100)
youtube_dl/InfoExtractors.py

index 9712480228a7c57e17d0ab80528a50806bb722c1..5ee4d24b1448088de25ee392b4952b951e28ac92 100755 (executable)
@@ -35,14 +35,14 @@ class InfoExtractor(object):
     url:            Final video URL.
     title:          Video title, unescaped.
     ext:            Video filename extension.
-    uploader:       Full name of the video uploader.
-    upload_date:    Video upload date (YYYYMMDD).
 
     The following fields are optional:
 
     format:         The video format, defaults to ext (used for --get-format)
     thumbnail:      Full URL to a video thumbnail image.
     description:    One-line video description.
+    uploader:       Full name of the video uploader.
+    upload_date:    Video upload date (YYYYMMDD).
     uploader_id:    Nickname or id of the video uploader.
     player_url:     SWF Player URL (used for rtmpdump).
     subtitles:      The .srt file contents.