Skip to content

Personal script to work around (and with) spaam/svtplay-dl

License

Notifications You must be signed in to change notification settings

pejg12/svtplay-dl-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svtplay-dl-extra

Personal script to work around (and with) spaam/svtplay-dl

Dependencies

Features

  • Enter the name of a show from svtplay.se and the scripts will automatically download all available episodes, using a medium quality, and convert them to mp4. Subtitles will also be downloaded.

Usage

./download.sh aventyr-i-tid-och-rum

The above command will create a directory aventyr-i-tid-och-rum/, download all available episodes from http://svtplay.se/aventyr-i-tid-och-rum using a medium quality, download the default subtitles for each episode, and convert ts files to mp4 instead.

If you don't have ffmpeg you can modify the code to replace ffmpeg with avconv instead.

ffmpeg -n -i "$CURRENT".ts "$CURRENT".mp4
avconv -n -i "$CURRENT".ts -strict experimental "$CURRENT".mp4

About

Personal script to work around (and with) spaam/svtplay-dl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published