mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[ndr-daserste] flake8
This commit is contained in:
		| @@ -93,7 +93,7 @@ class NDRIE(NDRBaseIE): | |||||||
|             default=None) or self._search_regex( |             default=None) or self._search_regex( | ||||||
|             r'\bembedUrl["\']\s*:\s*(["\'])(?P<url>(?:(?!\1).)+)\1', webpage, |             r'\bembedUrl["\']\s*:\s*(["\'])(?P<url>(?:(?!\1).)+)\1', webpage, | ||||||
|             'embed URL', fatal=False, group='url') |             'embed URL', fatal=False, group='url') | ||||||
|         if embed_url == None: |         if embed_url is None: | ||||||
|             return self.url_result('ndr:%s' % id, ie=NDREmbedBaseIE.ie_key()) |             return self.url_result('ndr:%s' % id, ie=NDREmbedBaseIE.ie_key()) | ||||||
|         description = self._search_regex( |         description = self._search_regex( | ||||||
|             r'<p[^>]+itemprop="description">([^<]+)</p>', |             r'<p[^>]+itemprop="description">([^<]+)</p>', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Unknown
					Unknown