]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/wakanim.py
#70 Allow downloading of unplayable video formats
[yt-dlp.git] / youtube_dlc / extractor / wakanim.py
index f9a2395d9d95a5f914403c310a6d26588d0292bd..a8963d7698724e509122fcc1560a568610607090 100644 (file)
@@ -45,7 +45,7 @@ def _real_extract(self, url):
         encryption = self._search_regex(
             r'encryption%3D(c(?:enc|bc(?:s-aapl)?))',
             m3u8_url, 'encryption', default=None)
-        if encryption and encryption in ('cenc', 'cbcs-aapl'):
+        if not self._downloader.params.get('allow_unplayable_formats') and encryption and encryption in ('cenc', 'cbcs-aapl'):
             raise ExtractorError('This video is DRM protected.', expected=True)
 
         formats = self._extract_m3u8_formats(