From 783d2968aed5643262bff88ead239c062339adf8 Mon Sep 17 00:00:00 2001 From: Timothy Wynn Date: Sat, 6 Jun 2020 22:49:53 -0400 Subject: [PATCH] Update go.py Leaves original pattern untouched. --- youtube_dl/extractor/go.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/go.py b/youtube_dl/extractor/go.py index 903abfdec..5e83bc30a 100644 --- a/youtube_dl/extractor/go.py +++ b/youtube_dl/extractor/go.py @@ -138,7 +138,9 @@ class GoIE(AdobePassIE): # from http://freeform.go.com/shows/shadowhunters/episodes/season-2/1-this-guilty-blood r'data-video-id=["\']*(VDKA\w+)', # https://abc.com/shows/the-rookie/episode-guide/season-02/03-the-bet - r'\bvideoIdCode["\']\s*:\s*["\'](vdka\w+)' + r'\bvideoIdCode["\']\s*:\s*["\'](vdka\w+)', + # Deprecated fallback pattern + r'\b(?:video)?id["\']\s*:\s*["\'](VDKA\w+)' ), webpage, 'video id', default=video_id) if not site_info: brand = self._search_regex(