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
+ Reply to Thread
Results 1 to 6 of 6
-
-
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
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
-
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.
-
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
-
@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)'),))
Similar Threads
-
Recommendation - Impossible to download (Video hosting site)
By ctakara in forum Video Streaming DownloadingReplies: 4Last Post: 11th Jan 2020, 02:27 -
Help with downloading a videos from www.besodh.com site
By dushkin in forum Video Streaming DownloadingReplies: 10Last Post: 30th Oct 2019, 03:54 -
Download impossible
By Drag in forum EditingReplies: 0Last Post: 19th Oct 2018, 05:43 -
Please impossible to download livestream-difficult site
By mark70725 in forum Video Streaming DownloadingReplies: 3Last Post: 25th Nov 2015, 07:03