-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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/feature request: livejournal.com #21526
Comments
I do not know whether or not this is helpful, but that page is using a player called EaglePlayer. Hope this helps in any way! |
Checklist
Description
Downloading videos from URLs like "https://.livejournal.com/video/" does not work.
Example:
X:\video>youtube-dl -v "https://andrei-bt.livejournal.com/video/album/407/?mode=view&id=51272"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://andrei-bt.livejournal.com/video/album/407/?mode=view&id=51272']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2019.06.21
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-93214-g7e4d3dbe18, ffprobe N-93214-g7e4d3dbe18
[debug] Proxy map: {}
[generic] ?mode=view&id=51272: Requesting header
WARNING: Falling back on generic information extractor.
[generic] ?mode=view&id=51272: Downloading webpage
[generic] ?mode=view&id=51272: Extracting information
ERROR: Unsupported URL: https://andrei-bt.livejournal.com/video/album/407/?mode=view&id=51272
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\extractor\common.py", line 530, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmppgbwk_g4\build\youtube_dl\extractor\generic.py", line 3316, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://andrei-bt.livejournal.com/video/album/407/?mode=view&id=51272
The livejournal.com is a generic blogging platform. The video itself is usually referenced like this: https://andrei-bt.livejournal.com/video/album/407/?mode=view&id=51272 while the page where it is embedded could be seen here https://andrei-bt.livejournal.com/1363799.html
Thank you in advance!
The text was updated successfully, but these errors were encountered: