[~] Refactor
This commit is contained in:
parent
a7ca0742a3
commit
75c27bcc3f
@ -211,3 +211,14 @@ def kernel_4(
|
||||
t4=t4,
|
||||
t7=t7,
|
||||
)
|
||||
|
||||
def kernel_5(o_4):
|
||||
for o in [o_4['t4'], o_4['t7']]:
|
||||
subprocess.check_call(
|
||||
[
|
||||
'youtube-dl',
|
||||
'-f',
|
||||
'18',
|
||||
o,
|
||||
]
|
||||
)
|
||||
|
@ -3,3 +3,4 @@ jupyter
|
||||
notebook
|
||||
requests
|
||||
pyquery
|
||||
youtube-dl
|
||||
|
Loading…
Reference in New Issue
Block a user