spaam / svtplay-dl

Small command-line program to download videos from some streaming sites.
https://svtplay-dl.se
MIT License
731 stars 124 forks source link

Request: Is it possible to download subtitles from DRM protected videos eg. Viaplay? #1400

Open hereinmyhead opened 3 years ago

hereinmyhead commented 3 years ago

I know that Viaplay is not supported due to DRM protection.

I wonder if it is possible to get the swedish subtitles from Viaplay even if there is DRM protection? If so I would really want a function for download subtitels even from DRM protected videos.

Thank you for your fantastic work with svtplay-dl!

Umeaboy commented 3 years ago

I know that Viaplay is not supported due to DRM protection.

I wonder if it is possible to get the swedish subtitles from Viaplay even if there is DRM protection? If so I would really want a function for download subtitels even from DRM protected videos.

Thank you for your fantastic work with svtplay-dl!

svtplay-dl --help will show you what capabilities your installed version has.

For instance, my output for svtplay-dl --help is:

Subtitle: -S, --subtitle download subtitle from the site if available -M, --merge-subtitle merge subtitle with video/audio file with corresponding ISO639-3 language code.this invokes --remux automatically. --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 --raw-subtitles also download the subtitles in their native format --convert-subtitle-colors converts the color information in subtitles, to <font color=""> tags

Umeaboy commented 3 years ago

Don't forget to use --user typeyouremailadresshere and --password typeyourpassword here.

Example: svtplay-dl --user=myemaildress@myprovider.com --password=mypassword https://viaplay.se/serier/lost/sasong-1/avsnitt-2

hereinmyhead commented 3 years ago

Thank you for your answers! The problem is that Viaplay is not supported by svtplay-dl to date. If you try to download anything from Viaplay you'll get "ERROR: That site is not supported. Make a ticket or send a message".