14 lines
354 B
Bash
14 lines
354 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# https://twitter.com/i/spaces/1LyxBnmNkObxN
|
|
|
|
# twspace_dl -v -i https://twitter.com/i/spaces/1LyxBnmNkObxN -c cookies.txt
|
|
|
|
# https://twitter.com/i/spaces/1LyGBnmdpejGN/peek
|
|
twspace_dl -v -i https://twitter.com/i/spaces/1LyGBnmdpejGN -c cookies.txt
|
|
|
|
|
|
|
|
# pip install git+https://github.com/rly0nheart/twitter-video-downloader |