mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
release 2015.05.03
This commit is contained in:
parent
8001607e90
commit
957b794c26
@ -133,7 +133,7 @@ ## Filesystem Options:
|
|||||||
--no-mtime Do not use the Last-modified header to set the file modification time
|
--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-description Write video description to a .description file
|
||||||
--write-info-json Write video metadata to a .info.json 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)
|
--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
|
--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
|
--cache-dir DIR Location in the filesystem where youtube-dl can store some downloaded information permanently. By default $XDG_CACHE_HOME/youtube-dl
|
||||||
|
@ -44,6 +44,7 @@ # Supported sites
|
|||||||
- **audiomack**
|
- **audiomack**
|
||||||
- **audiomack:album**
|
- **audiomack:album**
|
||||||
- **Azubu**
|
- **Azubu**
|
||||||
|
- **BaiduVideo**
|
||||||
- **bambuser**
|
- **bambuser**
|
||||||
- **bambuser:channel**
|
- **bambuser:channel**
|
||||||
- **Bandcamp**
|
- **Bandcamp**
|
||||||
@ -155,6 +156,7 @@ # Supported sites
|
|||||||
- **FootyRoom**
|
- **FootyRoom**
|
||||||
- **Foxgay**
|
- **Foxgay**
|
||||||
- **FoxNews**
|
- **FoxNews**
|
||||||
|
- **FoxSports**
|
||||||
- **france2.fr:generation-quoi**
|
- **france2.fr:generation-quoi**
|
||||||
- **FranceCulture**
|
- **FranceCulture**
|
||||||
- **FranceInter**
|
- **FranceInter**
|
||||||
@ -184,7 +186,6 @@ # Supported sites
|
|||||||
- **Golem**
|
- **Golem**
|
||||||
- **GorillaVid**: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
|
- **GorillaVid**: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
|
||||||
- **Goshgay**
|
- **Goshgay**
|
||||||
- **Grooveshark**
|
|
||||||
- **Groupon**
|
- **Groupon**
|
||||||
- **Hark**
|
- **Hark**
|
||||||
- **HearThisAt**
|
- **HearThisAt**
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2015.04.28'
|
__version__ = '2015.05.03'
|
||||||
|
Loading…
Reference in New Issue
Block a user