mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[zoom] rename extractor from zoomus
This commit is contained in:
parent
b11a88fc24
commit
366a7a4753
2 changed files with 3 additions and 3 deletions
|
@ -1544,5 +1544,5 @@
|
|||
)
|
||||
from .zdf import ZDFIE, ZDFChannelIE
|
||||
from .zingmp3 import ZingMp3IE
|
||||
from .zoomus import ZoomUSIE
|
||||
from .zoom import ZoomIE
|
||||
from .zype import ZypeIE
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
)
|
||||
|
||||
|
||||
class ZoomUSIE(InfoExtractor):
|
||||
IE_NAME = 'zoom.us'
|
||||
class ZoomIE(InfoExtractor):
|
||||
IE_NAME = 'zoom'
|
||||
_VALID_URL = r'https://(?:.*).?zoom.us/rec(?:ording)?/play/(?P<id>[A-Za-z0-9\-_]+)'
|
||||
|
||||
_TEST = {
|
Loading…
Reference in a new issue