HobbyistDev / yt-dlp

A youtube-dl fork with additional features and fixes
https://discord.gg/H5MNcFW63r
The Unlicense
0 stars 2 forks source link

only mp3 is downloading. video is not downloading #5

Open nobodyatandnothing opened 1 year ago

nobodyatandnothing commented 1 year ago

Checklist

Region

No response

Provide a description that is worded well enough to be understood

only mp3 is downloading. video is not downloading

Provide verbose output that clearly demonstrates the problem

Complete Verbose Output

[debug] Command-line config: ['-o', '%(title)s.%(ext)s', 'https://www.dailywire.com/episode/the-matter-with-things-peterson-and-mc-gilchrist', '--cookies-from-browser', 'firefox', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.06.29 [9d339c41e] (zip)
[debug] Plugins: ['SamplePluginIE', 'SamplePluginPP']
[debug] Python 3.10.6 (CPython 64bit) - Linux-5.18.16-1165.native-x86_64-with-glibc2.36 (glibc 2.36)
[debug] Checking exe version: ffmpeg -bsfs
[debug] Checking exe version: ffprobe -bsfs
[debug] exe versions: ffmpeg 1ad802c (fdk,setts), ffprobe 1ad802c, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, secretstorage-3.3.2, sqlite3-2.6.0, websockets-10.3
[Cookies] Extracting cookies from firefox
[Cookies] Searching for "cookies.sqlite":      1 files searc[debug] Extracting cookies from: "/home/g/.mozilla/firefox/fvwcddni.default-release/cookies.sqlite"
[Cookies] Extracted 1212 cookies from firefox
[debug] Proxy map: {}
[debug] [DailyWire] Extracting URL: https://www.dailywire.com/episode/the-matter-with-things-peterson-and-mc-gilchrist
[DailyWire] the-matter-with-things-peterson-and-mc-gilchrist: Downloading webpage
[DailyWire] the-matter-with-things-peterson-and-mc-gilchrist: Downloading JSON metadata
[DailyWire] the-matter-with-things-peterson-and-mc-gilchrist: Downloading graphql json
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), acodec, filesize, fs_approx, tbr, vbr, abr, asr, proto, vext, aext, hasaud, source, id
[debug] Default format spec: bestvideo*+bestaudio/best
[info] cl6plol37r6ur0a26zsw6vlkn: Downloading 1 format(s): 0
[debug] Invoking http downloader on "https://cloudfront.dailywire.com/episodes/cl6plol37r6ur0a26zsw6vlkn/cl6plol3ar6ut0a265sfvjnj8-1660256234445-128k.mp3"
[download] Destination: The Matter with Things - Peterson and McGilchrist.mp3
[download] 100% of 104.20MiB in 00:13
HobbyistDev commented 1 year ago

Dailywire extractor still in work. At the moment, the extractor only extract without login information. The cookie didn't help because Dailwire need Authorization header that based on api call. In mean time, you can check any m3u8 url and then input the url in yt-dlp. Sorry for your inconvenience