Scrapebox don't detect urls

Salamouna

Elite Member
Jr. VIP
Joined
Aug 28, 2014
Messages
11,855
Reaction score
8,677
I have a list of websites like this
1695463953623.png

and when I click on remove entries witch are not url the software remove it all
even when I import such list on a plugin it don't want to be imported
I think because it has not https or www. in front of it so scrapebox treat it ask not url but I would call that outdated software if still behave with url like that
also didn't find a way to add www. with the software
I have millions of links
 
  • Like
Reactions: GTC
i dont use scrapebox, but for the issue changing the domains:
on linux you could easily add anything in front. add all your domains to "domains.txt" and then:

for d in `cat domains.txt`; do echo "https://$d" >> domains2.txt; done

then you have the new list in domains2.txt
if you have a server with SSH access you can do it there.
 
Last edited:
@loopline I was able to import the list into alive check addons but not able to import it into link extractor addons
please fix that
 
What are you trying to do actually? Because those are all domain names and nothing else to remove. What are you trying to remove?
 
What are you trying to do actually? Because those are all domain names and nothing else to remove. What are you trying to remove?
Nothing
I just try to import the list to the addon
it won't
 
Yes, because its not outdated software. The issue is you were importing a list of domains not urls. Even though browsers compensate and automatically add https etc... the OS still has no clue hwat you want, because you could ask for FTP or http or multiple protocols with that domain.

Scrapebox functions at a raw sockets and threads level, which gives you more power and control for bulk processing, but scrapebox assumes that the user knows the protocol and its not going to guess because that could produce undesired results.

In order to maximize power, options and flexibility, scrapebox needs to offer users the option to specify a protocol. If scrapebox starts forcing protocols, that would take away functionality.

So you need to specify a URL not a domain. Thats nothing to do with scrapebox, thats just how the "internet" actually works.

https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
 
Yes, because its not outdated software.
I knew that you will take it personally and behave like that

so why I can import the same list on live checker addon and can't import it to link extractor addons?
since you saying that screpebox assumes that the user knows the protocols? why it can access the link on that one and can't on the other one?
maybe screpebox don't know that stupid user like me exist
 
I knew that you will take it personally and behave like that

so why I can import the same list on live checker addon and can't import it to link extractor addons?
since you saying that screpebox assumes that the user knows the protocols? why it can access the link on that one and can't on the other one?
maybe screpebox don't know that stupid user like me exist
Behave like what? I was quoting facts. The more I learn about the internet, life, AI and more the better I can use.

You don't want to use any opportunity to learn? If you don't want to learn, no worries, just ignore my posts. ;)

I didn't say you were stupid, thats your words, just so we are clear.

Some functions can support multiple protocol options and some can not.


Also depending on the coding class thats used it can vary. The thing is that these are classes of code that are used by programs worldwide, which is why it can be useful for knowing how it works.
 
Back
Top