diff options
Diffstat (limited to 'getall.sh')
| -rw-r--r-- | getall.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/getall.sh b/getall.sh new file mode 100644 index 0000000..3fa9f1d --- /dev/null +++ b/getall.sh @@ -0,0 +1,2 @@ +cat ../../bibliography.bib|grep -oP '(?<=url = {).*?(?=}$)'|sed 's/\\//g'|grep youtube|xargs youtube-dl -f worst +cat ../../bibliography.bib|grep -oP '(?<=url = {).*?(?=}$)'|sed 's/\\//g'|grep -v youtube|xargs -I{} ./save_page_as -b firefox --load-wait-time 8 --save-wait-time 10 {} |
