From 79002a509293ea6c2a18c02785de6a126c4f3dd9 Mon Sep 17 00:00:00 2001 From: Timothy Wynn Date: Sun, 7 Mar 2021 22:52:29 +0100 Subject: [PATCH] Update go.py --- haruhi_dl/extractor/go.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haruhi_dl/extractor/go.py b/haruhi_dl/extractor/go.py index 0d731e90a..b9c6b6117 100644 --- a/haruhi_dl/extractor/go.py +++ b/haruhi_dl/extractor/go.py @@ -155,7 +155,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(