Hello everyone.
I tried to download this video (login required to view, I'm willing to give the login details if anyone wants to do it) but I did not succeed.
I don't live in the UK. I found this .mpd with free browser VPN:
master.mpdmaster.m3u8Code:https://vod-dash-uk-live.akamaized.net/usp/auth/vod/piff_abr_full_hd/5a74b2-m001jvh9/vf_m001jvh9_2891c145-b7eb-4e9f-a9c2-80c9665ca402.ism/pc_hd_abr_v2_dash_master.mpd?__gda__=1695758081_6a8c9dd2f2b0ad8ef64a08a038e48f55#t=333.7702729021039Thanks to the advice of user lomero I downloaded Psiphon.Code:https://mm.bidi.bbc.co.uk/vod-hls-uk/usp/auth/vod/piff_abr_full_hd/5a74b2-m001jvh9/vf_m001jvh9_2891c145-b7eb-4e9f-a9c2-80c9665ca402.ism/pc_hd_abr_v2_hls_master.m3u8?at=jPQuMXMNcd997587a634a1ffc3d603d9dfe89ef75ced47c2606436a952a40
I used N_m3u8DL-RE to download the video with Psiphon activated.
I was hoping to make it and I tried to download it at 128 kbs speed (UK server Psiphon) but after 13 hours of downloading I received the error shown in the screenshots.
[Attachment 74044 - Click to enlarge]
[Attachment 74045 - Click to enlarge]
The file should be almost 6 GB (1280x720, 5070 Kbps). It's a concert done on Jan 2023 and I was waiting for it.
Could any of you help me get it with other methods? If there are no alternatives for my situation, would you be willing to share it via file sharing site?
(If I buy a VPN, would I be able to download it?)
I would really appreciate it, Thanks.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!
Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.
+ Reply to Thread
Results 1 to 16 of 16
Thread
-
-
Will this do?
Code:General : Inside Classical.S01E06 Format : Matroska at 6 979 kb/s Length : 4.64 GiB for 1 h 35 min 11 s 280 ms Video #2 : AVC Aspect : 1920 x 1080 (1.778) at fps Audio #1 : AAC LC Infos : 2 channel(s), 48.0 kHz
-
-
-
-
-
You can put this into a script but to do it manually download just the episode manifest json file.
Code:yt-dlp https://www.bbc.co.uk/iplayer/episode/m001jmw0/inside-classical-series-1-6-ravels-daphnis-et-chloe --skip-download --write-info-json
Code:video=12000000.m3u8
For this particular episode I can use this link.
Code:http://vod-hls-uk-live.akamaized.net/usp/auth/vod/piff_abr_full_hd/5a74b2-m001jvh9/vf_m001jvh9_2891c145-b7eb-4e9f-a9c2-80c9665ca402.ism.hlsv2.ism/vf_m001jvh9_2891c145-b7eb-4e9f-a9c2-80c9665ca402.ism.hlsv2-audio_eng_1=128000-video=12000000.m3u8
-
-
sipho you are a volcano of really useful tips!
you need a modified yt-dlp plugin extractor
how to? i know only this: https://github.com/ytdl-patched/yt-dlp
but also with this mod release i can't find "video=12000000.m3u8"
or do you mean something different?
And that it's infinitely easier if you have yt-dlp installed via python
i have already python installed on my laptop, but well i can use win binary only ... -
If you want to install yt-dlp via python but you're unsure if it will wreak havoc on your computer then first create a python virtual environment.
To install yt-dlp.
Code:py -m pip install --upgrade pip py -m pip install yt-dlp
Then depending on how you installed python (for all users or just the current user), the bbc-1080.py extractor needs to be copied to one of these locations and then renamed to bbc.py after deleting the original.
Code:C:\Users\YourLoginName\AppData\Local\Programs\Python\Python310\Lib\site-packages\yt_dlp\extractor
Code:C:\Users\YourLoginName\AppData\Roaming\Python\Python310\site-packages\yt_dlp\extractor
Before you replace the standard extractor with the modified extractor open them both in Notepad++ or VS or whatever and compare the two to see the changes. Save the modified version somewhere else though because when you upgrade yt-dlp, it will overwrite everything.
Add the Python scripts path to your Windows path.
Code:C:\Users\YourLoginName\AppData\Local\Programs\Python\Python310\Scripts
Last edited by sipho; 28th Sep 2023 at 04:19.
Similar Threads
-
video form bbc iplayer
By hansoljun in forum Video Streaming DownloadingReplies: 5Last Post: 20th Sep 2023, 11:40 -
How to download a program from bbc iplayer?
By fotisl in forum Video Streaming DownloadingReplies: 27Last Post: 25th Jul 2023, 10:43 -
BBC iplayer download dimensions
By David Banner in forum Video Streaming DownloadingReplies: 1Last Post: 17th Sep 2021, 15:26 -
how to download video files with "mpd" (mpeg dash manifest)?
By nzhd in forum Video Streaming DownloadingReplies: 59Last Post: 17th Apr 2021, 06:26 -
How to DL BBC world service "Why Woodstock still matters"?
By KermitJ in forum Video Streaming DownloadingReplies: 11Last Post: 31st Aug 2019, 12:03