[earthcam] Add new extractor per #19293
This commit is contained in:
parent
31278775bb
commit
eaabac9a1e
@ -10,7 +10,7 @@ from ..utils import (
|
||||
)
|
||||
|
||||
|
||||
class EarthCamsIE(InfoExtractor):
|
||||
class EarthCamIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?earthcam\.com/.*\?.*cam=(?P<id>\w+)'
|
||||
_TEST = {
|
||||
'url': 'https://www.earthcam.com/usa/newyork/timessquare/?cam=tsrobo1',
|
@ -313,7 +313,7 @@ from .dw import (
|
||||
DWArticleIE,
|
||||
)
|
||||
from .eagleplatform import EaglePlatformIE
|
||||
from .earthcams import EarthCamsIE
|
||||
from .earthcam import EarthCamIE
|
||||
from .ebaumsworld import EbaumsWorldIE
|
||||
from .echomsk import EchoMskIE
|
||||
from .egghead import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user