release 2016.12.31

This commit is contained in:
Sergey M․ 2016-12-31 23:58:41 +07:00
parent 1ea0b727c4
commit dc48a35404
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
4 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,4 @@
version <unreleased> version 2016.12.31
Core Core
+ Introduce --config-location option for custom configuration files (#6745, + Introduce --config-location option for custom configuration files (#6745,

View file

@ -80,6 +80,9 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
configuration in ~/.config/youtube- configuration in ~/.config/youtube-
dl/config (%APPDATA%/youtube-dl/config.txt dl/config (%APPDATA%/youtube-dl/config.txt
on Windows) on Windows)
--config-location PATH Location of the configuration file; either
the path to the config or its containing
directory.
--flat-playlist Do not extract the videos of a playlist, --flat-playlist Do not extract the videos of a playlist,
only list them. only list them.
--mark-watched Mark videos watched (YouTube only) --mark-watched Mark videos watched (YouTube only)
@ -183,7 +186,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
of SIZE. of SIZE.
--playlist-reverse Download playlist videos in reverse order --playlist-reverse Download playlist videos in reverse order
--xattr-set-filesize Set file xattribute ytdl.filesize with --xattr-set-filesize Set file xattribute ytdl.filesize with
expected filesize (experimental) expected file size (experimental)
--hls-prefer-native Use the native HLS downloader instead of --hls-prefer-native Use the native HLS downloader instead of
ffmpeg ffmpeg
--hls-prefer-ffmpeg Use ffmpeg instead of the native HLS --hls-prefer-ffmpeg Use ffmpeg instead of the native HLS
@ -350,7 +353,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
-u, --username USERNAME Login with this account ID -u, --username USERNAME Login with this account ID
-p, --password PASSWORD Account password. If this option is left -p, --password PASSWORD Account password. If this option is left
out, youtube-dl will ask interactively. out, youtube-dl will ask interactively.
-2, --twofactor TWOFACTOR Two-factor auth code -2, --twofactor TWOFACTOR Two-factor authentication code
-n, --netrc Use .netrc authentication data -n, --netrc Use .netrc authentication data
--video-password PASSWORD Video password (vimeo, smotri, youku) --video-password PASSWORD Video password (vimeo, smotri, youku)

View file

@ -263,7 +263,6 @@
- **francetvinfo.fr** - **francetvinfo.fr**
- **Freesound** - **Freesound**
- **freespeech.org** - **freespeech.org**
- **FreeVideo**
- **Funimation** - **Funimation**
- **FunnyOrDie** - **FunnyOrDie**
- **Fusion** - **Fusion**
@ -659,6 +658,7 @@
- **Shahid** - **Shahid**
- **Shared**: shared.sx - **Shared**: shared.sx
- **ShareSix** - **ShareSix**
- **ShowRoomLive**
- **Sina** - **Sina**
- **SixPlay** - **SixPlay**
- **skynewsarabia:article** - **skynewsarabia:article**
@ -834,6 +834,7 @@
- **ViceShow** - **ViceShow**
- **Vidbit** - **Vidbit**
- **Viddler** - **Viddler**
- **Videa**
- **video.google:search**: Google Video search - **video.google:search**: Google Video search
- **video.mit.edu** - **video.mit.edu**
- **VideoDetective** - **VideoDetective**

View file

@ -1,3 +1,3 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '2016.12.22' __version__ = '2016.12.31'