add ansible runner code to get facts after execution and benedict

This commit is contained in:
Nick Sweeting
2024-09-15 20:29:02 -07:00
parent e9ddac0219
commit fab80632b7
2 changed files with 73 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ dependencies = [
"base32-crockford==0.3.0",
############# Extractor Dependencies #############
"yt-dlp>=2024.8.6", # for: media
"python-benedict[io,parse]>=0.33.2",
]
homepage = "https://github.com/ArchiveBox/ArchiveBox"