~ubuntu-branches/ubuntu/precise/youtube-dl/precise

« back to all changes in this revision

Viewing changes to debian/youtube-dl.pod

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2011-02-25 20:27:47 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20110225202747-3ktwf9jnnhh2h676
Tags: 2011.02.25b-1
* New upstream release. Some highlights:
  + Enable artist playlists in YoutubePlaylistIE.
  + Add support for getting videos from Facebook.
  + Support more common YouTube playlist URLs
  + Extract audio from your videos using ffmpeg as a postprocessor.
* debian/control:
  + Add recommends on ffmpeg.
  + Update the list of sites supported by youtube-dl in the long
    description.
* debian/patches/*:
  + Refresh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
 
217
217
Do not use the I<Last-modified> header to set the file modification time.
218
218
 
 
219
=item --extract-audio
 
220
 
 
221
Create an audio-only file extracted from the video downloaded. Requires that
 
222
ffmpeg and ffprobe be installed.
 
223
 
 
224
=item --audio-format=B<FORMAT>
 
225
 
 
226
Set the audio format to be used for the extraction. Possible values are
 
227
I<best>, I<aac>, I<mp3>, with I<best> being the default.
 
228
 
219
229
=back
220
230
 
221
231
=head1 OUTPUT TEMPLATE