diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-19 19:28:17 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-19 19:28:17 +0100 |
commit | a21420389edf665bfeb9610888d2d39dae374945 (patch) | |
tree | f63be5e8dacf97194a8012af359dcd985f5f0681 | |
parent | 6140baf4e1aa7015ac6b43e93236ac6a5813569e (diff) |
release 2015.02.19.32015.02.19.3
-rw-r--r-- | docs/supportedsites.md | 3 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 607e958f6..f6ba28e7a 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -68,6 +68,7 @@ - **Canalplus**: canalplus.fr, piwiplus.fr and d8.tv - **CBS** - **CBSNews**: CBS News + - **CBSSports** - **CeskaTelevize** - **channel9**: Channel 9 - **Chilloutzone** @@ -264,6 +265,7 @@ - **myvideo** - **MyVidster** - **n-tv.de** + - **NationalGeographic** - **Naver** - **NBA** - **NBC** @@ -321,6 +323,7 @@ - **podomatic** - **PornHd** - **PornHub** + - **PornHubPlaylist** - **Pornotube** - **PornoXO** - **PromptFile** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 131dd571b..537e8cf60 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.19.2' +__version__ = '2015.02.19.3' |