mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
Unkown -> Unknown
This commit is contained in:
parent
013e75c886
commit
be931a5416
@ -110,7 +110,7 @@ def icourses_playlist_download(url, output_dir='.', **kwargs):
|
||||
video_list = re.findall(resid_courseid_patt, page)
|
||||
|
||||
if not video_list:
|
||||
raise Exception('Unkown url pattern')
|
||||
raise Exception('Unknown url pattern')
|
||||
|
||||
for video in video_list:
|
||||
video_url = change_for_video_ip.format(video[0], video[1])
|
||||
|
Loading…
Reference in New Issue
Block a user