mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor] Add write_debug and get_param
				
					
				
			This commit is contained in:
		| @@ -65,7 +65,7 @@ class ImgGamingBaseIE(InfoExtractor): | ||||
|         domain, media_type, media_id, playlist_id = re.match(self._VALID_URL, url).groups() | ||||
|  | ||||
|         if playlist_id: | ||||
|             if self._downloader.params.get('noplaylist'): | ||||
|             if self.get_param('noplaylist'): | ||||
|                 self.to_screen('Downloading just video %s because of --no-playlist' % media_id) | ||||
|             else: | ||||
|                 self.to_screen('Downloading playlist %s - add --no-playlist to just download video' % playlist_id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan