mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
add gallerydl plugin
This commit is contained in:
parent
3421833830
commit
b6520243bc
11 changed files with 3888 additions and 0 deletions
8
archivebox/plugins/gallerydl/apps.py
Normal file
8
archivebox/plugins/gallerydl/apps.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ReplayWebPageConfig(AppConfig):
|
||||
label = "ReplayWeb.Page"
|
||||
name = "plugin_replaywebpage"
|
||||
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
Loading…
Add table
Add a link
Reference in a new issue