openverse-api
openverse-api copied to clipboard
Remove `license_url` computation
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.