summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2016-03-06 10:08:02 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2016-03-06 10:08:02 +0100
commitbdf7f13954f50b55cc38fa5f877ae261affbdc32 (patch)
tree3d3f95263156534b5b1797712ac90a282edbdb31
parent0f56a4b44366234dafbd4b56559c610d6a0d5b4c (diff)
release 2016.03.062016.03.06
-rw-r--r--README.md2
-rw-r--r--docs/supportedsites.md8
-rw-r--r--youtube_dl/version.py2
3 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index d66804a7a1..a774e73e75 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,8 @@ which means you can modify it, redistribute it or use it however you like.
on Windows)
--flat-playlist Do not extract the videos of a playlist,
only list them.
+ --mark-watched Mark videos watched (YouTube only)
+ --no-mark-watched Do not mark videos watched (YouTube only)
--no-color Do not emit color codes in output
## Network Options:
diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index 43403233d8..0682e4af04 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -194,6 +194,7 @@
- **faz.net**
- **fc2**
- **Fczenit**
+ - **features.aol.com**
- **fernsehkritik.tv**
- **Firstpost**
- **FiveTV**
@@ -293,6 +294,7 @@
- **kontrtube**: KontrTube.ru - Труба зовёт
- **KrasView**: Красвью
- **Ku6**
+ - **KUSI**
- **kuwo:album**: 酷我音乐 - 专辑
- **kuwo:category**: 酷我音乐 - 分类
- **kuwo:chart**: 酷我音乐 - 排行榜
@@ -301,12 +303,11 @@
- **kuwo:song**: 酷我音乐
- **la7.tv**
- **Laola1Tv**
+ - **Le**: 乐视网
- **Lecture2Go**
- **Lemonde**
- - **Letv**: 乐视网
+ - **LePlaylist**
- **LetvCloud**: 乐视云
- - **LetvPlaylist**
- - **LetvTv**
- **Libsyn**
- **life:embed**
- **lifenews**: LIFE | NEWS
@@ -421,6 +422,7 @@
- **Npr**
- **NRK**
- **NRKPlaylist**
+ - **NRKSkole**: NRK Skole
- **NRKTV**: NRK TV and NRK Radio
- **ntv.ru**
- **Nuvid**
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index adafd601b2..246f5740d2 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2016.03.01'
+__version__ = '2016.03.06'