Update go.py

This commit is contained in:
Timothy Wynn 2021-03-07 22:52:29 +01:00 committed by Lauren Liberda
parent 9759eb7182
commit c10469c0a8

View file

@ -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(