Hello, I thing it's because of a mistake. Can test this please ? Replace in the youtube procedure : # parse the html while {$results < $incith::google::youtube_results} { # somewhat extenuated regexp due to allowing that there might be an image next to the title if {[regexp -nocase {<span class=&quo...
sorry... there are some other words is this tcl not used in youtube changes : - id="video-long - class="video-date-added" - class="video-view-count" The first one can be deleted (as I said before) The other one should be replaced by : - class="date-added" - class=&...
"Anyone else having YouTube problems?" You're right. Youtube changed is Html. You have to change something in the Tcl to go through this. initial tcl (in youtube procedure) : # parse the html while {$results < $incith::google::youtube_results} { # somewhat extenuated regexp due to allowing...