mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 09:28:33 +00:00
Removed unneeded _EMBED_URL from yt_dlp/extractor/thehighwire.py
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
This commit is contained in:
parent
bb2fc0b494
commit
f2b38d7c38
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
class TheHighWireIE(InfoExtractor):
|
class TheHighWireIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?thehighwire\.com/ark-videos/(?P<id>[^/?#]+)'
|
_VALID_URL = r'https?://(?:www\.)?thehighwire\.com/ark-videos/(?P<id>[^/?#]+)'
|
||||||
_EMBED_URL = 'https://app.arkengine.com/embed/{id}'
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://thehighwire.com/ark-videos/the-deposition-of-stanley-plotkin/',
|
'url': 'https://thehighwire.com/ark-videos/the-deposition-of-stanley-plotkin/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user