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 Request] dev.epicgames.com #9783

Open
9 of 11 tasks
HephaestusOwl opened this issue Apr 25, 2024 · 1 comment
Open
9 of 11 tasks

[Site Request] dev.epicgames.com #9783

HephaestusOwl opened this issue Apr 25, 2024 · 1 comment
Labels
site-request Request to support a new website triage Untriaged issue

Comments

@HephaestusOwl
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

USA

Example URLs

https://dev.epicgames.com/community/learning/talks-and-demos/4ORW/unreal-engine-serialization-best-practices-and-techniques

Provide a description that is worded well enough to be understood

Cannot download this video or any other video on this site. When pressing F12 in web browser in Network tab there is no mpd or m3u8. Segment numbering are two part and not in order. Also The Stream Detector cannot detect anything.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', 'https://dev.epicgames.com/community/learning/talks-and-demos/4ORW/unreal-engine-serialization-best-practices-and-techniques']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp [ff0779267] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22000-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg 2023-09-07-git-9c9f48e7f2-full_build-www.gyan.dev (setts), ffprobe 2023-09-07-git-9c9f48e7f2-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.31.0, sqlite3-3.35.5, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: [email protected] from yt-dlp/yt-dlp
yt-dlp is up to date ([email protected] from yt-dlp/yt-dlp)
[generic] Extracting URL: https://dev.epicgames.com/community/learning/talks-and-demos/4ORW/unreal-engine-serialization-best-practices-and-techniques
[generic] unreal-engine-serialization-best-practices-and-techniques: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] unreal-engine-serialization-best-practices-and-techniques: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://dev.epicgames.com/community/learning/talks-and-demos/4ORW/unreal-engine-serialization-best-practices-and-techniques
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1606, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1741, in __extract_info
  File "yt_dlp\extractor\common.py", line 734, in extract
  File "yt_dlp\extractor\generic.py", line 2514, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://dev.epicgames.com/community/learning/talks-and-demos/4ORW/unreal-engine-serialization-best-practices-and-techniques
@HephaestusOwl HephaestusOwl added site-request Request to support a new website triage Untriaged issue labels Apr 25, 2024
@dirkf
Copy link
Contributor

dirkf commented Apr 25, 2024

The site GETs https://dev.epicgames.com/community/api/learning/post.json?hash_id=4ORW (4ORW being the ID in the page URL), which returns JSON including this at .blocks[0]:

    {
      'type': 'video',
      'video_id': 'V_0hmdLF',
      'provider': 'kaltura',
      'caption': '',
      'autoplay': false,
      'video_url': 'qsep://cdn.qstv.on.epicgames.com/2aef4ec0-31df-4855-9eec-3cc75804689c?s=eyJraWQiOiJMRW13ZEZzVmMiLCJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJPSndjYkhqSWJsejVEaEFocTh6ai9lWjB4WHpsSUtzemk0cFN2UmFnU2xRPSIsImV4cCI6MTcxNDA0MTM0MH0.T4hwrmVm2LHpWhFu3pF3zqbhmfWftJ9xgQx9krnr2eggeU4kBsROmoKT-aS2pKOpOIbA_Ktwv1QT09pZt4vtzw',
      ...,
    },

Kaltura is a video hoster that has an extractor; probably the qsep: scheme is an internal reference like blob:.

In the JS loaded from https://dev.epicgames.com/community/assets/main.2c420dfc13ced555.js, there is:

          kaltura: {
            partner_id: 2501632,
            uiconf_id: 50465532
          },

Someone skilled in the Kaltura arts might be able to conjure a video from partner_id=2501632, uiconf_id=50465532, video_id=V_0hmdLF but the best I got was Kaltura said: The access to this service is forbidden since the specified partner is blocked (1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

2 participants