This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangshu
/
youtube_download
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
youtube下载
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
157 MiB
Python
97.3%
Shell
2.7%
Tree:
882aca5045
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '882aca5045'
${ noResults }
youtube_download
/
stop_download.sh
4 lines
92 B
Raw
Blame
History
#!/bin/bash
pid
=
`
ps -ef
|
grep main_download
|
awk
NR
=
=
1
'{print $2}'
`
echo
$pid
kill
-9
$pid
Reference in new issue