mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[pbs] No need to escape colon
This commit is contained in:
		
							parent
							
								
									ce1bafdce9
								
							
						
					
					
						commit
						c7620992d2
					
				| @ -251,7 +251,7 @@ class PBSIE(InfoExtractor): | |||||||
|         # Try turning it to 'program - title' naming scheme if possible |         # Try turning it to 'program - title' naming scheme if possible | ||||||
|         alt_title = info.get('program', {}).get('title') |         alt_title = info.get('program', {}).get('title') | ||||||
|         if alt_title: |         if alt_title: | ||||||
|             info['title'] = alt_title + ' - ' + re.sub(r'^' + alt_title + '[\s\-\:]+', '', info['title']) |             info['title'] = alt_title + ' - ' + re.sub(r'^' + alt_title + '[\s\-:]+', '', info['title']) | ||||||
| 
 | 
 | ||||||
|         return { |         return { | ||||||
|             'id': video_id, |             'id': video_id, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․