I made a command line utility for downloading and streaming GB videos

Avatar image for harryrose
HarryRose

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By HarryRose

https://github.com/harryr0se/giant_bomb_cli

I've been working on this for a while, recently decided to set it free.

It's pretty powerful if you want to download all or parts of a specific series,

For example:

giant_bomb_cli.py -l 3 --sort asc --filter --name "Mario Party Party" --download

will download the first 3 Mario Party Party videos.

Let me know what you guys think and if there's any other features you'd like to see :)

Avatar image for killerklown907
killerklown907

72

Forum Posts

0

Wiki Points

0

Followers

Reviews: 3

User Lists: 1

This is really cool! I've been looking to make something like this myself, now I don't need to. I hope you don't mind, but I forked a copy to my github in an attempt to convince myself to learn more web stuff and some python by tinkering with it.

Avatar image for dprotp
dprotp

753

Forum Posts

10

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By dprotp

Holy crap, this is what I was trying to achieve with my terrible bigdogpitbull script and then some! ... By having a text file that I pasted HD URLs into, and then executing bigdogpitbull, manually, that calls wget on that text file. At least I learned a little bit on how to use my server!

Thanks a lot!

Edit: Deleted all previous edits because I finally finished this thing!

No Caption Provided

Happy day!