Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

apar chinmoy phy js code

ylinks = ''
links = document.querySelectorAll('#results > div > a > div > img')
for (x=0; x<links.length;x++){
    ylinks+=(x+1+") https://www.youtube.com/watch?v="+links[x].getAttribute('src').split('/')[4]+"
")
}
console.log(ylinks)
 
PREVIOUS NEXT
Tagged: #apar #chinmoy #phy #js #code
ADD COMMENT
Topic
Name
7+9 =