Skip to content

Commit c0c8b09

Browse files
committed
add disabled note
1 parent fa8315a commit c0c8b09

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

scripts/1-fetch/openverse_fetch.py.disabled

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
#!/usr/bin/env python
22
"""
3-
Fetch CC Legal Tool usage from Openverse API.
3+
DISABLED:
4+
Fetch from Openverse disabled due to API limitations
5+
https://github.com/creativecommons/quantifying/issues/184
46
5-
Note:
6-
Because anonymous Openverse API access
7-
returns a maximum of ~240 result count
8-
per source-license combination, this
9-
script currently provides approximate counts.
10-
It does not include pagination or license_version
11-
breakdown.
7+
Fetch CC Legal Tool usage from Openverse API.
128
"""
139

1410
# Standard library

0 commit comments

Comments
 (0)