mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
Update vrt.py
fix indent
This commit is contained in:
@@ -55,7 +55,7 @@ class VRTIE(InfoExtractor):
|
|||||||
site, display_id = re.match(self._VALID_URL, url).groups()
|
site, display_id = re.match(self._VALID_URL, url).groups()
|
||||||
webpage = self._download_webpage(url, display_id)
|
webpage = self._download_webpage(url, display_id)
|
||||||
attrs = extract_attributes(self._search_regex(
|
attrs = extract_attributes(self._search_regex(
|
||||||
r'(<[^>]+class="vrtvideo( [^"]*)?"[^>]*>)', webpage, 'vrt video'))
|
r'(<[^>]+class="vrtvideo( [^"]*)?"[^>]*>)', webpage, 'vrt video'))
|
||||||
|
|
||||||
asset_id = attrs['data-video-id']
|
asset_id = attrs['data-video-id']
|
||||||
publication_id = attrs.get('data-publication-id')
|
publication_id = attrs.get('data-publication-id')
|
||||||
|
Reference in New Issue
Block a user