Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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!