Globoplay not working
See original GitHub issueChecklist
- I’m reporting a broken site
- I’ve verified that I’m running yt-dlp version 2022.01.21. (update instructions)
- I’ve checked that all provided URLs are alive and playable in a browser
- I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- I’ve searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
- I’ve read about sharing account credentials and I’m willing to share it if required
Region
Brazil
Description
Hello, I use a .bat file to usually download videos, some months ago I tried to download a globoplay link and the return was DRM protected, I think that kind of content wasn’t allowed or possible to be downloaded, then I didn’t complain about it or thought “it’s not working I should report it”. Now the error is completely differently and the message encourage me to report it
No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update.
D:\Users\Pootz\Desktop\youtube>yt-dlp --version 2022.01.21
Today I was trying to download this video https://globoplay.globo.com/v/10248083/ which plays fine even on my firefox 96.0.3 private window (I meant not logged in, on an account) even so I have cookies.txt accounts for every download I use to do.
Differently from those cases: https://github.com/yt-dlp/yt-dlp/issues/991 https://github.com/yt-dlp/yt-dlp/issues/1132 I’ve searched and seen now, that were reported here.
I was able to download it on downloadHelper extension but it was on a poor quality. The good ones I wasn’t able to get it.
Not even the formats ( -F ) shows any available download quality, but the video plays fine.
Here is another link where the globoplay video is embed
Thanks in advance.
Verbose log
D:\Users\Pootz\Desktop\youtube>yt-dlp --console-title -f best -vU https://globoplay.globo.com/v/10248083/
[debug] Command-line config: ['--console-title', '-f', 'best', '-vU', 'https://globoplay.globo.com/v/10248083/']
[debug] User config "D:\Users\Pootz\AppData\Roaming\yt-dlp\config.txt": ['-f', 'bestvideo[height<=480][ext=mp4]+bestaudio[ext=m4a]/best[height<=480]', '-o', 'D:/Users/Pootz/Desktop/_%(title)s.%(ext)s', '--ffmpeg-location', 'D:/Program Files/Combined Community Codec Pack 64bit/ffmpeg-20200617-0b3bd00-win64-static/bin', '--cookies', 'cookies.txt']
WARNING: "-f best" selects the best pre-merged format which is often not the best option.
To let yt-dlp download and merge the best available formats, simply do not pass any format selection.
If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, err utf-8, pref cp1252
[debug] yt-dlp version 2022.01.21 [f20d607] (win_exe)
[debug] Python version 3.8.10 (CPython 64bit) - Windows-10-10.0.17763-SP0
[debug] exe versions: ffmpeg n4.3.2-160-gfbb9368226, ffprobe n4.3.2-160-gfbb9368226
[debug] Optional libraries: Cryptodome, mutagen, sqlite, websockets
[debug] Proxy map: {}
Latest version: 2022.01.21, Current version: 2022.01.21
yt-dlp is up to date (2022.01.21)
[debug] [Globo] Extracting URL: https://globoplay.globo.com/v/10248083/
[Globo] 10248083: Downloading JSON metadata
[Globo] 10248083: Downloading security hash for 10248083
[Globo] 10248083: Downloading m3u8 information
WARNING: [Globo] Failed to download m3u8 information: HTTP Error 403: Forbidden
ERROR: [Globo] 10248083: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "yt_dlp\YoutubeDL.py", line 1367, in wrapper
File "yt_dlp\YoutubeDL.py", line 1451, in __extract_info
File "yt_dlp\YoutubeDL.py", line 1503, in process_ie_result
File "yt_dlp\YoutubeDL.py", line 2413, in process_video_result
File "yt_dlp\YoutubeDL.py", line 954, in raise_no_formats
yt_dlp.utils.ExtractorError: [Globo] 10248083: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (5 by maintainers)
Fixing code already merged with main code, wait for next release or you can download right now using python version.
Thank you, now it’s working fine again.