Skip to content

Commit

Permalink
Merge pull request #125 from ytdl-org/master
Browse files Browse the repository at this point in the history
Fork Sync
  • Loading branch information
github-actions[bot] authored Dec 13, 2020
2 parents 03dddd8 + d8008de commit fb65a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/vlive.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def get_common_fields():
'old/v3/live/%s/playInfo',
video_id)['result']['adaptiveStreamUrl']
formats = self._extract_m3u8_formats(stream_url, video_id, 'mp4')
self._sort_formats(formats)
info = get_common_fields()
info.update({
'title': self._live_title(video['title']),
Expand Down

0 comments on commit fb65a5f

Please sign in to comment.