mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[videolecturesnet] Add test video with broken direct format links
This commit is contained in:
		@@ -28,6 +28,21 @@ class VideoLecturesNetIE(InfoExtractor):
 | 
				
			|||||||
            'duration': 565,
 | 
					            'duration': 565,
 | 
				
			||||||
            'thumbnail': 're:http://.*\.jpg',
 | 
					            'thumbnail': 're:http://.*\.jpg',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					    }, {
 | 
				
			||||||
 | 
					        # video with invalid direct format links (HTTP 403)
 | 
				
			||||||
 | 
					        'url': 'http://videolectures.net/russir2010_filippova_nlp/',
 | 
				
			||||||
 | 
					        'info_dict': {
 | 
				
			||||||
 | 
					            'id': 'russir2010_filippova_nlp',
 | 
				
			||||||
 | 
					            'ext': 'flv',
 | 
				
			||||||
 | 
					            'title': 'NLP at Google',
 | 
				
			||||||
 | 
					            'description': 'md5:fc7a6d9bf0302d7cc0e53f7ca23747b3',
 | 
				
			||||||
 | 
					            'duration': 5352,
 | 
				
			||||||
 | 
					            'thumbnail': 're:http://.*\.jpg',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        'params': {
 | 
				
			||||||
 | 
					            # rtmp download
 | 
				
			||||||
 | 
					            'skip_download': True,
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
    }, {
 | 
					    }, {
 | 
				
			||||||
        'url': 'http://videolectures.net/deeplearning2015_montreal/',
 | 
					        'url': 'http://videolectures.net/deeplearning2015_montreal/',
 | 
				
			||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user