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

[ustream] Add video.ibm.com domain #26894

Merged
merged 2 commits into from
Oct 17, 2020
Merged

Conversation

serl
Copy link
Contributor

@serl serl commented Oct 15, 2020

Please follow the guide below

  • You will be asked some questions, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your pull request (like that [x])
  • Use Preview tab to see how your pull request will actually look like

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • I am the original author of this code and I am willing to release it under Unlicense
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • Bug fix
  • Improvement
  • New extractor
  • New feature

Description of your pull request and other information

Looks like this extractor works also with video.ibm.com domain, out of the box, so here I add the domain to the regexes.

Thanks!

Comment on lines 25 to 36
'url': 'https://video.ibm.com/embed/recorded/128240221?&autoplay=true&controls=true&volume=100',
'md5': 'aad1227c919f1b7ade3d5103045c0ea5',
'info_dict': {
'id': '128240221',
'ext': 'mp4',
'title': 'HashiConf Day 1 Opening Keynote',
'description': '',
'timestamp': 1602630040,
'upload_date': '20201013',
'uploader': 'nu05fdqyy4q',
'uploader_id': '44180870',
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only_matching.

@dstftw dstftw merged commit 6055357 into ytdl-org:master Oct 17, 2020
@serl serl deleted the ustream-domain branch October 17, 2020 16:53
AnggaR96s referenced this pull request in AnggaR96s/youtube-dl Oct 20, 2020
@ProgrammerAKL
Copy link

The 'no video formats found' error still occurs with https://video.ibm.com/embed/recorded/129111048
which is the video embedded on the page https://www.visiontv.ca/videos/the-royal-consequences/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants