Skip to content

Use proceedings HTML to generate the list of URLs to process #4

@csarven

Description

@csarven

Use the proceedings HTML and xpath to generate scripts/data.txt (list of URLs to process).

At the moment, scripts/data.txt was derived from https://www2018.thewebconf.org/proceedings/ using the following script:

var s = []; document.querySelectorAll('a[href^="https://dl.acm.org/authorize?N"]').forEach(function(i){ s.push(i.href); }); console.log(s.join("\n"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions