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,422 contributions in the last year
Activity overview
Contribution activity
October 2020
- tests: Add tests for several different ways to extract the title
- fix: CHROME_USER_DATA_DIR
- setup_django changes
- feat: Remove index.json and index.html generation
- Tags migration
- feat: Add config for extractor args
- Added network host
- Feature: add og:title metadata as alternative title
- Add a bookmarklet
- os.path replacement
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 = ['--…