[youtube] Add support for cleanvideosearch.com (Fixes #2734)
This commit is contained in:
		@@ -151,6 +151,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
 | 
			
		||||
                             )
 | 
			
		||||
                         ))
 | 
			
		||||
                         |youtu\.be/                                          # just youtu.be/xxxx
 | 
			
		||||
                         |https?://(?:www\.)?cleanvideosearch\.com/media/action/yt/watch\?videoId=
 | 
			
		||||
                         )
 | 
			
		||||
                     )?                                                       # all until now is optional -> you can pass the naked ID
 | 
			
		||||
                     ([0-9A-Za-z_-]{11})                                      # here is it! the YouTube video ID
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user