mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 11:27:27 +00:00
[arcpublishing] add missing staticmethod decorator
This commit is contained in:
parent
ab89a8678b
commit
40d66e07df
@ -73,6 +73,7 @@ class ArcPublishingIE(InfoExtractor):
|
||||
], 'video-api-cdn.%s.arcpublishing.com/api'),
|
||||
]
|
||||
|
||||
@staticmethod
|
||||
def _extract_urls(webpage):
|
||||
entries = []
|
||||
# https://arcpublishing.atlassian.net/wiki/spaces/POWA/overview
|
||||
|
Loading…
Reference in New Issue
Block a user