[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 .viddler import ViddlerIE
|
||||||
from .videobam import VideoBamIE
|
from .videobam import VideoBamIE
|
||||||
from .videodetective import VideoDetectiveIE
|
from .videodetective import VideoDetectiveIE
|
||||||
from .videoesri import VideoEsriIE
|
from .esri import EsriVideoIE
|
||||||
from .videolecturesnet import VideoLecturesNetIE
|
from .videolecturesnet import VideoLecturesNetIE
|
||||||
from .videofyme import VideofyMeIE
|
from .videofyme import VideofyMeIE
|
||||||
from .videomega import VideoMegaIE
|
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]+)'
|
_VALID_URL = r'https?://video\.esri\.com/watch/(?P<id>[0-9]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://video.esri.com/watch/1124/arcgis-online-_dash_-developing-applications',
|
'url': 'https://video.esri.com/watch/1124/arcgis-online-_dash_-developing-applications',
|
Loading…
Reference in a new issue