mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-12 01:34:16 +00:00
[extractor] Add write_debug
and get_param
This commit is contained in:
@@ -41,7 +41,7 @@ class WakanimIE(InfoExtractor):
|
||||
m3u8_url = urljoin(url, self._search_regex(
|
||||
r'file\s*:\s*(["\'])(?P<url>(?:(?!\1).)+)\1', webpage, 'm3u8 url',
|
||||
group='url'))
|
||||
if not self._downloader.params.get('allow_unplayable_formats'):
|
||||
if not self.get_param('allow_unplayable_formats'):
|
||||
# https://docs.microsoft.com/en-us/azure/media-services/previous/media-services-content-protection-overview#streaming-urls
|
||||
encryption = self._search_regex(
|
||||
r'encryption%3D(c(?:enc|bc(?:s-aapl)?))',
|
||||
|
Reference in New Issue
Block a user