|
|
|
|
|
by TekMol
765 days ago
|
|
Does it work? Looking at the code, the regex it uses to find the urls seems to be: document.documentElement.innerHTML.match(/https?:\/\/[^\s/$.?#].[^\s]*videoplayback(?:\?|%3F)[^'"]+/g)
Tried this on two videos and it returned null both times. |
|