Jump to content
UBot Underground

Search the Community

Showing results for tags 'scrape attribute'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. The current issue I need help with is when trying to use Scrape Attribute to get the first returned result. In the screen shot below that would be the 1st loaded company which was Sony. I'm looking to get the sony.com. I tried selecting it but keep getting a Offset, which when I run the next company can move and no longer works, how should I proceed? Any help will be greatly appreciated, Thank you for your time. Larry
  2. Hi All, From the below html want to just scrape "?cat=dra_896". How to do this ?. --------------------------------------------------------- <a class="cat-filter" data-url="?cat=dra_896">Dragon </a>----------------------------------------------------------If someone wondering why do i need this ?, Just a Background, On the target website this is a category filter, when ever you click this element, the link will reflect this content with different data on the page loaded accordingly, So i want to store this values in a list. Please let me know if you need more details. Have trie
  3. I am trying to scrape the number of photos for each record on this page: http://v3.torontomls.net/Live/Pages/Public/Link.aspx?Key=145177a42bc64537b568ad2e71c157da&App=TREB As you will see, there are a total of 31 records on this page, and all but one of them have photos available. If you scroll down to record #26 you will see that it says "Photo Not Available". This means that there are photos available for 30 of 31 records. The problem I am having is that when I use this command: clear list(%num_pics) set(#num_pics, $scrape attribute(<class="info">, "innertext"), "Global"
  4. I'm trying to scrape the href urls from a page, however so far I've been unsuccessful... The page has different peoples names on it, with each of their names containing a link to their profile. This is the code that contains the hreflink (the person name contains the URL that i want to scrape <li class="clickable"> <input type="hidden" id="quick_follow_username_15768" value="MathewPeter"> <input type="hidden" id="quick_follow_name_15768" value="Mathew Peter"> <div class="image-container"> <a href="Mathew Peter"> <img src="http://img.com" alt="Mathew Peter
  5. Hi folks, OK, first question. I made a Bot to scrape Youtube video codes from links on the Video manager page. The html is: <a href="/watch?v=-55U2DIeAYw" class="vm-video-title-content yt-uix-sessionlink" data-sessionlink="ei=CJzZ_Z2XorUCFcuBIQod82TudA%3D%3D">My Movie</a> I use attribute href to give me /watch?v=-55U2DIeAYw, and add this to a list, then table, then save. It works the way I want but I only really want to scrape the code.after v=. How would I go about this when writing the bot? Thanks, Dave
  6. Hey fellow UBot, My first post here, got a problem in my first bot that I am dying to finish. Have been doing this little project for a few days so it's time to ask for help. Please help! I use regexbuddy trial but since I am new to UBot and this tool, I am not quite there yet. Here is my problem, I am trying to get test1, test2, test3, test4 from the following html text: <div test="asdf" asd="adfasdf;:"><div test><div test>test1</div></div></div> -->fail <div test>test2</div> --> regex found test2 (good) <div test='dsf'>test3&l
×
×
  • Create New...