mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 16:44:26 -04:00
allow getting crawl from API as rss feed
This commit is contained in:
parent
eae7ed8447
commit
c374d7695e
3 changed files with 23 additions and 2 deletions
|
@ -204,6 +204,10 @@ class ArchiveResultMachine(StateMachine, strict_states=True):
|
|||
start_ts=timezone.now(),
|
||||
) # lock the obj for the next ~30s to limit racing with other workers
|
||||
|
||||
# run_subcommand([
|
||||
# 'archivebox', 'extract', self.archiveresult.ABID,
|
||||
# ])
|
||||
|
||||
# create the output directory and fork the new extractor job subprocess
|
||||
self.archiveresult.create_output_dir()
|
||||
# self.archiveresult.extract(background=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue