mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
Merge branch 'fix_ixigua' of https://github.com/xiangxw/you-get into xiangxw-fix_ixigua
This commit is contained in:
commit
fa0d9e6515
@ -95,6 +95,8 @@ def ixigua_download(url, output_dir='.', merge=True, info_only=False, stream_id=
|
||||
|
||||
def convertStreams(video_list, audio_url):
|
||||
streams = []
|
||||
if type(video_list) == dict:
|
||||
video_list = video_list.values()
|
||||
for dynamic_video in video_list:
|
||||
streams.append({
|
||||
'file_id': dynamic_video['file_hash'],
|
||||
|
Loading…
Reference in New Issue
Block a user