We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bf585a + 9862ff6 commit e64f883Copy full SHA for e64f883
echo360/downloader.py
@@ -234,7 +234,7 @@ def download_all(self):
234
selected = pick(
235
[v[0] for v in videos_to_be_download],
236
title,
237
- multi_select=True,
+ multiselect=True,
238
min_selection_count=1,
239
)
240
videos_to_be_download = [videos_to_be_download[s[1]] for s in selected]
requirements.txt
@@ -4,5 +4,5 @@ ffmpy>=0.2.2
4
requests>=2.8.14
5
gevent>=1.2.2
6
wget>=3.2
7
-pick>=0.6.4
+pick==0.6.7
8
tqdm
0 commit comments