Skip to content

Commit

Permalink
Disable restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 13, 2023
1 parent 6770ea4 commit a920c25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions archive_query_log/cli/captures.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ def fetch(config: Config) -> None:
changed_sources = tqdm(changed_sources, total=num_changed_sources,
desc="Fetching captures", unit="source")
for source in changed_sources:
if "web.archive.org" in source.archive.cdx_api_url:
_add_captures(config, source)
_add_captures(config, source)
else:
echo("No new/changed sources.")

Expand All @@ -166,7 +165,6 @@ def import_() -> None:
pass



_CEPH_DIR = Path("/mnt/ceph/storage/")
_DEFAULT_DATA_DIR = (
_CEPH_DIR / "data-in-progress/data-research/web-search/"
Expand Down Expand Up @@ -200,4 +198,4 @@ def aql_22(
check_memento=check_memento,
search_provider=search_provider,
search_provider_index=search_provider_index,
)
)

0 comments on commit a920c25

Please sign in to comment.