User Profile

Collapse

Profile Sidebar

Collapse
4yush
4yush
Last Activity: Jun 14 '19, 10:37 AM
Joined: Jun 7 '19
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do I create a loop for this Python code in excel?

    I need to extract the domain for example: (http: //www.example.com/example-page, http ://test.com/test-page) from a list of websites in an excel sheet and modify that domain to give its url (example.com, test.com). I have got the code part figured put but i still need to get these commands to work on excel sheet cells in a column automatically.

    Code:
    >>> url = ("http://www.example.com")
    >>> domain
    ...
    See more | Go to post

  • thanks, gits I am sorry for my absurdity and wasting your time. One last thing?
    If that wont work then Can I create a script which could filter out all the https results in a search result leaving only http results and repeat that process over and over and scrape all the website addresses using a web scraper plugin or something
    See more | Go to post

    Leave a comment:


  • 4yush
    started a topic can I get a list of all http sites in the world?

    can I get a list of all http sites in the world?

    I've tried inurl:http but it takes forever to get even a bunch of sites right and I have to think of new keywords everytime to get the sites. Is there kind of a directory or a script i could use to filter the http from all the sites on the web. Or some sort of software?
    See more | Go to post
No activity results to display
Show More
Working...