mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
Revert "Change pattern for ABC video ID"
This reverts commit 6084217435
.
This commit is contained in:
parent
dbacb6f30c
commit
e648645127
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user