summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-01-12 17:34:09 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-01-12 17:34:09 +0100
commit539679c7f96aab325e7569ec7cbc154033f28ff4 (patch)
tree24f1df0d5249cac98b38fe2d218d0a721d52e35b
parentb642cd44c11c69a3c570a1af9a5bcd3ead4393a1 (diff)
downloadyoutube-dl-539679c7f96aab325e7569ec7cbc154033f28ff4.tar.gz
youtube-dl-539679c7f96aab325e7569ec7cbc154033f28ff4.tar.xz
youtube-dl-539679c7f96aab325e7569ec7cbc154033f28ff4.zip
Make uploader and upload_date fields optional
-rwxr-xr-xyoutube_dl/InfoExtractors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py
index 971248022..5ee4d24b1 100755
--- a/youtube_dl/InfoExtractors.py
+++ b/youtube_dl/InfoExtractors.py
@@ -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.