VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. i am trying to download a free video from crunchyroll with widevine drm, https://www.crunchyroll.com/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation

    Code:
    PSSH: AAAAoXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAIEIARIQc1VnfiK6PUec4d6S3npSGRoIY2FzdGxhYnMiWGV5SmhjM05sZEVsa0lqb2lOamRrTkRNNVpXWXlOMlpoWXpNNU1tTTFZMlpqTTJJd1lXRTJPVEZrTkRRaUxDSjJZWEpwWVc1MFNXUWlPaUpoZG10bGVTSjkyB2RlZmF1bHQ=
    License URL: https://cr-license-proxy.prd.crunchyrollsvc.com/v1/license/widevine
    unable to parse license - check protobufs
    worse i have the mpd and i am not able to download it either.
    Code:
    yt-dlp --no-part --restrict-filenames -N 4 --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/116.0" --cookies-from-browser firefox --referer "https://static.crunchyroll.com/" "https://cr-play-service.prd.crunchyrollsvc.com/v1/manifest/GX9UQZWW7/evs3/6bfa661ead804660bdcfa3c8205c207b/assets/p/67d439ef27fac392c5cfc3b0aa691d44_,5195628.mp4,5195629.mp4,5195627.mp4,5195625.mp4,5195626.mp4,.urlset/manifest.mpd?playbackGuid=04c3b968-064f-400e-98f3-298d6814a8dd&accountid=ec3b8295-7346-5f39-ab5b-399b0c975086"
    Quote Quote  
  2. Why? Crunchyroll is one of the major websites that is fully supported by yt-dlp. No need to hassle with DRM here.
    Quote Quote  
  3. Code:
    yt-dlp -f adaptive_hls-audio-jaJP-hardsub-esLA-8120 https://www.crunchyroll.com/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation
    [generic] starting-at-rock-bottom-after-reincarnation: Downloading webpage
    WARNING: [generic] Falling back on generic information extractor
    [generic] starting-at-rock-bottom-after-reincarnation: Extracting information
    ERROR: Unsupported URL: https://www.crunchyroll.com/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation
    Quote Quote  
  4. Code:
    yt-dlp -Uv --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:116.0) Gecko/20100101 Firefox/116.0" --cookies-from-browser firefox  --skip-download https://www.crunchyroll.com/de/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation
    [debug] Command-line config: ['-Uv', '--user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:116.0) Gecko/20100101 Firefox/116.0', '--cookies-from-browser', 'firefox', '--skip-download', 'https://www.crunchyroll.com/de/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation']
    Extracting cookies from firefox
    [debug] Extracting cookies from: ".../cookies.sqlite"
    Extracted 2728 cookies from firefox
    [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
    [debug] yt-dlp version stable@2023.07.06 [b532a3481]
    [debug] Lazy loading extractors is disabled
    [debug] Python 3.9.6 (CPython arm64 64bit) - macOS-13.4.1-arm64-arm-64bit (LibreSSL 2.8.3)
    [debug] exe versions: ffmpeg 4.4.4 (fdk,setts), ffprobe 4.4.4, rtmpdump 2.4
    [debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15.2, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
    [debug] Proxy map: {}
    [debug] Loaded 1855 extractors
    [debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
    Available version: stable@2023.07.06, Current version: stable@2023.07.06
    yt-dlp is up to date (stable@2023.07.06)
    [crunchyroll] Setting up session
    [crunchyroll] Extracting URL: https://www.crunchyroll.com/de/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation
    [debug] [crunchyroll] Using cxApiParam=noaihdevm_6iyg0a8l0q
    [crunchyroll] Authenticating with grant_type=etp_rt_cookie
    [crunchyroll] GX9UQZWW7: Downloading object info JSON (cms)
    [crunchyroll] Retrieving signed policy
    [crunchyroll] GX9UQZWW7: Downloading stream info JSON (signed cms)
    [crunchyroll] To get all formats of a hardsub language, use "--extractor-args crunchyrollbeta:hardsub=<language_code or all>". See https://github.com/yt-dlp/yt-dlp#crunchyrollbeta-crunchyroll for more info
    [crunchyroll] GX9UQZWW7: Downloading adaptive_hls HLS manifest
    [crunchyroll] GX9UQZWW7: Downloading chapter info
    [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
    [debug] Default format spec: bestvideo*+bestaudio/best
    [info] GX9UQZWW7: Downloading 1 format(s): adaptive_hls-8103
    Works without any problem here.

    You should use --cookies-from-browser option, and on Windows probably Firefox as browser, and the cookies from Crunchyroll have to be not older than 30 minutes due to recent changes at cloudflare. Best is to follow the issues discussed on github, especially issue #7442.
    Last edited by Obo; 23rd Aug 2023 at 09:24.
    Quote Quote  
  5. still the same error:
    Code:
    yt-dlp -Uv --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:116.0) Gecko/20100101 Firefox/116.0" --cookies-from-browser firefox  --skip-download https://www.crunchyroll.com/de/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation
    
       raise UnsupportedError(url)
    yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.crunchyroll.com/watch/GX9UQZWW7/starting-at-rock-bottom-after-reincarnation
    Quote Quote  
  6. Banned
    Join Date
    Apr 2022
    Location
    Hong Kong
    Search Comp PM
    Key:
    Code:
    7355677e22ba3d479ce1de92de7a5219:02107074ec5fa9e4630754d0d1ba7608
    And as stated above, you can use yt-dlp as well.
    Quote Quote  
  7. nxhda
    Join Date
    Sep 2022
    Location
    United States
    Search Comp PM
    good.
    Last edited by NBA456017; 23rd Aug 2023 at 09:53.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!