mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
[esri:video] Rename extractor
This commit is contained in:
parent
3aa697f993
commit
9c21f22923
2 changed files with 2 additions and 2 deletions
|
@ -695,7 +695,7 @@ from .vice import ViceIE
|
|||
from .viddler import ViddlerIE
|
||||
from .videobam import VideoBamIE
|
||||
from .videodetective import VideoDetectiveIE
|
||||
from .videoesri import VideoEsriIE
|
||||
from .esri import EsriVideoIE
|
||||
from .videolecturesnet import VideoLecturesNetIE
|
||||
from .videofyme import VideofyMeIE
|
||||
from .videomega import VideoMegaIE
|
||||
|
|
|
@ -12,7 +12,7 @@ from ..utils import (
|
|||
)
|
||||
|
||||
|
||||
class VideoEsriIE(InfoExtractor):
|
||||
class EsriVideoIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://video\.esri\.com/watch/(?P<id>[0-9]+)'
|
||||
_TEST = {
|
||||
'url': 'https://video.esri.com/watch/1124/arcgis-online-_dash_-developing-applications',
|
Loading…
Reference in a new issue