DBLP Scraper should support all DBLP URLs

Issue #2562 closed
Robert Jäschke created an issue

The DBLP scraper currently supports URLs of the form

Since DBLP supports export to other formats, the scraper should also support these pages. For instance:

This is easy to accomplish as a subclass of the GenericBibTeXURLScraper, since the DBLP ID can be extracted from all of the above paths with a simple Regexp like /rec/(bibtex|xml|rdf|ris|html)/(.+)(\.xml|\.rdf|\.ris)?

Comments (6)

  1. Log in to comment