Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples

Download the most recent Giant Bombcast video

npx gb-dl --api-key <YOUR_API_KEY> --show-name "Giant Bombcast" --video-number 0

Download the first Giant Bombcast video

npx gb-dl --api-key <YOUR_API_KEY> --show-name "Giant Bombcast" --video-number 0 --video-number-reverse

Download a video based on the URL

npx gb-dl --api-key <YOUR_API_KEY> --video-guid "https://www.giantbomb.com/videos/video-thing-its-a-website/2300-20/"

Download a video based on the GUID

npx gb-dl --api-key <YOUR_API_KEY> --video-guid "2300-20"