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

JioCinema sports support (non drm) #10123

Open
8 of 10 tasks
theincognito-inc opened this issue Jun 6, 2024 · 0 comments
Open
8 of 10 tasks

JioCinema sports support (non drm) #10123

theincognito-inc opened this issue Jun 6, 2024 · 0 comments
Labels
site-enhancement Feature request for some website

Comments

@theincognito-inc
Copy link

theincognito-inc commented Jun 6, 2024

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

India

Example URLs

https://www.jiocinema.com/sports/motogp-italian-gp-main-race-highlights/3982629

Provide a description that is worded well enough to be understood

Based on the comment by @bashonly here - #5563 (comment)

Tested that there are non DRM versions of sports available, especially highlights.

Tested by adding |sports?/[^/?#]+/ into the existing extractor code into master (locally).

I was offered non-DRM m3u8 streams, which I successfully downloaded.

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

python -m yt_dlp -vU -F "https://www.jiocinema.com/sports/motogp-italian-gp-main-race-highlights/3982629"
[debug] Command-line config: ['-vU', '-F', 'https://www.jiocinema.com/sports/motogp-italian-gp-main-race-highlights/3982629']
[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 [12b248ce6] (source)
[debug] Lazy loading extractors is disabled
[debug] Git HEAD: db50f19d7
[debug] Python 3.12.3 (CPython AMD64 64bit) - Windows-11-10.0.26120-SP0 (OpenSSL 3.0.13 30 Jan 2024)
[debug] exe versions: ffmpeg git-2024-03-08-64634e8-ffmpeg-windows-build-helpers (fdk,setts), ffprobe git-2024-03-08-64634e8-ffmpeg-windows-build-helpers
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, mutagen-1.47.0, requests-2.32.2, sqlite3-3.45.1, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1820 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)
[jiocinema] Extracting URL: https://www.jiocinema.com/sports/motogp-italian-gp-main-race-highlights/3982629
[jiocinema] Downloading guest token
[jiocinema] 3982629: Downloading playback JSON
[jiocinema] 3982629: Downloading JSON metadata
[jiocinema] 3982629: Downloading m3u8 information
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, source, id
[info] Available formats for 3982629:
ID                          EXT  RESOLUTION FPS │   FILESIZE   TBR PROTO │ VCODEC        VBR ACODEC     MORE INFO
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
hls-audio_0_aacx128kbps-aac m3u8 audio only     │                  m3u8  │ audio only        unknown    [eng] aac
hls-audio_0_aacx192kbps-aac m3u8 audio only     │                  m3u8  │ audio only        unknown    [eng] aac
hls-audio_0_aacx32kbps-aac  m3u8 audio only     │                  m3u8  │ audio only        unknown    [eng] aac
hls-audio_0_aacx48kbps-aac  m3u8 audio only     │                  m3u8  │ audio only        unknown    [eng] aac
hls-audio_0_aacx64kbps-aac  m3u8 audio only     │                  m3u8  │ audio only        unknown    [eng] aac
hls-audio_0_aacx96kbps-aac  m3u8 audio only     │                  m3u8  │ audio only        unknown    [eng] aac
hls-355                     mp4  320x180     25 │ ~ 35.90MiB  355k m3u8  │ avc1.4D400C  355k video only
hls-432                     mp4  480x270     25 │ ~ 43.68MiB  432k m3u8  │ avc1.4D4015  432k video only
hls-652                     mp4  480x270     25 │ ~ 65.92MiB  652k m3u8  │ avc1.4D4015  652k video only
hls-872                     mp4  640x360     25 │ ~ 88.16MiB  872k m3u8  │ avc1.4D401E  872k video only
hls-1092                    mp4  854x480     25 │ ~110.40MiB 1092k m3u8  │ avc1.4D401E 1092k video only
hls-1532                    mp4  1280x720    25 │ ~154.88MiB 1532k m3u8  │ avc1.4D401F 1532k video only
hls-2742                    mp4  1920x1080   25 │ ~277.20MiB 2742k m3u8  │ avc1.4D4028 2742k video only
@theincognito-inc theincognito-inc added site-enhancement Feature request for some website triage Untriaged issue labels Jun 6, 2024
@bashonly bashonly removed the triage Untriaged issue label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-enhancement Feature request for some website
Projects
None yet
Development

No branches or pull requests

2 participants