mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[teachable] Remove debug output
This commit is contained in:
		@@ -135,7 +135,6 @@ class TeachableIE(TeachableBaseIE):
 | 
			
		||||
    @staticmethod
 | 
			
		||||
    def _extract_url(webpage, source_url):
 | 
			
		||||
        if not TeachableIE._is_teachable(webpage):
 | 
			
		||||
            print('NOT TEACHABLE')
 | 
			
		||||
            return
 | 
			
		||||
        if re.match(r'https?://[^/]+/(?:courses|p)', source_url):
 | 
			
		||||
            return '%s%s' % (TeachableBaseIE._URL_PREFIX, source_url)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user