mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 16:44:26 -04:00
re-author plugins
This commit is contained in:
parent
01ba6d49d3
commit
654bd22bd0
19 changed files with 42 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
__package__ = 'plugins_extractor.archivedotorg'
|
||||
__label__ = 'archivedotorg'
|
||||
__version__ = '2024.10.14'
|
||||
__author__ = 'Nick Sweeting'
|
||||
__author__ = 'ArchiveBox'
|
||||
__homepage__ = 'https://archive.org'
|
||||
__dependencies__ = []
|
||||
|
||||
|
|
|
@ -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__ = []
|
||||
|
||||
|
|
|
@ -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__ = []
|
||||
|
||||
|
|
|
@ -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__ = []
|
||||
|
||||
|
|
|
@ -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__ = []
|
||||
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
|
@ -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__ = []
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue