ytdl-org/youtube-dl
View on GitHubAdd support for clips from Nest Cam site video.nest.com
Open
#31,163 opened on Aug 12, 2022
Good first issuesite-support-request
Description
Checklist
- I'm reporting a new site support request
- I've verified that I'm running youtube-dl version 2021.12.17
- I've checked that all provided URLs are alive and playable in a browser
- I've checked that none of provided URLs violate any copyrights
- I've searched the bugtracker for similar site support requests including closed ones
Example URLs
https://video.nest.com/clip/73ddb6bd57c4485597a76e154a4429ea.mp4
Description
It would be great to support Nest Cam video downloads, like the example.
The results I get now are:
youtube-dl https://video.nest.com/clip/73ddb6bd57c4485597a76e154a4429ea.mp4
[generic] 73ddb6bd57c4485597a76e154a4429ea: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 73ddb6bd57c4485597a76e154a4429ea: Downloading webpage
[generic] 73ddb6bd57c4485597a76e154a4429ea: Extracting information
[generic] 73ddb6bd57c4485597a76e154a4429ea: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 73ddb6bd57c4485597a76e154a4429ea: Downloading webpage
[generic] 73ddb6bd57c4485597a76e154a4429ea: Extracting information
ERROR: Unsupported URL: https://video.nest.com/embedded/clip/73ddb6bd57c4485597a76e154a4429ea
Thanks!