aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Timmerman <jens.timmerman@gmail.com>2020-04-14 15:38:51 +0200
committerGitHub <noreply@github.com>2020-04-14 15:38:51 +0200
commit3829f90a74d2c72238b199298692e7c9a53a3d09 (patch)
treecf90f46a6d291d1a56c5360242837d53310d07b4
parent4de300768abeddde88c1a23a2fc7f8d308eccee8 (diff)
downloadhypervideo-pre-3829f90a74d2c72238b199298692e7c9a53a3d09.tar.lz
hypervideo-pre-3829f90a74d2c72238b199298692e7c9a53a3d09.tar.xz
hypervideo-pre-3829f90a74d2c72238b199298692e7c9a53a3d09.zip
Update vrt.py
fix indent
-rw-r--r--youtube_dl/extractor/vrt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vrt.py b/youtube_dl/extractor/vrt.py
index 0853c8c59..2b65d2e5f 100644
--- a/youtube_dl/extractor/vrt.py
+++ b/youtube_dl/extractor/vrt.py
@@ -55,7 +55,7 @@ class VRTIE(InfoExtractor):
site, display_id = re.match(self._VALID_URL, url).groups()
webpage = self._download_webpage(url, display_id)
attrs = extract_attributes(self._search_regex(
- r'(<[^>]+class="vrtvideo( [^"]*)?"[^>]*>)', webpage, 'vrt video'))
+ r'(<[^>]+class="vrtvideo( [^"]*)?"[^>]*>)', webpage, 'vrt video'))
asset_id = attrs['data-video-id']
publication_id = attrs.get('data-publication-id')