mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[dispeak] Rename DigitalSpeaking to DigitallySpeaking
This commit is contained in:
		@@ -12,7 +12,7 @@ from ..utils import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class DigitalSpeakingIE(InfoExtractor):
 | 
					class DigitallySpeakingIE(InfoExtractor):
 | 
				
			||||||
    _VALID_URL = r'https?://(?:evt\.dispeak|events\.digitallyspeaking)\.com/(?:[^/]+/)+xml/(?P<id>[^.]+)\.xml'
 | 
					    _VALID_URL = r'https?://(?:evt\.dispeak|events\.digitallyspeaking)\.com/(?:[^/]+/)+xml/(?P<id>[^.]+)\.xml'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -197,7 +197,7 @@ from .dump import DumpIE
 | 
				
			|||||||
from .dumpert import DumpertIE
 | 
					from .dumpert import DumpertIE
 | 
				
			||||||
from .defense import DefenseGouvFrIE
 | 
					from .defense import DefenseGouvFrIE
 | 
				
			||||||
from .discovery import DiscoveryIE
 | 
					from .discovery import DiscoveryIE
 | 
				
			||||||
from .dispeak import DigitalSpeakingIE
 | 
					from .dispeak import DigitallySpeakingIE
 | 
				
			||||||
from .dropbox import DropboxIE
 | 
					from .dropbox import DropboxIE
 | 
				
			||||||
from .dw import (
 | 
					from .dw import (
 | 
				
			||||||
    DWIE,
 | 
					    DWIE,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -157,5 +157,5 @@ class GDCVaultIE(InfoExtractor):
 | 
				
			|||||||
            'id': video_id,
 | 
					            'id': video_id,
 | 
				
			||||||
            'display_id': display_id,
 | 
					            'display_id': display_id,
 | 
				
			||||||
            'url': '%s/xml/%s' % (xml_root, xml_name),
 | 
					            'url': '%s/xml/%s' % (xml_root, xml_name),
 | 
				
			||||||
            'ie_key': 'DigitalSpeaking',
 | 
					            'ie_key': 'DigitallySpeaking',
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,5 +31,5 @@ class GPUTechConfIE(InfoExtractor):
 | 
				
			|||||||
            '_type': 'url_transparent',
 | 
					            '_type': 'url_transparent',
 | 
				
			||||||
            'id': video_id,
 | 
					            'id': video_id,
 | 
				
			||||||
            'url': '%sxml/%s.xml' % (root_path, xml_file_id),
 | 
					            'url': '%sxml/%s.xml' % (root_path, xml_file_id),
 | 
				
			||||||
            'ie_key': 'DigitalSpeaking',
 | 
					            'ie_key': 'DigitallySpeaking',
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user