release 2015.05.03
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 3 May 2015 20:31:39 +0000 (22:31 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 3 May 2015 20:31:39 +0000 (22:31 +0200)
README.md
docs/supportedsites.md
youtube_dl/version.py

index 3432546fc4393592aeab8b542bd20c081d2557d1..9aeb114f399895483e59b211e390b0d109383715 100644 (file)
--- 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
index d1d676cdd4582afb47ad30ee2929230b5a01b32f..6d2e496a893d6e6bda5257dcffa6273b9ee84084 100644 (file)
@@ -44,6 +44,7 @@
  - **audiomack**
  - **audiomack:album**
  - **Azubu**
+ - **BaiduVideo**
  - **bambuser**
  - **bambuser:channel**
  - **Bandcamp**
  - **FootyRoom**
  - **Foxgay**
  - **FoxNews**
+ - **FoxSports**
  - **france2.fr:generation-quoi**
  - **FranceCulture**
  - **FranceInter**
  - **Golem**
  - **GorillaVid**: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
  - **Goshgay**
- - **Grooveshark**
  - **Groupon**
  - **Hark**
  - **HearThisAt**
index b88ea85e8deb202c8fb57992cf920d0248da2c57..6950afc47cfc46e2e385199b8282296297896754 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.04.28'
+__version__ = '2015.05.03'