Hello,
I am trying to download films from Shahid.net website.
All the files under the Network under the developer tools like the below link
"https://cdxmd05-ak.akamaized.net/9a98c30d-c672-4fd7-a231-48503664f015/3060001920_STXHD_Al_Feel_Al_Azraq_2_.ism/QualityLevels(96000)/Fragments(audioname=1463893333,format=mpd-time-csf)"
How I can download all the segments? the website required a username and a password, I can provide them via DM
Thank you so much in advance
+ Reply to Thread
Results 1 to 13 of 13
-
Last edited by adool0304; 2nd Dec 2019 at 23:23.
-
it's very simply: use youtube-dl on a link you want.... example
Code:youtube-dl https://shahid.mbc.net/ar/series/طايع-الموسم-1-الحلقة-1/episode-375902
-
Thank you for the reply but this specific film requires a premium subscription, which I am subscribed to.. how can I download it ?
-
And I installed youtube-dl, after I install the exe file it does not open, your help is highly appreciated
-
installed?? download youtube-dl from https://rg3.github.io/youtube-dl/download.html
click on Windows exe (right side)
then open cmd (hold win+R) and type cmd
then put my code above -
Thank you so much, I managed to use youtube-dl
The code you proided, download succesfully an episode of a tv series, I tried to replace the link from the code you provided with the movie url, it gave me the following error (attached as an image)
The link of the movie I am trying to download is
https://shahid.mbc.net/ar/movies/%D8%A7%D9%84%D9%81%D9%8A%D9%84-%D8%A7%D9%84%D8%A3%D8%...-player-389387
It requires a premium subscription with Shahid, which I have and I can provide for you in private the login details.Last edited by adool0304; 6th Dec 2019 at 14:05.
-
You need to put ffmpeg.exe, ffplay.exe and ffprobe.exe in the same directory as youtube-dl.exe and holding SHIFT key on keyboard press right mouse click anywhere in the folder, select "open command window here"
Problem solved, re-installing --> https://www.youtube.com/watch?v=7wfUUZvybPY -
Thank you so much, I managed to use youtube-dl
The code you provided, download successfully an episode of a tv series, I tried to replace the link from the code you provided with the movie url, it gave me the following error (attached as an image)
The link of the movie I am trying to download is
It requires a premium subscription with Shahid, which I have and I can provide for you in private the login details.
[Attachment 51039 - Click to enlarge]Last edited by adool0304; 6th Dec 2019 at 14:12.
-
I sent you in private the login details,
The movie I am trying to download is
https://shahid.mbc.net/ar/movies/%D8%A7%D9%84%D9%81%D9%8A%D9%84-%D8%A7%D9%84%D8%A3%D8%...-player-389387 -
I used a Firefox addon called The Stream Detector to get the mpd url
Code:https://cdxmd05-ll.shahid.net/d3db1b88-6cd3-4de9-9baa-347d00cd827f/3060001920_STXHD_Al_Feel_Al_Azraq_2_.ism/manifest(filter=hd,format=mpd-time-csf).mpd
Code:ffmpeg -user_agent "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0" -referer "https://shahid.mbc.net/ar/movies/%D8%A7%D9%84%D9%81%D9%8A%D9%84-%D8%A7%D9%84%D8%A3%D8%B2%D8%B1%D9%82-2/movie-player-389387" -i "https://cdxmd05-ll.shahid.net/d3db1b88-6cd3-4de9-9baa-347d00cd827f/3060001920_STXHD_Al_Feel_Al_Azraq_2_.ism/manifest(filter=hd,format=mpd-time-csf).mpd" -c copy test.ts
D:\Capture TV\ffmpeg\bin>ffmpeg -user_agent "Mozilla/5.0 (Windows NT 6.1; Win64;
x64; rv:70.0) Gecko/20100101 Firefox/70.0" -referer "https://shahid.mbc.net/ar/
movies/%D8%A7%D9%84%D9%81%D9%8A%D9%84-%D8%A7%D9%84%D8%A3%D8%B2%D8%B1%D9%82-2/mov
ie-player-389387" -i "https://cdxmd05-ll.shahid.net/d3db1b88-6cd3-4de9-9baa-347d
00cd827f/3060001920_STXHD_Al_Feel_Al_Azraq_2_.ism/manifest(filter=hd,format=mpd-
time-csf).mpd"
ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 9.1.1 (GCC) 20190807
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfi
g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libb
luray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enab
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --e
nable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable
-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 -
-enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enab
le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --en
able-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --en
able-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --e
nable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100
libpostproc 55. 5.100 / 55. 5.100
Input #0, dash, from 'https://cdxmd05-ll.shahid.net/d3db1b88-6cd3-4de9-9baa-347d
00cd827f/3060001920_STXHD_Al_Feel_Al_Azraq_2_.ism/manifest(filter=hd,format=mpd-
time-csf).mpd':
Duration: 02:09:56.00, start: -0.033333, bitrate: 0 kb/s
Program 0
Stream #0:0: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1024x576 [SAR
1:1 DAR 16:9], 2387 kb/s, 25 fps, 25 tbr, 10000k tbn, 50 tbc
Metadata:
variant_bitrate : 2399996
id : 1_V_video_1
Stream #0:1: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR
1:1 DAR 16:9], 3393 kb/s, 25 fps, 25 tbr, 10000k tbn, 50 tbc
Metadata:
variant_bitrate : 3399995
id : 1_V_video_2
Stream #0:2: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR
1:1 DAR 16:9], 4974 kb/s, 25 fps, 25 tbr, 10000k tbn, 50 tbc
Metadata:
variant_bitrate : 4999993
id : 1_V_video_3
frame= 7751 fps= 17 q=-1.0 size= 208640kB time=00:05:10.03 bitrate=5512.9kbits/
frame= 7766 fps= 17 q=-1.0 size= 209152kB time=00:05:10.63 bitrate=5515.7kbits/
frame= 7771 fps= 17 q=-1.0 size= 209152kB time=00:05:10.84 bitrate=5511.9kbits/
frame= 7801 fps= 17 q=-1.0 size= 209920kB time=00:05:12.03 bitrate=5511.2kbits/
frame= 7816 fps= 17 q=-1.0 size= 210432kB time=00:05:12.63 bitrate=5514.0kbits/
frame= 7821 fps= 17 q=-1.0 Lsize= 210710kB time=00:05:12.83 bitrate=5517.8kbits
/s speed=0.697x
video:190947kB audio:3567kB subtitle:0kB other streams:0kB global headers:0kB mu
xing overhead: 8.326553%
I just got a file.ts --> open with MPC and VLC but can't play
Content is protected and i can't decrypt it .
<?xml version="1.0" encoding="utf-8"?>
<MPD xmlns="urn:mpeg:dashchema:mpd:2011" xmlns
si="http://www.w3.org/2001/XMLSchema-instance" profiles="urn:mpeg:dash
rofile:isoff-live:2011" type="static" xmlns:cenc="urn:mpeg:cenc:2013" xmlns:mspr="urn:microsoft
layready" xmlns:ms="urn:microsoft" mediaPresentationDuration="PT2H9M56.800S" minBufferTime="PT3S"><Period><AdaptationSet id="1" group="5" profiles="ccff" bitstreamSwitching="false" segmentAlignment="true" contentType="audio" mimeType="audio/mp4" codecs="mp4a.40.2"><ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="1E55DAB6-AAD8-45E1-84E0-5D45E4E00572"/><ContentProtection schemeIdUri="urn:uuid:9A04F079-9840-4286-AB92-E65BE0885F95" value="2.0" cenc:default_KID="1E55DAB6-AAD8-45E1-84E0-5D45E4E00572"><mspr
ro>WgMAAAEAAQBQAzwAVwBSAE0ASABFAEEARABFAFIAIAB4AG0 AbABuAHMAPQAiAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAc wAuAG0AaQBjAHIAbwBzAG8AZgB0AC4AYwBvAG0ALwBEAFIATQA vADIAMAAwADcALwAwADMALwBQAGwAYQB5AFIAZQBhAGQAeQBIA GUAYQBkAGUAcgAiACAAdgBlAHIAcwBpAG8AbgA9ACIANAAuADA ALgAwAC4AMAAiAD4APABEAEEAVABBAD4APABQAFIATwBUAEUAQ wBUAEkATgBGAE8APgA8AEsARQBZAEwARQBOAD4AMQA2ADwALwB LAEUAWQBMAEUATgA+ADwAQQBMAEcASQBEAD4AQQBFAFMAQwBUA FIAPAAvAEEATABHAEkARAA+ADwALwBQAFIATwBUAEUAQwBUAEk ATgBGAE8APgA8AEsASQBEAD4AdAB0AHAAVgBIAHQAaQBxADQAV QBXAEUANABGADEARgA1AE8AQQBGAGMAZwA9AD0APAAvAEsASQB EAD4APABDAEgARQBDAEsAUwBVAE0APgB1AGEAbwBQAGoASQBWA EEARwBOADQAPQA8AC8AQwBIAEUAQwBLAFMAVQBNAD4APABMAEE AXwBVAFIATAA+AGgAdAB0AHAAcwA6AC8ALwBzAGgAYQBoAGkAZ ABkAG8AdABuAGUAdAAuAGsAZQB5AGQAZQBsAGkAdgBlAHIAeQA uAHcAZQBzAHQAZQB1AHIAbwBwAGUALgBtAGUAZABpAGEALgBhA HoAdQByAGUALgBuAGUAdAAvAFAAbABhAHkAUgBlAGEAZAB5AC8 APAAvAEwAQQBfAFUAUgBMAD4APABDAFUAUwBUAE8ATQBBAFQAV ABSAEkAQgBVAFQARQBTAD4APABJAEkAUwBfAEQAUgBNAF8AVgB FAFIAUwBJAE8ATgA+ADgALgAwAC4AMQA5ADEAMQAuADMANQA8A C8ASQBJAFMAXwBEAFIATQBfAFYARQBSAFMASQBPAE4APgA8AC8 AQwBVAFMAVABPAE0AQQBUAFQAUgBJAEIAVQBUAEUAUwA+ADwAL wBEAEEAVABBAD4APAAvAFcAUgBNAEgARQBBAEQARQBSAD4A</mspr
ro></ContentProtection><ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed" cenc:default_KID="1E55DAB6-AAD8-45E1-84E0-5D45E4E00572"><cenc
ssh>AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEB 5V2raq2EXhhOBdReTgBXI=</cenc
ssh><ms:laurl licenseUrl="https://shahiddotnet.keydelivery.westeurope.media.azure.ne t/Widevine/?kid=1e55dab6-aad8-45e1-84e0-5d45e4e00572"/></ContentProtection><Label>audioname</Label><SegmentTemplate timescale="10000000" media="QualityLevels($Bandwidth$)/Fragments(audioname=$Time$,format=mpd-time-csf)" initialization="QualityLevels($Bandwidth$)/Fragments(audioname=i,format=mpd-time-csf)"><SegmentTimeline><S d="20053333" r="1"/><S d="20053334"/
Last edited by therain; 6th Dec 2019 at 15:32.
-
Ok I highly appreciate your help, thank you so much again
In the future if you find a solution please do let me know.
Thank you so much again -
HELLO CAN ANY ONE HELP ME OUT
i need to download from shahid plus ????
[Attachment 51222 - Click to enlarge]
here it's need to enter the pass code of my subscription and i enter it
[Attachment 51223 - Click to enlarge]
here what i got !!!!
can any one help me with it ?
thank you
Similar Threads
-
shahid.net (HLS & AES)
By Xajel in forum Video Streaming DownloadingReplies: 7Last Post: 23rd Jul 2019, 13:20 -
download from shahid.mbc.net
By youssefkop in forum Video Streaming DownloadingReplies: 1Last Post: 26th Jun 2019, 12:37 -
download from shahid.mbc.net
By foultayeb in forum Video Streaming DownloadingReplies: 6Last Post: 24th Jan 2019, 16:58 -
How to Download from Shahid.mbc.net
By Ferekikoo in forum Video Streaming DownloadingReplies: 2Last Post: 2nd May 2016, 22:16 -
need your help. download a movie from shahid.net
By farafero21 in forum Video Streaming DownloadingReplies: 9Last Post: 17th Sep 2015, 13:37