wwdc-downloader icon indicating copy to clipboard operation
wwdc-downloader copied to clipboard

Regex needs adjustment

Open mrpippy opened this issue 7 years ago • 0 comments

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.

mrpippy avatar Mar 07 '17 05:03 mrpippy