Revert "Change pattern for ABC video ID"

This reverts commit 6084217435.
This commit is contained in:
Tony Izzo 2020-09-02 19:29:03 -04:00
parent dbacb6f30c
commit e648645127
1 changed files with 1 additions and 2 deletions

View File

@ -138,8 +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'\bvideoIdCode["\']\s*:\s*["\'](vdka\w+)'
# r'\b(?:video)?id["\']\s*:\s*["\'](VDKA\w+)'
r'\b(?:video)?id["\']\s*:\s*["\'](VDKA\w+)'
), webpage, 'video id', default=video_id)
if not site_info:
brand = self._search_regex(