]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/__init__.py
added YouJizz extractor
[youtube-dl.git] / youtube_dl / __init__.py
index 5f90e2bff983a0d767ab4b8c3058838759d04eb2..e99ac2d593747d001f595c5c10e51fd15e1901c4 100644 (file)
@@ -298,7 +298,7 @@ def parseOpts():
                        help='write video metadata to a .info.json file', default=False)
 
 
-       postproc.add_option('--extract-audio', action='store_true', dest='extractaudio', default=False,
+       postproc.add_option('-x', '--extract-audio', action='store_true', dest='extractaudio', default=False,
                        help='convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)')
        postproc.add_option('--audio-format', metavar='FORMAT', dest='audioformat', default='best',
                        help='"best", "aac", "vorbis", "mp3", "m4a", or "wav"; best by default')
@@ -361,7 +361,9 @@ def gen_extractors():
                YoukuIE(),
                XNXXIE(),
                GooglePlusIE(),
-
+               PornotubeIE(),
+               YouPornIE(),
+               YouJizzIE(),
                GenericIE()
        ]