Hi everybody,
Up until 2 weeks ago I could have downloaded easily with youtube-dl any free available link from NBC.
Yesterday I got this error message for this link: "https://www.nbc.com/the-tonight-show/video/joaquin-phoenix-zoey-deutch/4038789"
ERROR: Unable to download XML: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it> (caused by URLError(ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061, None),))
I tried to uninstall all relevant programs that I've installed since my last try, but no luck.
Now, any Youtube video is still downloading with this command, but this type of link from NBC, not anymore.
Any clue, guys?
Thanks
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 10 of 10
			
		- 
	
- 
	youtube-dl is up-to-date (2019.09.28) 
 [NBC] 4038789: Downloading JSON metadata
 [ThePlatform] 4038789: Downloading SMIL data
 ERROR: Unable to download XML: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it> (caused by URLError(ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061, None),))
- 
	Are you behind a VPN? Cause that's the only thing that could cause it. 
 I tried https://www.nbc.com/the-tonight-show/video/joaquin-phoenix-zoey-deutch/4038789 had no issues downloading it with youtube-dl.
- 
	
- 
	There's nothing wrong with Youtube-DL or FFMPEG . 
 It's your internet connection:
 This is a windows specific error. It means there's something wrong with your connection. Either you are using a proxy or are behind a VPN.Code:[WinError 10061] No connection could be made because the target machine actively refused it 
 If you're not, check your IP settings,sometimes the problem can be with localhost set to 127.0.0.0
- 
	
- 
	OK,turn off the proxy, (going on NBC.com should say that content is not available for you) and just add --proxy in youtube-dl command instead (find the one that works) 
 E.g. i just tried 2 ,one worked,the other one did not:
 
 This should work at this moment to download 1080p video:Code:C:\youtube-dl>youtube-dl --proxy "http://149.28.235.95:3128" -F "https://www.nbc.com/the-tonight-show/video/joaquin-phoenix-zoey-deutch/4038789" [NBC] 4038789: Downloading JSON metadata [ThePlatform] 4038789: Downloading SMIL data [ThePlatform] 4038789: Downloading m3u8 information [ThePlatform] 4038789: Downloading JSON metadata [info] Available formats for 4038789: format code extension resolution note hls-95 mp4 audio only 95k , mp4a.40.2 hls-318 mp4 416x236 318k , avc1.66.30, mp4a.40.2 hls-521 mp4 416x236 521k , avc1.66.30, mp4a.40.2 hls-830 mp4 1920x1080 830k , avc1.66.30, mp4a.40.2 hls-1336 mp4 960x540 1336k , avc1.66.30, mp4a.40.2 hls-1981 mp4 960x540 1981k , avc1.77.30, mp4a.40.2 hls-2707 mp4 1280x720 2707k , avc1.77.30, mp4a.40.2 hls-4258 mp4 1920x1080 4258k , avc1.77.30, mp4a.40.2 (best) 
 If proxy stops working,you can check for free active ones here to add to youtube-dl commandline:youtube-dl --proxy "http://149.28.235.95:3128" "https://www.nbc.com/the-tonight-show/video/joaquin-phoenix-zoey-deutch/4038789"
 http://spys.one/free-proxy-list/US/


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote

