odysee-dl

odysee.com channel content downloader
git clone https://git.ea.contact/odysee-dl
Log | Files | Refs | README

README.md (567B)


      1 # Odysee.com channel content downloader
      2 
      3 Downloads all content from a channel given an odysee.com url.
      4 
      5 ## Usage
      6 
      7 ```
      8 Usage: odysee-dl-cli [OPTIONS] <URL>
      9 
     10 Download all content from an Odysee channel. <URL> should be the URL of the channel,
     11 e.g. https://odysee.com/@channel:1
     12 
     13 Options:
     14     -h, --help          Print help information
     15     -d, --dir <DIR>     Output directory (default: .)
     16     -r, --resume        Resume an interrupted download
     17 ```
     18 
     19 # Build
     20 
     21 Find current Windows build in Releases or build from source with `cargo build --release`.