youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a21420389edf665bfeb9610888d2d39dae374945
parent 6140baf4e1aa7015ac6b43e93236ac6a5813569e
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 19 Feb 2015 19:28:17 +0100

release 2015.02.19.3

Diffstat:
Mdocs/supportedsites.md | 3+++
Myoutube_dl/version.py | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 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 @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.19.2' +__version__ = '2015.02.19.3'