4.69
-
svtplay added support for
dolby visionand4Kvideos few days ago. -
Add support for downloading
dolby visionvideos when specify--format dvhevc(you can see what videos codecs videos have with--list-quality)- You can specify
--format dvhevc-51,dvhevc,hevc-51,hevcto only get videos withdolby visionwith and without 5.1 sound andhevcwith and without 5.1 sound. by default svtplay-dl only download h264-51 and h264.
- You can specify
-
Add support for
<,<=,>and>=in--resolution- By default svtplay-dl will download the video with highest bitrate. it could be the 4k video one.
- In case you down want that you can use this feature like this:
--resolution "<720"will download videos with a resolution less than 720p for example 480p--resolution ">=1080"will download videos that is 1080p or bigger.- I recommend adding this to your config so you dont have to specify it all the time
-
svt: Fix so we can get videos again
-
pluto: Fix so we can get videos again
-
subtitles: Fix a crash on encrypted files
-
subtitle: Handle hash/uuid for sequence number
-
subtitle: Fix a bug related to -M and —get-all-subtitles
-
hls: Fix a bug that made some videos only had few seconds of audio
-
dr.dk: add support for season and episode numbers
-
Only tested on python 3.8+