1
0
Fork 0

[cleanup] Minor cleanup

This commit is contained in:
pukkandan 2021-11-04 03:40:35 +05:30
commit a4211baff5
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
9 changed files with 24 additions and 22 deletions

View file

@ -111,7 +111,7 @@ class PicartoVodIE(InfoExtractor):
vod_info = self._parse_json(
self._search_regex(
r'(?s)#vod-player["\']\s*,\s*(\{.+?\})\s*\)', webpage,
video_id),
'vod player'),
video_id, transform_source=js_to_json)
formats = self._extract_m3u8_formats(