ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.19k stars 9.93k forks source link

ymca360.org site request #24800

Open DustinCSWagner opened 4 years ago

DustinCSWagner commented 4 years ago

Checklist

Example URLs

Description

From their FAQ: "YMCA 360 is an on-demand video platform for our Y community. We’re bringing you group exercise classes, youth sports classes, wellbeing classes and more to serve you wherever you are. Whether you are at home or on the road, take the Y with you with your favorite classes, instructors and more."

No credentials are required to view these videos.

Guernik commented 4 years ago

Playlist: https://ymca360.org/on-demand#/category/22 Multiple Playlists: https://ymca360.org/on-demand#/

Ymca360 videos are actually hosted in wistia

DustinCSWagner commented 4 years ago

I can successfully download the videos from wistia by right-clicking on the embedded video and selecting "copy link and thumbnail". The first link in that text ends with

?wvideo=[video-code]">

and that video code can be used to download the video from "https://fast.wistia.net/embed/iframe/[video-code]". So for example youtube-dl -f "hd_mp4-720p" "https://fast.wistia.net/embed/iframe/9ilsnio03s"will download the video found on "https://ymca360.org/on-demand/category/22/videos/128?wvideo=9ilsnio03s".