Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video.ibm.com/embed/ not working. #32088

Closed
5 tasks done
michaelnoe opened this issue Apr 23, 2023 · 9 comments
Closed
5 tasks done

video.ibm.com/embed/ not working. #32088

michaelnoe opened this issue Apr 23, 2023 · 9 comments

Comments

@michaelnoe
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.12.17
  • 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

Verbose log

youtube-dl --verbose https://video.ibm.com/embed/24972048
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://video.ibm.com/embed/24972048']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.11.3 (CPython) - macOS-11.6.2-x86_64-i386-64bit
[debug] exe versions: ffmpeg 6.0, ffprobe 6.0, rtmpdump 2.4
[debug] Proxy map: {}
[ustream] 24972048: Downloading webpage
ERROR: Unable to extract content video IDs; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.11/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
    ie_result = ie.extract(url)
                ^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 534, in extract
    ie_result = self._real_extract(url)
                ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.11/site-packages/youtube_dl/extractor/ustream.py", line 179, in _real_extract
    content_video_ids = self._parse_json(self._search_regex(
                                         ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 1012, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract content video IDs; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.


Description

I have tried downloading this video, however youtube-dl keeps giving me an error...

@october262
Copy link

video link isn't working

@dirkf
Copy link
Contributor

dirkf commented Apr 23, 2023

Maybe we should ask this guy: https://clay.earth/profile/d3a08af1-7c19-4757-9576-943b7cb0cdd0.

The problem page, and others, don't have a value assigned to ustream.vars.offAirContentVideoIds; instead a list (of 1 ID) is assigned to ustream.vars.uumfOffAirContentVideoIds. but that ID then leads to:

...
[ustream] 132715210: Downloading JSON metadata
[ustream] 132715210: Downloading connection info
[ustream] 132715210: Downloading stream info
[ustream] 132715210: Downloading connection info (try 2)
[ustream] 132715210: Downloading stream info (try 2)
[ustream] 132715210: Downloading connection info (try 3)
[ustream] 132715210: Downloading stream info (try 3)
ERROR: No video formats found; ...

@dirkf
Copy link
Contributor

dirkf commented Apr 23, 2023

Ustream extractor test results: 4 failed, 1 skipped.

@dirkf
Copy link
Contributor

dirkf commented Apr 23, 2023

@michaelnoe,

  1. are you able to play the video?
  2. do you have any other video links that the Ustream extractor should handle?

It may be that Ustream has been broken or withdrawn in one of the reorganisations or retrenchments for which the modern IBM is rightly notorious.

@michaelnoe
Copy link
Author

@dirkf: yes, i am able to play the video... using the url: video.ibm.com/embed/24972048 the video is normally located behind a pay-wall, but by using this url, it works even on a pc I never logged in on. I use chrome...

@october262
Copy link

video is now playing for me now, yesterday it was playing then all of a sudden it would
no longer load.

@dirkf
Copy link
Contributor

dirkf commented May 14, 2023

...using the url: video.ibm.com/embed/24972048 the video is normally located behind a pay-wall, but by using this url,...

Which URL? Do you mean not the one you mentioned originally?

@ufgkirk
Copy link

ufgkirk commented Dec 17, 2024

Perhaps this issue should be closed as the URL provided in the original issue doesn't seem valid anymore.... it seems like maybe IBM changed their URL format. My new issue #32996 contains a valid URL that is alive today and perhaps can be used to further investigate this.

@dirkf
Copy link
Contributor

dirkf commented Dec 18, 2024

Continued in #32996.

@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants