[earthcam] Add new extractor per #19293

This commit is contained in:
FA 2019-04-25 16:46:07 -07:00
parent 31278775bb
commit eaabac9a1e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from ..utils import (
) )
class EarthCamsIE(InfoExtractor): class EarthCamIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?earthcam\.com/.*\?.*cam=(?P<id>\w+)' _VALID_URL = r'https?://(?:www\.)?earthcam\.com/.*\?.*cam=(?P<id>\w+)'
_TEST = { _TEST = {
'url': 'https://www.earthcam.com/usa/newyork/timessquare/?cam=tsrobo1', 'url': 'https://www.earthcam.com/usa/newyork/timessquare/?cam=tsrobo1',

View File

@ -313,7 +313,7 @@ from .dw import (
DWArticleIE, DWArticleIE,
) )
from .eagleplatform import EaglePlatformIE from .eagleplatform import EaglePlatformIE
from .earthcams import EarthCamsIE from .earthcam import EarthCamIE
from .ebaumsworld import EbaumsWorldIE from .ebaumsworld import EbaumsWorldIE
from .echomsk import EchoMskIE from .echomsk import EchoMskIE
from .egghead import ( from .egghead import (