Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,453 contributions in the last year
Activity overview
Contribution activity
October 2020
Created an issue in pirate/ArchiveBox that received 6 comments
Add ability to configure arbitrary additional CLI args for each dependency
I'm imagining a feature like this:
config.py:
YOUTUBEDL_ARGS = ['-f', 'bestvideo[filesize<500M][height<=?480]+bestaudio/best']
...
WGET_ARGS = ['--…

