Jump to content
UBot Underground

chamich

Members
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral

About chamich

  • Rank
    Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Is it possible to use wildcards or regexes with $replace? I tried putting * in search field with no luck, but maybe this is just me
  2. Hello I have innertext data with several lines of text in it, is it possible to save only the first line?
  3. Thanks, figured out how to save multiple files from the page - scraped urls to list 1, and file names to list 2. Download command looks following It is working, but just curious maybe someone did the same more elegantly?
  4. Little bit confused with its 3 fields Original, Search, Replace If I want all 1 to be replaced for 2 in scraped content what should I put in each?
  5. My question is it possible to save files ( pdfs for example ) from webpages with Ubot?
  6. Thanks, that helped. But still interested if it is possible to remove parts of scraped data automatically?
  7. Hello I want to scrap all links from the page via "scrape chosen attribute". Only attribute that giving me meaningful URL is "inner html", which looks like <a href="http://www.someurl.com">Someurl</a> Is it possible to save only http://www.someurl.com to the list without the rest? Maybe there is some command which removes specified text automatically.
  8. So I am trying to select link via choose by attribute and for some reason href field is empty, while direct link showing in the browser and in the html code of the page Excerpt of the code <div> <a class="med tLink" href="http://rutracker.org/forum/viewtopic.php?t=3023873"><b>(Alternative<wbr>) The Cure - 9 track 'Disinte<wbr>gration' Deluxe Edition Sampler - 2010, FLAC (image+.cue), lossless</b></a> </div> How so?
  9. Now I am completely confused What box you speak about? Next to browse I have just save and cancel buttons. Generally my question is following - if I have a page with links to some files ( torrent, doc, pdf, whatever ) and links to files are not direct ( download starts only after the click ) how can I download these files to specific folder on my computer?
  10. Here is what I get when right clicking I am using Win 7, IE 8 if that matters
  11. As I understand at first I need to choose dialog box by some attribute to use change file field chosen? How can this be done? Drag and drop of dialog window and right click on the window doesn't help.
  12. Hello So my bot goes to specific page, click link which activates download of torrent file. Standard IE dialog box popups ( Open/Save/Cancel ), bot clicks save successfully, but I can't automatically enter location where to save file. Here is part of my bot and here is how save box look like Maybe set dialog text doesn't work because filename is highlighted by default, I don't now.
×
×
  • Create New...