Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 09/08/17 in all areas

  1. How to use $scrape attribute http://network.ubotstudio.com/forum/index.php/topic/21244-understanding-scrape-attribute-vs-find-regular-expression-and-properly-using-the-element-editor/?do=findComment&comment=130631 Regards, CD
    1 point
  2. You can use "$scrape attribute" to get the value's. Not sure what you are doing however, you may take a look at the UI Drop Down command and use "if" and "else if" commands instead. ui drop down("Choose a page:","page 1,page 2,page 3",#UI_DD_pages) if($comparison(#UI_DD_pages,"= Equals","page 1")) { then { alert("page 1") } else if($comparison(#UI_DD_pages,"= Equals","page 2")) { alert("page 2") } else if($comparison(#UI_DD_pages,"= Equals","page 3")) { alert("page 3") } } comment("use navigate command instead with url.") Regards, CD
    1 point
  3. You can use "Advance Captcha" plugin to solve ReCaptcha 2.0. It works well. You can get it for free from here: http://ubotplugin.com/product/advanced-captcha-v3/
    1 point
  4. Okay try this, this will just pull the next page token out and create the next url, you will have to do the first get request then pull out the next page token (you can just copy/paste the nextPageToken var) and then the next get request is that url just add in the video id. comment("Do first get request here, I will simulate this by putting in a variable named #response below with the response you got back") set(#response,"\{ \"kind\": \"youtube#commentThreadListResponse\", \"etag\": \"\\\"m2yskBQFythfE4irbTIeOgYYfBU/F1bK0Wo4VY6v25XGUBJOlK7iXd0\\\"\", \"nextPageToken\": \"QURTSl9pMy04NTVU
    1 point
  5. http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/12/s0.png Price: Only $10 To purchase: Click Here Send me a private message after purchase and I'll provide the download link.
    1 point
×
×
  • Create New...