These files represent the content that has been modified during the tutorial.
To better understand the context, go through the video and/or written tutorial.
These files represent the content that has been modified during the tutorial.
To better understand the context, go through the video and/or written tutorial.
| var links = []; | |
| var quotes = []; | |
| var tempUrl = []; | |
| var infos = []; | |
| var maxLinks = 10; | |
| var firstUrl = 'http://www.imdb.com/search/title?at=0&num_votes=5000,&sort=user_rating,desc&start=1&title_type=tv_infoss'; | |
| var newUrl; | |
| var x = require('casper').selectXPath; |