1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-18 15:15:42 +07:00

[hgtv.com:show] Fix typo

This commit is contained in:
Sergey M․
2017-06-23 02:54:12 +07:00
parent 170719414d
commit ac7409eec5

View File

@@ -28,7 +28,7 @@ def _real_extract(self, url):
config = self._parse_json(
self._search_regex(
r'(?s)data-(?:deferred)?-module=["\']video["\'][^>]*>.*?<script[^>]+type=["\']text/x-config["\'][^>]*>(.+?)</script',
r'(?s)data-(?:deferred-)?module=["\']video["\'][^>]*>.*?<script[^>]+type=["\']text/x-config["\'][^>]*>(.+?)</script',
webpage, 'video config'),
display_id)['channels'][0]