From 85669e09358a3ca16274105bb4d169de561927b1 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sun, 20 Jan 2019 18:28:36 +0700 Subject: [PATCH] Update radiocanada.py --- youtube_dl/extractor/radiocanada.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/radiocanada.py b/youtube_dl/extractor/radiocanada.py index 148dbea1d..fbc5bc98f 100644 --- a/youtube_dl/extractor/radiocanada.py +++ b/youtube_dl/extractor/radiocanada.py @@ -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.')