Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 595 Bytes

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"