mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 17:47:17 +08:00
Update radiocanada.py
This commit is contained in:
parent
ecb92e3720
commit
85669e0935
@ -78,7 +78,7 @@ class RadioCanadaIE(InfoExtractor):
|
|||||||
return el.text if el is not None else None
|
return el.text if el is not None else None
|
||||||
|
|
||||||
# protectionType does not necessarily mean the video is DRM protected (see
|
# protectionType does not necessarily mean the video is DRM protected (see
|
||||||
# https://github.com/rg3/youtube-dl/issues/13994).
|
# https://github.com/rg3/youtube-dl/pull/18609).
|
||||||
if get_meta('protectionType'):
|
if get_meta('protectionType'):
|
||||||
self.report_warning('This video is probably DRM protected.')
|
self.report_warning('This video is probably DRM protected.')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user