diff options
| -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' | 
