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

peertube: the videos work with "watch" urls but fail with "embed" #21666

Closed
5 tasks done
juanfra684 opened this issue Jul 5, 2019 · 0 comments
Closed
5 tasks done

peertube: the videos work with "watch" urls but fail with "embed" #21666

juanfra684 opened this issue Jul 5, 2019 · 0 comments

Comments

@juanfra684
Copy link
Contributor

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.07.02
  • 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 -v -g 'https://peertube.social/videos/embed/77c0ec43-5b1a-4f28-91e4-b436b4129f66'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-g', 'https://peertube.social/videos/embed/77c0ec43-5b1a-4f28-91e4-b436b4129f66']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.02
[debug] Python version 3.7.3 (CPython) - Linux
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3, rtmpdump 2.4
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
ERROR: Unsupported URL: https://peertube.social/videos/embed/77c0ec43-5b1a-4f28-91e4-b436b4129f66
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/generic.py", line 3333, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://peertube.social/videos/embed/77c0ec43-5b1a-4f28-91e4-b436b4129f66
$ youtube-dl -v -g 'https://peertube.social/videos/watch/77c0ec43-5b1a-4f28-91e4-b436b4129f66'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-g', 'https://peertube.social/videos/watch/77c0ec43-5b1a-4f28-91e4-b436b4129f66']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.02
[debug] Python version 3.7.3 (CPython) - Linux
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3, rtmpdump 2.4
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[debug] Default format spec: bestvideo+bestaudio/best
https://peertube.social/static/webseed/77c0ec43-5b1a-4f28-91e4-b436b4129f66-544.mp4

Description

The peertube urls with the form "instance.domain/videos/watch/id" work but the same urls fail when using the form "instance.domain/videos/embed/id". Could you add support for the "embed" urls?.

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

No branches or pull requests

1 participant