VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Hi,

    With
    Code:
    yt-dlp --list-formats https://...
    I found an audio file with the following information:

    ID EXT RESOLUTION FPS | FILESIZE TBR PROTO | VCODEC VBR ACODEC ABR
    0 m4a audio only | ~ 3.66MiB 49k https | audio only mp4a.40.2 49k
    Then I tried this command:
    Code:
    yt-dlp –f 0 –g https://...
    but the output url is not downloadable. Why?
    Quote Quote  
  2. try with
    Code:
    yt-dlp -F https://....
    Quote Quote  
  3. In some cases the true url of the video can be acquired with the method above, but in other cases it doesn’t work with the second step. Maybe because video resources are implemented differently.
    Quote Quote  
  4. Originally Posted by blanc View Post
    In some cases the true url of the video can be acquired with the method above, but in other cases it doesn’t work with the second step. Maybe because video resources are implemented differently.
    DASH is a technique used by many streaming services.

    In a DASH stream, you can't get "true URL"/"exact URL" of video or audio, because they are sent as lots of fragments. Not sent as single files.

    What you do with yt-dlp is downloading those fragments and merging them.

    Always add "--allow-unplayable-formats", to bypass protection warning.
    Quote Quote  
  5. mate, now is:
    Code:
    --allow-u
    Quote Quote  
  6. Originally Posted by lomero View Post
    mate, now is:
    Code:
    --allow-u
    There is not a line like that.

    https://github.com/yt-dlp/yt-dlp#general-options
    Quote Quote  
  7. try it mate ...
    Quote Quote  
  8. Originally Posted by ridibunda View Post

    Code:
    --allow-u
    There is not line like that
    Lomero is 100% correct. Since the last 4 releases of yt-dlp...

    Code:
    --allow-unplayable-formats

    ..is now able to be abbreviated to

    Code:
    --allow-u
    And the most common usage (although not entirely) is for downloading encrypted content for offline decryption. Hence the terminology - its not playable until it has been decrypted.
    Last edited by codehound; 26th Mar 2022 at 11:14.
    Quote Quote  



Similar Threads

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