Skip to content

Regex needs adjustment  #62

@mrpippy

Description

@mrpippy

I think there's been some changes to the session pages, I had to adjust the regex for it to detect any sessions:

from
let pat = "\\b.*\\/videos\\/play\\/wwdc2016\\/([0-9]*)\\/\"><h5\\b"
to
let pat = "\\b.*\\/videos\\/play\\/wwdc2016\\/([0-9]*)\\/\">.*"

Not sure if the regex could be better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions