MARC import isn't picking up URLs
Bug #151151 reported by
Aaron Swartz
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Open Library |
Confirmed
|
Medium
|
Edward Betts |
Bug Description
Also, I would like to pick up these fields that have URLs, if we can. Here's an example:
856 42 $3Publisher description
$uhttp:
This should be stored so that we can generate a link out of it like:
<a
href="http://
description</a>
But more importantly, we should generate a list of these URLs and start crawling them so we can integrate the data ourselves.
Edward, how hard would it be to dump a list of 856 URLs from the LC data?
Changed in openlibrary: | |
assignee: | nobody → daniel-mybuttocks |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openlibrary: | |
assignee: | daniel-mybuttocks → edward-debian |
description: | updated |
Changed in openlibrary: | |
milestone: | none → 1.1 |
tags: | added: marc |
To post a comment you must log in.
I've just written some code to output all the URLs in the LC import it is running now. Should finish in a few hours.