mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-08 07:36:31 +02:00
fix syntax errors
This commit is contained in:
@@ -194,7 +194,6 @@ class Extractor:
|
|||||||
self.archiveresult.outputs.append({
|
self.archiveresult.outputs.append({
|
||||||
'type': 'PDF',
|
'type': 'PDF',
|
||||||
'path': file.relative_to(cwd),
|
'path': file.relative_to(cwd),
|
||||||
''
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if 'text/plain' in mimetypes.guess_type(file):
|
if 'text/plain' in mimetypes.guess_type(file):
|
||||||
|
@@ -7,7 +7,7 @@ from typing import Optional
|
|||||||
|
|
||||||
from archivebox.index.schema import Link, ArchiveResult, ArchiveOutput, ArchiveError
|
from archivebox.index.schema import Link, ArchiveResult, ArchiveOutput, ArchiveError
|
||||||
from archivebox.misc.logging_util import TimedProgress
|
from archivebox.misc.logging_util import TimedProgress
|
||||||
from archivebox.misc.util import enforce_types, download_url, htmldecode, dedupe)
|
from archivebox.misc.util import enforce_types, download_url, htmldecode, dedupe
|
||||||
|
|
||||||
from abx_plugin_curl.config import CURL_CONFIG
|
from abx_plugin_curl.config import CURL_CONFIG
|
||||||
from abx_plugin_curl.binaries import CURL_BINARY
|
from abx_plugin_curl.binaries import CURL_BINARY
|
||||||
|
Reference in New Issue
Block a user