mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[youtube:playlist] Remove unused property
This commit is contained in:
		@@ -1072,7 +1072,6 @@ class YoutubePlaylistIE(YoutubeBaseInfoExtractor):
 | 
				
			|||||||
                        ((?:PL|LL|EC|UU|FL|RD)[0-9A-Za-z-_]{10,})
 | 
					                        ((?:PL|LL|EC|UU|FL|RD)[0-9A-Za-z-_]{10,})
 | 
				
			||||||
                     )"""
 | 
					                     )"""
 | 
				
			||||||
    _TEMPLATE_URL = 'https://www.youtube.com/playlist?list=%s'
 | 
					    _TEMPLATE_URL = 'https://www.youtube.com/playlist?list=%s'
 | 
				
			||||||
    _MORE_PAGES_INDICATOR = r'data-link-type="next"'
 | 
					 | 
				
			||||||
    _VIDEO_RE = r'href="\s*/watch\?v=(?P<id>[0-9A-Za-z_-]{11})&[^"]*?index=(?P<index>\d+)'
 | 
					    _VIDEO_RE = r'href="\s*/watch\?v=(?P<id>[0-9A-Za-z_-]{11})&[^"]*?index=(?P<index>\d+)'
 | 
				
			||||||
    IE_NAME = 'youtube:playlist'
 | 
					    IE_NAME = 'youtube:playlist'
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user