mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-28 10:19:50 +08:00
[earthcam] Add new extractor per #19293
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user