Blazingly fast scraper
Get the binary from the release page
Build
sh
git clone 'https://github.com/Based-Programmer/titans' && \
cd titans && \
cargo build --release
sh
sudo cp target/release/titans /usr/local/bin/
sh
cargo install titans
sh
sudo cp "$CARGO_HOME"/bin/titans /usr/local/bin/
Or better add $CARGO_HOME to your $PATH
In your .zprofile, .bashprofile or .fishprofile ?
sh
export PATH="$CARGO_HOME/bin:$PATH"
titans <argument> <url>
sh
titans 'https://dooood.com/d/0hdlp0641u82'
sh
titans -p 'https://www.youtube.com/watch?v=784JWR4oxOI'
sh
titans -d 'https://nitter.net/stillgray/status/1670812043090497538#m'
sh
titans -h