ytdl-org/youtube-dl

Download videos from google search

Open

#30,576 opened on Jan 30, 2022

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Python (140,284 stars) (10,662 forks)batch import
Good first issuebroken-IE

Description

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

Contributor guide