ytdl-org/youtube-dl

Add support for clips from Nest Cam site video.nest.com

Open

#31,163 建立於 2022年8月12日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (140,284 star) (10,662 fork)batch import
Good first issuesite-support-request

描述

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!

貢獻者指南