mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-22 07:58:54 +00:00
Remove allow-u from extractors
This commit is contained in:
@@ -237,8 +237,7 @@ class RuutuIE(InfoExtractor):
|
||||
return value or None
|
||||
|
||||
if not formats:
|
||||
if (not self.get_param('allow_unplayable_formats')
|
||||
and xpath_text(video_xml, './Clip/DRM', default=None)):
|
||||
if xpath_text(video_xml, './Clip/DRM', default=None):
|
||||
self.report_drm(video_id)
|
||||
ns_st_cds = pv('ns_st_cds')
|
||||
if ns_st_cds != 'free':
|
||||
|
||||
Reference in New Issue
Block a user