mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[PR #506] [MERGED] feat: Add config for extractor args #4210
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/506
Author: @cdvv7788
Created: 10/14/2020
Status: ✅ Merged
Merged: 10/22/2020
Merged by: @cdvv7788
Base:
master← Head:extractors-dependencies📝 Commits (8)
a286bfbfeat: Add config for youtubedl (YOUTUBEDL_ARGS)601779drefactor: Use json.loads instead of split for list arguments20fd004feat: Add WGET_ARGS to control wget arguments86ee658feat: Add CURL_ARGS to control curl arguments8884b55feat: Use CURL_ARGS on header extractorab5972ffeat: Use CURL_ARGS in favicon extractore2135eafeat: Use CURL_ARGS on title extractor7d33f60refactor: Change typing for new stubs📊 Changes
9 files changed (+58 additions, -45 deletions)
View changed files
📝
archivebox/config/__init__.py(+37 -3)📝
archivebox/config/stubs.py(+6 -2)📝
archivebox/extractors/archive_org.py(+2 -3)📝
archivebox/extractors/favicon.py(+2 -3)📝
archivebox/extractors/git.py(+2 -1)📝
archivebox/extractors/headers.py(+3 -4)📝
archivebox/extractors/media.py(+2 -18)📝
archivebox/extractors/title.py(+2 -3)📝
archivebox/extractors/wget.py(+2 -8)📄 Description
Summary
Create config options to consolidate extractor args in a single key
Related issues
#503
Changes these areas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.