Skip to content

Commit e64f883

Browse files
authored
Merge pull request #57 from YangZejiang/master
2 parents 9bf585a + 9862ff6 commit e64f883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

echo360/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def download_all(self):
234234
selected = pick(
235235
[v[0] for v in videos_to_be_download],
236236
title,
237-
multi_select=True,
237+
multiselect=True,
238238
min_selection_count=1,
239239
)
240240
videos_to_be_download = [videos_to_be_download[s[1]] for s in selected]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ffmpy>=0.2.2
44
requests>=2.8.14
55
gevent>=1.2.2
66
wget>=3.2
7-
pick>=0.6.4
7+
pick==0.6.7
88
tqdm

0 commit comments

Comments
 (0)