mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:17:07 -05:00 
			
		
		
		
	[ctsnews] PEP 8
This commit is contained in:
		@@ -5,6 +5,7 @@ from .common import InfoExtractor
 | 
			
		||||
from ..utils import unified_timestamp
 | 
			
		||||
from .youtube import YoutubeIE
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class CtsNewsIE(InfoExtractor):
 | 
			
		||||
    IE_DESC = '華視新聞'
 | 
			
		||||
    _VALID_URL = r'https?://news\.cts\.com\.tw/[a-z]+/[a-z]+/\d+/(?P<id>\d+)\.html'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user