mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 14:27:55 +10:00
re-author plugins
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
__package__ = 'plugins_pkg.npm'
|
||||
__label__ = 'npm'
|
||||
__version__ = '2024.10.14'
|
||||
__author__ = 'Nick Sweeting'
|
||||
__author__ = 'ArchiveBox'
|
||||
__homepage__ = 'https://www.npmjs.com/'
|
||||
|
||||
import abx
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
__package__ = 'plugins_pkg.pip'
|
||||
__label__ = 'pip'
|
||||
__version__ = '2024.10.14'
|
||||
__author__ = 'Nick Sweeting'
|
||||
__author__ = 'ArchiveBox'
|
||||
__homepage__ = 'https://github.com/pypa/pip'
|
||||
|
||||
import abx
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
__package__ = 'plugins_pkg.playwright'
|
||||
__label__ = 'playwright'
|
||||
__version__ = '2024.10.14'
|
||||
__author__ = 'Nick Sweeting'
|
||||
__author__ = 'ArchiveBox'
|
||||
__homepage__ = 'https://github.com/microsoft/playwright-python'
|
||||
|
||||
import abx
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
__package__ = 'plugins_pkg.puppeteer'
|
||||
__label__ = 'puppeteer'
|
||||
__version__ = '2024.10.14'
|
||||
__author__ = 'Nick Sweeting'
|
||||
__author__ = 'ArchiveBox'
|
||||
__homepage__ = 'https://github.com/puppeteer/puppeteer'
|
||||
__dependencies__ = ['npm']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user