mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[zoom] rename extractor from zoomus
This commit is contained in:
		@@ -1544,5 +1544,5 @@ from .zattoo import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
from .zdf import ZDFIE, ZDFChannelIE
 | 
					from .zdf import ZDFIE, ZDFChannelIE
 | 
				
			||||||
from .zingmp3 import ZingMp3IE
 | 
					from .zingmp3 import ZingMp3IE
 | 
				
			||||||
from .zoomus import ZoomUSIE
 | 
					from .zoom import ZoomIE
 | 
				
			||||||
from .zype import ZypeIE
 | 
					from .zype import ZypeIE
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,8 +11,8 @@ from ..utils import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ZoomUSIE(InfoExtractor):
 | 
					class ZoomIE(InfoExtractor):
 | 
				
			||||||
    IE_NAME = 'zoom.us'
 | 
					    IE_NAME = 'zoom'
 | 
				
			||||||
    _VALID_URL = r'https://(?:.*).?zoom.us/rec(?:ording)?/play/(?P<id>[A-Za-z0-9\-_]+)'
 | 
					    _VALID_URL = r'https://(?:.*).?zoom.us/rec(?:ording)?/play/(?P<id>[A-Za-z0-9\-_]+)'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _TEST = {
 | 
					    _TEST = {
 | 
				
			||||||
		Reference in New Issue
	
	Block a user