summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-05-03 22:31:39 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2015-05-03 22:31:39 +0200
commit957b794c2622fdc3696c245f1fa1eebfdb0f8bdf (patch)
tree3baf41d32293e1deb829691e9add605117a821ff
parent8001607e903a5ccaff76908f23bece08818743c0 (diff)
downloadyoutube-dl-2015.05.03.tar.gz
youtube-dl-2015.05.03.tar.xz
youtube-dl-2015.05.03.zip
release 2015.05.03 2015.05.03
-rw-r--r--README.md2
-rw-r--r--docs/supportedsites.md3
-rw-r--r--youtube_dl/version.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3432546fc..9aeb114f3 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ which means you can modify it, redistribute it or use it however you like.
     --no-mtime                       Do not use the Last-modified header to set the file modification time
     --write-description              Write video description to a .description file
     --write-info-json                Write video metadata to a .info.json file
-    --write-annotations              Write video annotations to a .annotation file
+    --write-annotations              Write video annotations to a .annotations.xml file
     --load-info FILE                 JSON file containing the video information (created with the "--write-info-json" option)
     --cookies FILE                   File to read cookies from and dump cookie jar in
     --cache-dir DIR                  Location in the filesystem where youtube-dl can store some downloaded information permanently. By default $XDG_CACHE_HOME/youtube-dl
diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index d1d676cdd..6d2e496a8 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -44,6 +44,7 @@
  - **audiomack**
  - **audiomack:album**
  - **Azubu**
+ - **BaiduVideo**
  - **bambuser**
  - **bambuser:channel**
  - **Bandcamp**
@@ -155,6 +156,7 @@
  - **FootyRoom**
  - **Foxgay**
  - **FoxNews**
+ - **FoxSports**
  - **france2.fr:generation-quoi**
  - **FranceCulture**
  - **FranceInter**
@@ -184,7 +186,6 @@
  - **Golem**
  - **GorillaVid**: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
  - **Goshgay**
- - **Grooveshark**
  - **Groupon**
  - **Hark**
  - **HearThisAt**
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index b88ea85e8..6950afc47 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.04.28'
+__version__ = '2015.05.03'