[cleanup] Misc (#8338)

Authored by: bashonly, gamer191
This commit is contained in:
bashonly
2023-10-13 17:15:35 -05:00
committed by GitHub
parent 2acd1d555e
commit b634ba742d
27 changed files with 40 additions and 41 deletions

View File

@@ -13,7 +13,7 @@ from ..utils import (
class MainStreamingIE(InfoExtractor):
_VALID_URL = r'https?://(?:webtools-?)?(?P<host>[A-Za-z0-9-]*\.msvdn.net)/(?:embed|amp_embed|content)/(?P<id>\w+)'
_VALID_URL = r'https?://(?:webtools-?)?(?P<host>[A-Za-z0-9-]*\.msvdn\.net)/(?:embed|amp_embed|content)/(?P<id>\w+)'
_EMBED_REGEX = [rf'<iframe[^>]+?src=["\']?(?P<url>{_VALID_URL})["\']?']
IE_DESC = 'MainStreaming Player'