home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips and more!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 1013157" data-attributes="member: 76888"><p>[spoiler]D:\Youtube DL>youtube-dl -help</p><p>Usage: youtube-dl [options] url [url...]</p><p> </p><p>Options:</p><p>General Options:</p><p> -h, --help print this help text and exit</p><p> --version print program version and exit</p><p> -U, --update update this program to latest version</p><p> -i, --ignore-errors continue on download errors</p><p> --dump-user-agent display the current browser identification</p><p> --user-agent UA specify a custom user agent</p><p> --referer REF specify a custom referer, use if the video access</p><p> </p><p> is restricted to one domain</p><p> --list-extractors List all supported extractors and the URLs they</p><p> would handle</p><p> --extractor-descriptions Output descriptions of all supported extractors</p><p> --proxy URL Use the specified HTTP/HTTPS proxy</p><p> --no-check-certificate Suppress HTTPS certificate validation.</p><p> </p><p>Video Selection:</p><p> --playlist-start NUMBER playlist video to start at (default is 1)</p><p> --playlist-end NUMBER playlist video to end at (default is last)</p><p> --match-title REGEX download only matching titles (regex or caseless</p><p> sub-string)</p><p> --reject-title REGEX skip download for matching titles (regex or</p><p> caseless sub-string)</p><p> --max-downloads NUMBER Abort after downloading NUMBER files</p><p> --min-filesize SIZE Do not download any videos smaller than SIZE</p><p> (e.g. 50k or 44.6m)</p><p> --max-filesize SIZE Do not download any videos larger than SIZE (e.g.</p><p> </p><p> 50k or 44.6m)</p><p> --date DATE download only videos uploaded in this date</p><p> --datebefore DATE download only videos uploaded before this date</p><p> --dateafter DATE download only videos uploaded after this date</p><p> </p><p>Download Options:</p><p> -r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m)</p><p> -R, --retries RETRIES number of retries (default is 10)</p><p> --buffer-size SIZE size of download buffer (e.g. 1024 or 16k)</p><p> (default is 1024)</p><p> --no-resize-buffer do not automatically adjust the buffer size. By</p><p> default, the buffer size is automatically resized</p><p> </p><p> from an initial value of SIZE.</p><p> </p><p>Filesystem Options:</p><p> -t, --title use title in file name (default)</p><p> --id use only video ID in file name</p><p> -l, --literal [deprecated] alias of --title</p><p> -A, --auto-number number downloaded files starting from 00000</p><p> -o, --output TEMPLATE output filename template. Use %(title)s to get</p><p> the title, %(uploader)s for the uploader name,</p><p> %(uploader_id)s for the uploader nickname if</p><p> different, %(autonumber)s to get an automatically</p><p> </p><p> incremented number, %(ext)s for the filename</p><p> extension, %(upload_date)s for the upload date</p><p> (YYYYMMDD), %(extractor)s for the provider</p><p> (youtube, metacafe, etc), %(id)s for the video id</p><p> </p><p> , %(playlist)s for the playlist the video is in,</p><p> %(playlist_index)s for the position in the</p><p> playlist and %% for a literal percent. Use - to</p><p> output to stdout. Can also be used to download to</p><p> </p><p> a different directory, for example with -o '/my/d</p><p> </p><p> ownloads/%(uploader)s/%(title)s-%(id)s.%(ext)s' .</p><p> </p><p> --autonumber-size NUMBER Specifies the number of digits in %(autonumber)s</p><p> when it is present in output filename template or</p><p> </p><p> --autonumber option is given</p><p> --restrict-filenames Restrict filenames to only ASCII characters, and</p><p> avoid "&" and spaces in filenames</p><p> -a, --batch-file FILE file containing URLs to download ('-' for stdin)</p><p> -w, --no-overwrites do not overwrite files</p><p> -c, --continue resume partially downloaded files</p><p> --no-continue do not resume partially downloaded files (restart</p><p> </p><p> from beginning)</p><p> --cookies FILE file to read cookies from and dump cookie jar in</p><p> --no-part do not use .part files</p><p> --no-mtime do not use the Last-modified header to set the</p><p> file modification time</p><p> --write-description write video description to a .description file</p><p> --write-info-json write video metadata to a .info.json file</p><p> --write-thumbnail write thumbnail image to disk</p><p> </p><p>Verbosity / Simulation Options:</p><p> -q, --quiet activates quiet mode</p><p> -s, --simulate do not download the video and do not write</p><p> anything to disk</p><p> --skip-download do not download the video</p><p> -g, --get-url simulate, quiet but print URL</p><p> -e, --get-title simulate, quiet but print title</p><p> --get-id simulate, quiet but print id</p><p> --get-thumbnail simulate, quiet but print thumbnail URL</p><p> --get-description simulate, quiet but print video description</p><p> --get-filename simulate, quiet but print output filename</p><p> --get-format simulate, quiet but print output format</p><p> --newline output progress bar as new lines</p><p> --no-progress do not print progress bar</p><p> --console-title display progress in console titlebar</p><p> -v, --verbose print various debugging information</p><p> --dump-intermediate-pages print downloaded pages to debug problems(very</p><p> verbose)</p><p> </p><p>Video Format Options:</p><p> -f, --format FORMAT video format code, specifiy the order of</p><p> preference using slashes: "-f 22/17/18"</p><p> --all-formats download all available video formats</p><p> --prefer-free-formats prefer free video formats unless a specific one</p><p> is requested</p><p> --max-quality FORMAT highest quality format to download</p><p> -F, --list-formats list all available formats (currently youtube</p><p> only)</p><p> --write-sub write subtitle file (currently youtube only)</p><p> --write-auto-sub write automatic subtitle file (currently youtube</p><p> only)</p><p> --only-sub [deprecated] alias of --skip-download</p><p> --all-subs downloads all the available subtitles of the</p><p> video (currently youtube only)</p><p> --list-subs lists all available subtitles for the video</p><p> (currently youtube only)</p><p> --sub-format FORMAT subtitle format [srt/sbv/vtt] (default=srt)</p><p> (currently youtube only)</p><p> --sub-lang LANG language of the subtitles to download (optional)</p><p> use IETF language tags like 'en'</p><p> </p><p>Authentication Options:</p><p> -u, --username USERNAME account username</p><p> -p, --password PASSWORD account password</p><p> -n, --netrc use .netrc authentication data</p><p> --video-password PASSWORD video password (vimeo only)</p><p> </p><p>Post-processing Options:</p><p> -x, --extract-audio convert video files to audio-only files (requires</p><p> </p><p> ffmpeg or avconv and ffprobe or avprobe)</p><p> --audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", "opus", or</p><p> </p><p> "wav"; best by default</p><p> --audio-quality QUALITY ffmpeg/avconv audio quality specification, insert</p><p> </p><p> a value between 0 (better) and 9 (worse) for VBR</p><p> or a specific bitrate like 128K (default 5)</p><p> --recode-video FORMAT Encode the video to another format if necessary</p><p> (currently supported: mp4|flv|ogg|webm)</p><p> -k, --keep-video keeps the video file on disk after the post-</p><p> processing; the video is erased by default</p><p> --no-post-overwrites do not overwrite post-processed files; the post-</p><p> processed files are overwritten by default</p><p> </p><p>D:\Youtube DL>[/spoiler]</p><p> </p><p>[code]youtube-dl.exe -f <video.format> -o "<file.name.no.extension>%(ext)s" <youtube.url>[/code]</p><p> </p><p>for now use <video.format> = 18</p><p>(18 = 360P MP4 Video)</p><p>I will create list of video.formats for settings later</p><p> </p><p>Example:</p><p>[code]youtube-dl.exe -f 18 -o "c:\testvideo.%(ext)s" http://www.youtube.com/watch?v=llDikI2hTtk[/code]</p><p> </p><p>This will save as c:\testvideo.mp4</p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 1013157, member: 76888"] [spoiler]D:\Youtube DL>youtube-dl -help Usage: youtube-dl [options] url [url...] Options: General Options: -h, --help print this help text and exit --version print program version and exit -U, --update update this program to latest version -i, --ignore-errors continue on download errors --dump-user-agent display the current browser identification --user-agent UA specify a custom user agent --referer REF specify a custom referer, use if the video access is restricted to one domain --list-extractors List all supported extractors and the URLs they would handle --extractor-descriptions Output descriptions of all supported extractors --proxy URL Use the specified HTTP/HTTPS proxy --no-check-certificate Suppress HTTPS certificate validation. Video Selection: --playlist-start NUMBER playlist video to start at (default is 1) --playlist-end NUMBER playlist video to end at (default is last) --match-title REGEX download only matching titles (regex or caseless sub-string) --reject-title REGEX skip download for matching titles (regex or caseless sub-string) --max-downloads NUMBER Abort after downloading NUMBER files --min-filesize SIZE Do not download any videos smaller than SIZE (e.g. 50k or 44.6m) --max-filesize SIZE Do not download any videos larger than SIZE (e.g. 50k or 44.6m) --date DATE download only videos uploaded in this date --datebefore DATE download only videos uploaded before this date --dateafter DATE download only videos uploaded after this date Download Options: -r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m) -R, --retries RETRIES number of retries (default is 10) --buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default is 1024) --no-resize-buffer do not automatically adjust the buffer size. By default, the buffer size is automatically resized from an initial value of SIZE. Filesystem Options: -t, --title use title in file name (default) --id use only video ID in file name -l, --literal [deprecated] alias of --title -A, --auto-number number downloaded files starting from 00000 -o, --output TEMPLATE output filename template. Use %(title)s to get the title, %(uploader)s for the uploader name, %(uploader_id)s for the uploader nickname if different, %(autonumber)s to get an automatically incremented number, %(ext)s for the filename extension, %(upload_date)s for the upload date (YYYYMMDD), %(extractor)s for the provider (youtube, metacafe, etc), %(id)s for the video id , %(playlist)s for the playlist the video is in, %(playlist_index)s for the position in the playlist and %% for a literal percent. Use - to output to stdout. Can also be used to download to a different directory, for example with -o '/my/d ownloads/%(uploader)s/%(title)s-%(id)s.%(ext)s' . --autonumber-size NUMBER Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given --restrict-filenames Restrict filenames to only ASCII characters, and avoid "&" and spaces in filenames -a, --batch-file FILE file containing URLs to download ('-' for stdin) -w, --no-overwrites do not overwrite files -c, --continue resume partially downloaded files --no-continue do not resume partially downloaded files (restart from beginning) --cookies FILE file to read cookies from and dump cookie jar in --no-part do not use .part files --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-thumbnail write thumbnail image to disk Verbosity / Simulation Options: -q, --quiet activates quiet mode -s, --simulate do not download the video and do not write anything to disk --skip-download do not download the video -g, --get-url simulate, quiet but print URL -e, --get-title simulate, quiet but print title --get-id simulate, quiet but print id --get-thumbnail simulate, quiet but print thumbnail URL --get-description simulate, quiet but print video description --get-filename simulate, quiet but print output filename --get-format simulate, quiet but print output format --newline output progress bar as new lines --no-progress do not print progress bar --console-title display progress in console titlebar -v, --verbose print various debugging information --dump-intermediate-pages print downloaded pages to debug problems(very verbose) Video Format Options: -f, --format FORMAT video format code, specifiy the order of preference using slashes: "-f 22/17/18" --all-formats download all available video formats --prefer-free-formats prefer free video formats unless a specific one is requested --max-quality FORMAT highest quality format to download -F, --list-formats list all available formats (currently youtube only) --write-sub write subtitle file (currently youtube only) --write-auto-sub write automatic subtitle file (currently youtube only) --only-sub [deprecated] alias of --skip-download --all-subs downloads all the available subtitles of the video (currently youtube only) --list-subs lists all available subtitles for the video (currently youtube only) --sub-format FORMAT subtitle format [srt/sbv/vtt] (default=srt) (currently youtube only) --sub-lang LANG language of the subtitles to download (optional) use IETF language tags like 'en' Authentication Options: -u, --username USERNAME account username -p, --password PASSWORD account password -n, --netrc use .netrc authentication data --video-password PASSWORD video password (vimeo only) Post-processing Options: -x, --extract-audio convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe) --audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", "opus", or "wav"; best by default --audio-quality QUALITY ffmpeg/avconv audio quality specification, insert a value between 0 (better) and 9 (worse) for VBR or a specific bitrate like 128K (default 5) --recode-video FORMAT Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm) -k, --keep-video keeps the video file on disk after the post- processing; the video is erased by default --no-post-overwrites do not overwrite post-processed files; the post- processed files are overwritten by default D:\Youtube DL>[/spoiler] [code]youtube-dl.exe -f <video.format> -o "<file.name.no.extension>%(ext)s" <youtube.url>[/code] for now use <video.format> = 18 (18 = 360P MP4 Video) I will create list of video.formats for settings later Example: [code]youtube-dl.exe -f 18 -o "c:\testvideo.%(ext)s" http://www.youtube.com/watch?v=llDikI2hTtk[/code] This will save as c:\testvideo.mp4 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips and more!
Contact us
RSS
Top
Bottom