ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.27k stars 9.94k forks source link

Generic Extractor downloads HTML file #26429

Open RingoTheDog opened 4 years ago

RingoTheDog commented 4 years ago

Verbose log

C:>youtube-dl.py -v "https://www.pgatour.com/video/2020/08/23/robby-shelton-mak es-birdie-on-no--18-in-round-4-at-the-northern-.html" [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', 'https://www.pgatour.com/video/2020/08/23/robb y-shelton-makes-birdie-on-no--18-in-round-4-at-the-northern-.html'] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2020.07.28 [debug] Python version 3.6.3 (CPython) - Windows-7-6.1.7601-SP1 [debug] exe versions: ffmpeg N-71727-g46778ab, rtmpdump 2.4 [debug] Proxy map: {} [generic] robby-shelton-makes-birdie-on-no--18-in-round-4-at-the-northern-: Requ esting header WARNING: Falling back on generic information extractor. [generic] robby-shelton-makes-birdie-on-no--18-in-round-4-at-the-northern-: Down loading webpage [generic] robby-shelton-makes-birdie-on-no--18-in-round-4-at-the-northern-: Extr acting information [debug] Default format spec: bestvideo+bestaudio/best [debug] Invoking downloader on 'https://www.pgatour.co.kr/bin/pgatour/video-play er/iframe.html?ec=6183834779001' [download] Destination: Robby Shelton makes birdie on No. 18 in Round 4 at THE N ORTHERN TRUST - PGA TOUR Video-iframe.html [download] 100% of 1.48KiB in 00:01

Results in an HTML file that looks like this: Robby Shelton makes birdie on No. 18 in Round 4 at THE NORTHERN TRUST - PGA TOUR Video-iframe.html ``` Githubissues.
  • Githubissues is a development platform for aggregating issues.