release 2015.05.29

master 2015.05.29
Philipp Hagemeister 9 years ago
parent 84e1e036c2
commit eb6cb9fbe9

@ -168,7 +168,7 @@ which means you can modify it, redistribute it or use it however you like.
--no-progress Do not print progress bar --no-progress Do not print progress bar
--console-title Display progress in console titlebar --console-title Display progress in console titlebar
-v, --verbose Print various debugging information -v, --verbose Print various debugging information
--dump-pages Print downloaded pages to debug problems (very verbose) --dump-pages Print downloaded pages encoded using base64 to debug problems (very verbose)
--write-pages Write downloaded intermediary pages to files in the current directory to debug problems --write-pages Write downloaded intermediary pages to files in the current directory to debug problems
--print-traffic Display sent and read HTTP traffic --print-traffic Display sent and read HTTP traffic
-C, --call-home Contact the youtube-dl server for debugging -C, --call-home Contact the youtube-dl server for debugging
@ -220,7 +220,7 @@ which means you can modify it, redistribute it or use it however you like.
--embed-thumbnail Embed thumbnail in the audio as cover art --embed-thumbnail Embed thumbnail in the audio as cover art
--add-metadata Write metadata to the video file --add-metadata Write metadata to the video file
--metadata-from-title FORMAT Parse additional metadata like song title / artist from the video title. The format syntax is the same as --output, the parsed --metadata-from-title FORMAT Parse additional metadata like song title / artist from the video title. The format syntax is the same as --output, the parsed
parameters replace existing values. Additional templates: %(album), %(artist). Example: --metadata-from-title "%(artist)s - parameters replace existing values. Additional templates: %(album)s, %(artist)s. Example: --metadata-from-title "%(artist)s -
%(title)s" matches a title like "Coldplay - Paradise" %(title)s" matches a title like "Coldplay - Paradise"
--xattrs Write metadata to the video file's xattrs (using dublin core and xdg standards) --xattrs Write metadata to the video file's xattrs (using dublin core and xdg standards)
--fixup POLICY Automatically correct known faults of the file. One of never (do nothing), warn (only emit a warning), detect_or_warn(the default; --fixup POLICY Automatically correct known faults of the file. One of never (do nothing), warn (only emit a warning), detect_or_warn(the default;

@ -26,8 +26,7 @@
- **anitube.se** - **anitube.se**
- **AnySex** - **AnySex**
- **Aparat** - **Aparat**
- **AppleDailyAnimationNews** - **AppleDaily**
- **AppleDailyRealtimeNews**
- **AppleTrailers** - **AppleTrailers**
- **archive.org**: archive.org videos - **archive.org**: archive.org videos
- **ARD** - **ARD**
@ -152,7 +151,6 @@
- **fc2** - **fc2**
- **fernsehkritik.tv** - **fernsehkritik.tv**
- **fernsehkritik.tv:postecke** - **fernsehkritik.tv:postecke**
- **Firedrive**
- **Firstpost** - **Firstpost**
- **Flickr** - **Flickr**
- **Folketinget**: Folketinget (ft.dk; Danish parliament) - **Folketinget**: Folketinget (ft.dk; Danish parliament)
@ -230,6 +228,7 @@
- **KanalPlay**: Kanal 5/9/11 Play - **KanalPlay**: Kanal 5/9/11 Play
- **Kankan** - **Kankan**
- **Karaoketv** - **Karaoketv**
- **KarriereVideos**
- **keek** - **keek**
- **KeezMovies** - **KeezMovies**
- **KhanAcademy** - **KhanAcademy**
@ -322,6 +321,7 @@
- **NosVideo** - **NosVideo**
- **novamov**: NovaMov - **novamov**: NovaMov
- **Nowness** - **Nowness**
- **NowTV**
- **nowvideo**: NowVideo - **nowvideo**: NowVideo
- **npo.nl** - **npo.nl**
- **npo.nl:live** - **npo.nl:live**
@ -393,7 +393,6 @@
- **Rte** - **Rte**
- **rtl.nl**: rtl.nl and rtlxl.nl - **rtl.nl**: rtl.nl and rtlxl.nl
- **RTL2** - **RTL2**
- **RTLnow**
- **RTP** - **RTP**
- **RTS**: RTS.ch - **RTS**: RTS.ch
- **rtve.es:alacarta**: RTVE a la carta - **rtve.es:alacarta**: RTVE a la carta
@ -431,7 +430,6 @@
- **smotri:community**: Smotri.com community videos - **smotri:community**: Smotri.com community videos
- **smotri:user**: Smotri.com user videos - **smotri:user**: Smotri.com user videos
- **Snotr** - **Snotr**
- **Sockshare**
- **Sohu** - **Sohu**
- **soundcloud** - **soundcloud**
- **soundcloud:playlist** - **soundcloud:playlist**
@ -564,6 +562,7 @@
- **vier:videos** - **vier:videos**
- **Viewster** - **Viewster**
- **viki** - **viki**
- **viki:channel**
- **vimeo** - **vimeo**
- **vimeo:album** - **vimeo:album**
- **vimeo:channel** - **vimeo:channel**

@ -1,3 +1,3 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '2015.05.20' __version__ = '2015.05.29'

Loading…
Cancel
Save