re-author plugins

This commit is contained in:
Nick Sweeting 2024-10-15 01:00:21 -07:00
parent 01ba6d49d3
commit 654bd22bd0
No known key found for this signature in database
19 changed files with 42 additions and 31 deletions

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.archivedotorg'
__label__ = 'archivedotorg'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://archive.org'
__dependencies__ = []

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.chrome'
__label__ = 'chrome'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/ArchiveBox/ArchiveBox/tree/main/archivebox/plugins_extractor/chrome'
__dependencies__ = []

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.curl'
__label__ = 'curl'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/curl/curl'
__dependencies__ = []

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.favicon'
__label__ = 'favicon'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/ArchiveBox/archivebox'
__dependencies__ = []

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.git'
__label__ = 'git'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/git/git'
__dependencies__ = []

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.mercury'
__label__ = 'mercury'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/postlight/mercury-parser'
__dependencies__ = ['npm']

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.readability'
__label__ = 'readability'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/ArchiveBox/readability-extractor'
__dependencies__ = ['npm']

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.singlefile'
__label__ = 'singlefile'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/gildas-lormeau/singlefile'
__dependencies__ = ['npm']

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.wget'
__label__ = 'wget'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/ArchiveBox/ArchiveBox/tree/main/archivebox/plugins_extractor/wget'
__dependencies__ = []

View file

@ -1,7 +1,7 @@
__package__ = 'plugins_extractor.ytdlp'
__label__ = 'YT-DLP'
__version__ = '2024.10.14'
__author__ = 'Nick Sweeting'
__author__ = 'ArchiveBox'
__homepage__ = 'https://github.com/yt-dlp/yt-dlp'
import abx