VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date
    Jul 2005
    Location
    europe
    Search Comp PM
    It is the following video:
    url is: https://www.pilatustoday.ch/zentralschweiz/alpabzug-der-anderen-art-hier-werden-kuehe-...ogen-138801518
    it is played in: TheOPLAYER 2020

    Can someone explain me how to download ?
    Thanks
    Quote Quote  
  2. You can download with youtube-dl using just the page URL:

    Code:
    youtube-dl https://www.pilatustoday.ch/zentralschweiz/alpabzug-der-anderen-art-hier-werden-kuehe-von-der-alp-geflogen-138801518
    That downloaded a file called "Bodenfahrt - Kühe werden mit Helikopter von Alp geflogen-alpabzug-der-anderen-art-hier-werden-kuehe-von-der-alp-geflogen-138801518.m3lu8" but it was really transport stream. You can just rename the file "Bodenfahrt - Kühe werden mit Helikopter von Alp geflogen-alpabzug-der-anderen-art-hier-werden-kuehe-von-der-alp-geflogen-138801518.ts"

    Alternately, you can find the MPD URLwith a browser's Developer Tools (F12). Then use youtube-dl

    Code:
    youtube-dl https://cdnapisec.kaltura.com/p/1719221/sp/1719221/playManifest/entryId/1_9ofrky11/flavorIds/1_g1xsq7jz,1_mqphlb27,1_zcc55a7j,1_givt9wjq/deliveryProfileId/10182/protocol/https/format/mpegdash/manifest.mpd
    That will get you a file called "manifest-manifest.mp4".
    Quote Quote  
  3. Member
    Join Date
    Jul 2005
    Location
    europe
    Search Comp PM
    Thank yor very much for the answers.

    To Jacabo,
    Your first suggestion is not working, the second is in mp4.
    Is it possible the first option to get *.ts stream, but how....
    Last edited by mark70725; 20th Aug 2020 at 11:29.
    Quote Quote  
  4. Originally Posted by mark70725 View Post
    Your first suggestion is not working... Is it possible the first option to get *.ts stream, but how....
    It worked for me. I just repeated it and got the same result. The file that was downloaded had a .m3u8 extension but it was really a .ts file. All you have to do is change the extension. Or you can specify the output name when you download:

    Code:
    youtube-dl -o output.ts https://www.pilatustoday.ch/zentralschweiz/alpabzug-der-anderen-art-hier-werden-kuehe-von-der-alp-geflogen-138801518
    Quote Quote  
  5. Member
    Join Date
    Jul 2005
    Location
    europe
    Search Comp PM
    @jagabo
    i get error message:
    [generic] alpabzug-der-anderen-art-hier-werden-kuehe-von-der-alp-geflogen-138801518: Requesting header
    WARNING: Could not send HEAD request to https://www.pilatustoday.ch/zentralschweiz/alpabzug-der-anderen-art-hier-werden-kuehe-...gen-138801518: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
    [generic] alpabzug-der-anderen-art-hier-werden-kuehe-von-der-alp-geflogen-138801518: Downloading webpage
    ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))
    Quote Quote  



Similar Threads

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