1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 17:27:21 +08:00

Update radiocanada.py

This commit is contained in:
Sergey M 2019-01-20 18:28:36 +07:00 committed by GitHub
parent ecb92e3720
commit 85669e0935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ class RadioCanadaIE(InfoExtractor):
return el.text if el is not None else None
# 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'):
self.report_warning('This video is probably DRM protected.')