From 5a3e2a4fb1f7ad7e0db7df927bb20464260ad271 Mon Sep 17 00:00:00 2001 From: Timothy Wynn Date: Sat, 9 May 2020 23:14:17 -0400 Subject: [PATCH] Update go.py --- youtube_dl/extractor/go.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/go.py b/youtube_dl/extractor/go.py index 03cfba91f..903abfdec 100644 --- a/youtube_dl/extractor/go.py +++ b/youtube_dl/extractor/go.py @@ -138,7 +138,7 @@ 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'\b(?:video)?id["\']\s*:\s*["\'](VDKA\w+)' + r'\bvideoIdCode["\']\s*:\s*["\'](vdka\w+)' ), webpage, 'video id', default=video_id) if not site_info: brand = self._search_regex(