svtplay-dl(1) media downloader for play sites (e.g. SVT Play)

SYNOPSIS


svtplay-dl [OPTIONS] <URL>
svtplay-dl --help

DESCRIPTION

svtplay-dl is able to download media from various 'video on demand' sites (sometimes known as 'play services') (see below for list of supported services). Usually, you just have to give it the URL as an argument, and it will figure out what to do itself.

OPTIONS

--version

Show the program's version number and exit.

--help -h

Show description of options.

--output=filename -o filename

Outputs to the given filename.

--force -f

Overwrite the output file if it exists already.

--resume -r

Resume a download.

--live -l

Enable support for live streams. (rtmp based ones)

--silent -s

Be less verbose.

--silent-semi

only show a message when the file is downloaded

--verbose -v

Explain what is going on, including HTTP requests and other useful debugging data.

--quality=quality -q quality

Choose what format to download. It will download the best format by default.

--flexible-quality=amount -Q amount

Allow given quality (as above) to differ by an amount.

--list-quality

List the available qualities for a video.

--subtitle -S

Download subtitle with the media if available.

--force-subtitle

Download only subtitle if its used with -S.

--require-subtitle

Download only if a subtitle is available

--all-subtitles

Download all available subtitles for the video

--username=USERNAME -u USERNAME

Username, if the service requires authentication.

--password=PASSWORD -p PASSWORD

Password, if the serivce requires authentication.

-t, --thumbnail

Download thumbnail from the site if available.

-A, --all-episodes

Try to download all episodes.

--all-last=NN

Get last NN episodes instead of all episodes, when used with --all-episodes.

-P preferred, --preferred=preferred

Preferred download method.

--exclude=WORD1,WORD2,...

Exclude videos with the WORD(s) in the filename. Comma separated.

--get-url -g

Do not download any video, but instead print the URL.

--dont-verify-ssl-cert

Don't attempt to verify SSL certificates.

--http-header=header1=value;header2=value2

A header to add to each HTTP request.

--stream-priority=dash,hls,hds,http,rtmp

If two streams have the same quality, choose the one you prefer

--remux

Remux from one container to mp4 using ffmpeg or avconv

SUPPORTED SERVICES

English

Swedish

Danish

Norwegian

Icelandic

Estonian

Latvian

Lithuanian

REPOTING BUGS AND CONTRIBUTING

If you find an issue with svtplay-dl, you can report them at <https://github.com/spaam/svtplay-dl>. Or better yet, if possible, open a pull request!

COPYRIGHT

 Copyright (C) 2011--2015, Johan Andersson et al
 This software is licensed under the MIT license.