Browse Source

release 2015.05.03

totalwebcasting 2015.05.03
Philipp Hagemeister 10 years ago
parent
commit
957b794c26
3 changed files with 4 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +2
    -1
      docs/supportedsites.md
  3. +1
    -1
      youtube_dl/version.py

+ 1
- 1
README.md View File

@ -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


+ 2
- 1
docs/supportedsites.md View File

@ -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**


+ 1
- 1
youtube_dl/version.py View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.04.28'
__version__ = '2015.05.03'

Loading…
Cancel
Save