[youtube] Correct a minor regex typo
This commit is contained in:
		| @@ -137,7 +137,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): | |||||||
|                          (?:https?://|//)?                                    # http(s):// or protocol-independent URL (optional) |                          (?:https?://|//)?                                    # http(s):// or protocol-independent URL (optional) | ||||||
|                          (?:(?:(?:(?:\w+\.)?[yY][oO][uU][tT][uU][bB][eE](?:-nocookie)?\.com/| |                          (?:(?:(?:(?:\w+\.)?[yY][oO][uU][tT][uU][bB][eE](?:-nocookie)?\.com/| | ||||||
|                             (?:www\.)?deturl\.com/www\.youtube\.com/| |                             (?:www\.)?deturl\.com/www\.youtube\.com/| | ||||||
|                             (?:www\.)?pwnyoutube\.com| |                             (?:www\.)?pwnyoutube\.com/| | ||||||
|                             tube\.majestyc\.net/| |                             tube\.majestyc\.net/| | ||||||
|                             youtube\.googleapis\.com/)                        # the various hostnames, with wildcard subdomains |                             youtube\.googleapis\.com/)                        # the various hostnames, with wildcard subdomains | ||||||
|                          (?:.*?\#/)?                                          # handle anchor (#/) redirect urls |                          (?:.*?\#/)?                                          # handle anchor (#/) redirect urls | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
					Filippo Valsorda