ytdl-org/youtube-dl

Download videos from google search

Open

#30,576 建立於 2022年1月30日

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

描述

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running youtube-dl version 2021.12.17
  • I've searched the bugtracker for similar site feature requests including closed ones

Description

With the latest google search versions, one can look up "NFL" (for example), and the schedules, players and teams pop-up as well as (and this is what I'm suggesting to implement) previews or highlights. When trying to download them from the Google page, it does not recognizes it, the user needs to get into the actual video (youtube in most cases) to get it. Implementing this would mean much faster access to videos and the users not having to navigate several layers of webpages to download them. I tried creating a general "google extractor" but couldn't manage to do it. Other option I thought about but could not put into practice was to handle that webpage forwarding (google search -> youtube) within the program

貢獻者指南