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

site support request: theatlantic.com #6611

Closed
privong opened this issue Aug 19, 2015 · 1 comment
Closed

site support request: theatlantic.com #6611

privong opened this issue Aug 19, 2015 · 1 comment
Labels
site-support-request Add extractor(s) for a new domain

Comments

@privong
Copy link

privong commented Aug 19, 2015

$ youtube-dl --version
2015.08.16.1
$ youtube-dl -v http://www.theatlantic.com/video/index/400241/vanlife/
[debug] System config: []
[debug] User config: ['--console-title']
[debug] Command-line args: ['-v', 'http://www.theatlantic.com/video/index/400241/vanlife/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.08.16.1
[debug] Python version 3.4.3 - Linux-4.1.5-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.7.2, ffprobe 2.7.2, rtmpdump 2.4
[debug] Proxy map: {}
[generic] vanlife: Requesting header
WARNING: Falling back on generic information extractor.
[generic] vanlife: Downloading webpage
[generic] vanlife: Extracting information
ERROR: Unsupported URL: http://www.theatlantic.com/video/index/400241/vanlife/
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 655, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 287, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 1804, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: http://www.theatlantic.com/video/index/400241/vanlife/
@TRox1972
Copy link
Contributor

Developers: The website seems to be using BrightCove. Format info can be found at https://edge.api.brightcove.com/playback/v1/accounts/29913724001/videos/4393559964001, which is inaccessible unless you've visited the website first (is stores a cookie or something).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

No branches or pull requests

3 participants