Created
November 14, 2020 01:18
-
-
Save yqthu/318cb157a00caa8827439ff22482e48c to your computer and use it in GitHub Desktop.
Download video from slideslive with youtube-dl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # Usage example: ./slideslive-dl.sh https://slideslive.com/38939181/daga-data-augmentation-with-a-generation-approach-for-lowresource-tagging-tasks | |
| [[ -z $1 ]] || ./youtube-dl https://01.cdn.yoda.slideslive.com/$(curl https://ben.slideslive.com/player/$(echo $1 | cut -d/ -f4) | jq -r .video_service_id)/master.mpd -o $(echo $1 | cut -d/ -f5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment