[youjizz] Fix extraction (closes #24181)
This commit is contained in:
		@@ -44,7 +44,7 @@ class YouJizzIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        encodings = self._parse_json(
 | 
					        encodings = self._parse_json(
 | 
				
			||||||
            self._search_regex(
 | 
					            self._search_regex(
 | 
				
			||||||
                r'encodings\s*=\s*(\[.+?\]);\n', webpage, 'encodings',
 | 
					                r'[Ee]ncodings\s*=\s*(\[.+?\]);\n', webpage, 'encodings',
 | 
				
			||||||
                default='[]'),
 | 
					                default='[]'),
 | 
				
			||||||
            video_id, fatal=False)
 | 
					            video_id, fatal=False)
 | 
				
			||||||
        for encoding in encodings:
 | 
					        for encoding in encodings:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user