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

YouTube `shared?ci=video_id` link no longer working #14303

Closed
Khang-NT opened this issue Sep 23, 2017 · 2 comments
Closed

YouTube `shared?ci=video_id` link no longer working #14303

Khang-NT opened this issue Sep 23, 2017 · 2 comments
Labels
bug

Comments

@Khang-NT
Copy link
Contributor

@Khang-NT Khang-NT commented Sep 23, 2017

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.09.15. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2017.09.15

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

youtube-dl -j 'https://www.youtube.com/shared?ci=8A940MXKFmQ' -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-j', u'https://www.youtube.com/shared?ci=8A940MXKFmQ', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.09.15
[debug] Python version 2.7.10 - Darwin-16.7.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
ERROR: Unable to extract YouTube video id; 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 "/Library/Python/2.7/site-packages/youtube_dl/YoutubeDL.py", line 776, in extract_info
    ie_result = ie.extract(url)
  File "/Library/Python/2.7/site-packages/youtube_dl/extractor/common.py", line 434, in extract
    ie_result = self._real_extract(url)
  File "/Library/Python/2.7/site-packages/youtube_dl/extractor/youtube.py", line 2070, in _real_extract
    'videoId', webpage, 'YouTube video id', fatal=True)
  File "/Library/Python/2.7/site-packages/youtube_dl/extractor/common.py", line 927, in _html_search_meta
    html, display_name, fatal=fatal, group='content', **kwargs)
  File "/Library/Python/2.7/site-packages/youtube_dl/extractor/common.py", line 806, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/Library/Python/2.7/site-packages/youtube_dl/extractor/common.py", line 797, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract YouTube video id; 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 of your issue, suggested solution and other information

I look like YouTube required authentication to watch shared videos now.

@yan12125 yan12125 added the bug label Sep 28, 2017
@Khang-NT
Copy link
Contributor Author

@Khang-NT Khang-NT commented Oct 5, 2017

YouTube Shared video links are all dead. This issue isn't bug anymore, and consider to remove YoutubeSharedVideoIE.

yan12125 added a commit that referenced this issue Oct 10, 2017
@ghost
Copy link

@ghost ghost commented Feb 15, 2018

The shared YouTube URLs work again now, so I think it'll need to be re-added to youtube-dl.

@dstftw dstftw closed this in ea69624 Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.