release 2016.03.06
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 6 Mar 2016 09:08:02 +0000 (10:08 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 6 Mar 2016 09:08:02 +0000 (10:08 +0100)
README.md
docs/supportedsites.md
youtube_dl/version.py

index d66804a7a19f667f0d8e3b19b707eec46bf2bb8d..a774e73e75ecbf1bc2c8c5c5b45798a66b866eef 100644 (file)
--- 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:
index 43403233d898ceefba6832fd7b55fb1f6d5f4367..0682e4af041c8d01ca8507679782a403a68d9564 100644 (file)
  - **faz.net**
  - **fc2**
  - **Fczenit**
+ - **features.aol.com**
  - **fernsehkritik.tv**
  - **Firstpost**
  - **FiveTV**
  - **kontrtube**: KontrTube.ru - Труба зовёт
  - **KrasView**: Красвью
  - **Ku6**
+ - **KUSI**
  - **kuwo:album**: 酷我音乐 - 专辑
  - **kuwo:category**: 酷我音乐 - 分类
  - **kuwo:chart**: 酷我音乐 - 排行榜
  - **kuwo:song**: 酷我音乐
  - **la7.tv**
  - **Laola1Tv**
+ - **Le**: 乐视网
  - **Lecture2Go**
  - **Lemonde**
- - **Letv**: 乐视网
+ - **LePlaylist**
  - **LetvCloud**: 乐视云
- - **LetvPlaylist**
- - **LetvTv**
  - **Libsyn**
  - **life:embed**
  - **lifenews**: LIFE | NEWS
  - **Npr**
  - **NRK**
  - **NRKPlaylist**
+ - **NRKSkole**: NRK Skole
  - **NRKTV**: NRK TV and NRK Radio
  - **ntv.ru**
  - **Nuvid**
index adafd601b2178897e069627b6de7e744d6adf3ce..246f5740d2920dcf9ce4c586ded6c6f47767235c 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2016.03.01'
+__version__ = '2016.03.06'