Skip to content

Instantly share code, notes, and snippets.

@yqthu
Created November 14, 2020 01:18
Show Gist options
  • Select an option

  • Save yqthu/318cb157a00caa8827439ff22482e48c to your computer and use it in GitHub Desktop.

Select an option

Save yqthu/318cb157a00caa8827439ff22482e48c to your computer and use it in GitHub Desktop.
Download video from slideslive with youtube-dl
#! /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