openverse-api icon indicating copy to clipboard operation
openverse-api copied to clipboard

Remove `license_url` computation

Open obulat opened this issue 3 years ago • 0 comments

Problem

We are currently using code to compute license_url for some images that do not have it in the database. This code should become unnecessary when we normalize data in the database. This issue is blocked by https://github.com/WordPress/openverse-catalog/issues/511

Description

We should remove the code that computes the license_url as it should be available in the meta_data.license_url field for all media items in the database.

obulat avatar May 20 '22 10:05 obulat