mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[pbs] Extend PBS station regex (Closes #7964)
This commit is contained in:
		@@ -16,7 +16,7 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
class PBSIE(InfoExtractor):
 | 
			
		||||
    _STATIONS = (
 | 
			
		||||
        (r'(?:video|www)\.pbs\.org', 'PBS: Public Broadcasting Service'),  # http://www.pbs.org/
 | 
			
		||||
        (r'(?:video|www|player)\.pbs\.org', 'PBS: Public Broadcasting Service'),  # http://www.pbs.org/
 | 
			
		||||
        (r'video\.aptv\.org', 'APT - Alabama Public Television (WBIQ)'),  # http://aptv.org/
 | 
			
		||||
        (r'video\.gpb\.org', 'GPB/Georgia Public Broadcasting (WGTV)'),  # http://www.gpb.org/
 | 
			
		||||
        (r'video\.mpbonline\.org', 'Mississippi Public Broadcasting (WMPN)'),  # http://www.mpbonline.org
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user