For example:
http://www.nbc.com/the-wiz-live
(This is The Wiz.) Also I am unsuccessful with all other videos (like the news shows) on the NBC.com site. A lot of people said they used Adobe PHP Link Detector add on for Firefox. I have that installed and it works ( it displays the link to be used in the command line) on the site called God TV However, I can't get any link to display on NBC.com. I have tried two different computers with no luck on NBC. Both computers display the links on God TV, so I know the Link Detector is working. My question: can somebody check to see if they can download from NBC.com and please give details how you do it so that I can try to do it myself on other NBC shows. Thank you.
This is how I used the Link Detector and the php software with command line to download videos from God TV;
https://forum.videohelp.com/threads/369356-Question-how-to-capture-God-TV-video
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by jimdagys; 6th Dec 2015 at 13:24.
-
hi
you can use youtube-dl with ffmpeg in the same folder
example
on this page http://www.nbc.com/the-wiz-live/video
you can find this linkCode:http://www.nbc.com/the-wiz-live/video/the-wiz-live/2943548?onid=248451#vc248451=1
Code:youtube-dl "http://www.nbc.com/the-wiz-live/video/the-wiz-live/2943548?onid=248451#vc248451=1"
-
Don't know about nbc in general
But isn't the Wiz scheduled to air live on the 7th
Which means it hasn't aired yet.. Only the "making of the Wiz"
Has been aired -
Biezom,
Can't follow your information.
You said,
on this page http://www.nbc.com/the-wiz-live/video
you can find this link: http://www.nbc.com/the-wiz-live/video/the-wiz-live/2943548?onid=248451#vc248451=1
Question #2: I believe your posted link gives the largest file size video (1280x720, 1.4GB). How can I change the link to give a smaller file size video?
Question #3: How can I also get the subtitle file?
I was able to download the video ( given the above link that Biezom posted). I am providing the following explanation so that others can follow.
1) I made a yellow folder on the c drive and named it:
youtube-dl
2) Inside the folder I put:
ffmpeg.exe
and
youtube-dl-2015.12.06.exe
(See first screenshot)
3)I went to command line (start> run>cmd) and typed in or pasted the stuff in yellow circles.
I hit the enter button at the end of each line (See second screenshot.) After a while the completed video appeared in the yellow folder (youtube-dl). Note: I did not download or install anything called "Python interpreter".Last edited by jimdagys; 7th Dec 2015 at 09:44.
-
Above post question #1 solved here.
Go to nbc.com and click on
Full Episodes
Then choose
The Wiz Live!
from bottom of menu.
Click to start video to see the needed URL
See screenshot.Last edited by jimdagys; 7th Dec 2015 at 10:03.
-
Question #2 and #3 answered here (how to choose bit rate/resolution and download subtitles for nbc.com TV shows).
To get a list of possible bitrate/resolutions, use the following command (youtube-dl.exe -F "URL of show that you want"). For example:
Code:youtube-dl.exe -F "http://www.nbc.com/the-wiz-live/video/the-wiz-live/2943548?onid=248451#vc248451=1"
hls-810-0
and put that in the command line. For example:
Code:youtube-dl.exe -f hls-810-0 "http://www.nbc.com/the-wiz-live/video/the-wiz-live/2943548?onid=248451#vc248451=1"
If you also want to download the subtitles, you can add:
--all-subs
so that you will have, for example:
Code:youtube-dl.exe --all-subs -f hls-810-0 "http://www.nbc.com/the-wiz-live/video/the-wiz-live/2943548?onid=248451#vc248451=1"
If all goes well, the two files will start downloading (see second screenshot) and appear in the youtube-dl folder.
Note: I used youtube-dl 2015.12.13 (December 13, 2015) for all this to work. Previous version of youtube-dl didn't seem to work on nbc.com anymore.Last edited by jimdagys; 14th Dec 2015 at 07:04.
-
Similar Threads
-
How to Download Videos streaming from mms:// protocol with *.wmv format
By MediaFan in forum Video Streaming DownloadingReplies: 14Last Post: 25th Apr 2018, 10:59 -
Can someone help with a link to download this PBS stream? I'm in the show!
By marknyc5 in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Dec 2015, 20:38 -
Can someone help with a link to download this PBS stream?
By marknyc5 in forum Video Streaming DownloadingReplies: 2Last Post: 18th Jul 2015, 20:24 -
noob needs help to download stream of unkown protocol.
By Sharifie in forum Video Streaming DownloadingReplies: 0Last Post: 19th Jun 2015, 05:41 -
How to download stream over RTMPS protocol?
By Muratso in forum Video Streaming DownloadingReplies: 5Last Post: 13th Mar 2014, 06:08