youtube-dl

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

commit a1ec9a7553b6bb09b0f88ce5e987c04e2f16ba4d
parent 91d644b5ba7e520363d146442682b7df5a175d31
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 13 Nov 2015 11:07:30 +0100

release 2015.11.13

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

diff --git a/docs/supportedsites.md b/docs/supportedsites.md @@ -200,7 +200,6 @@ - **GodTube** - **GoldenMoustache** - **Golem** - - **GorillaVid**: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net and filehoot.com - **Goshgay** - **Groupon** - **Hark** @@ -671,6 +670,7 @@ - **WSJ**: Wall Street Journal - **XBef** - **XboxClips** + - **XFileShare**: XFileShare based sites: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net, filehoot.com and vidto.me - **XHamster** - **XHamsterEmbed** - **XMinus** diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.11.10' +__version__ = '2015.11.13'