youtube-dl icon indicating copy to clipboard operation
youtube-dl copied to clipboard

Support https://pac-12.com

Open TimothyPMann opened this issue 2 years ago • 0 comments

Checklist

  • [x] I'm reporting a new site support request
  • [x] I've verified that I'm running youtube-dl version 2021.12.17
  • [x] I've checked that all provided URLs are alive and playable in a browser
  • [x] I've checked that none of provided URLs violate any copyrights
  • [x] I've searched the bugtracker for similar site support requests including closed ones

Example URLs

  • Single video: https://pac-12.com/videos/2020-pac-12-womens-basketball-media-day-arizona-cal-stanford
  • Single video: https://pac-12.com/article/2020/11/24/sonoran-dog-dish-presented-tums
  • Playlist: Site does not have playlists

Description

pac-12.com is the Pac-12 Conference web site. It hosts a variety of static free videos and free livestreams of Pac-12 sports events. There are also links to pay channels, but I don't expect youtube-dl to support those.

I have sent a pull request for a youtube-dl extractor that supports the free streams on this site: https://github.com/ytdl-org/youtube-dl/pull/28157

Note: My extractor generally works, but sometimes when a livestream starts with a commercial, youtube-dl captures the audio only of the commercial; the audio of the stream itself is not captured. I'd appreciate any suggestions on debugging or workarounds. This is hard to debug because it can only be reproduced while a live sporting event is in progress.

TimothyPMann avatar Dec 13 '22 22:12 TimothyPMann