Jump to content
UBot Underground

[RESOLVED] Problem Scraping From a Text File in a Site


Recommended Posts

Hey guys,

 

My proxy provider provides the proxies in a link format, it's a php file, which has the proxies only in there, line by line.

 

There's no html/php at all in the file, the source code looks like this:

"

11.22.33.44

12.43.56.12

....

"

 

I'm trying to scrape all the proxies into a list but I have no clue how to do that as there's no attributes.

 

Any help?

 

Thanks!

Link to post
Share on other sites

add list to list(%YourDesiredListName, $list from file("Browse To The File You Want

To Pull Into Your List."), "Delete", "Global")

Link to post
Share on other sites

add list to list(%YourDesiredListName, $list from file("Browse To The File You Want

To Pull Into Your List."), "Delete", "Global")

 

I just reread my post and realized I wasn't clear enough.. it's a URL/proxies.php where the proxies are. I don't have a file with the proxies in my computer.

 

I tried downloading this as a file but it fails to download.

Link to post
Share on other sites

scrape the page and add the proxies to a list

 

When I scrape the page like this: set(#prox, $page scrape("", ""), "Global")

Nothing gets into #prox.

 

Is there a better way to scrape all page?

Link to post
Share on other sites
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...