Add --xattr-set-filesize option (Fixes #1348)
[youtube-dl] / youtube_dl / YoutubeDL.py
index b7e93b8ddafb13a9897b9947ec0ad83d09dd1288..0241f7e3c8de01dce3ac90da84fdaa6583374faa 100755 (executable)
@@ -231,7 +231,8 @@ class YoutubeDL(object):
     The following parameters are not used by YoutubeDL itself, they are used by
     the FileDownloader:
     nopart, updatetime, buffersize, ratelimit, min_filesize, max_filesize, test,
-    noresizebuffer, retries, continuedl, noprogress, consoletitle
+    noresizebuffer, retries, continuedl, noprogress, consoletitle,
+    xattr_set_filesize.
 
     The following options are used by the post processors:
     prefer_ffmpeg:     If True, use ffmpeg instead of avconv if both are available,