Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 370561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:01:47+00:00 2026-05-12T14:01:47+00:00

I have a script that is scraping URLs from various sources, resulting in a

  • 0

I have a script that is scraping URLs from various sources, resulting in a rather large list. Currently I’ve just got a collection of if statements that I’m using to filter out sites I don’t want. This obviously isn’t maintainable, so I’m trying to find a fast and powerful solution for filtering against a blacklist of url masks.

The best thing I could come up with is looping through an array of regex patterns and filtering anything that matches. Is this really my best bet or is there another method that would do the job better?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T14:01:48+00:00Added an answer on May 12, 2026 at 2:01 pm

    If you want to exclude domain names, or some URL that has no “variable part”, a solution might be to use a database, with a table containing only the URL, with the right index, and do a quick match.

    Finding out if an URL must not be dealt with would then only be a matter or doing a quick query to that DB (which generally means “URL equals”, or “URL starts with”) — which can be as simple as an SQLite DB, which fits in a file and doesn’t require an additionnal server.

    The idea of a PHP array has one drawback : when your array will get bigger, it’ll take more and more memory just to have it in memory — and, one day or another, you’ll take too much memory and will hit memory_limit ; if you have more than a couple thousands URLs, that solution might not be the best one.

    Still, if you only have a couple of URLs or patterns, the idea of a PHP array, looping over it, and comparing each value with strpos (for “contains” or “starts with”) or preg_match (for regex) will do just fine — and is the easiest one to implement.

    If you want to use some complex matching rule, using some kind of regex will probably be your only real way… Be it on the PHP side, with preg_match, or on a SQL server (MySQL, for instance, has support for regex, as far as I know — no idea about the performances, though ; see 11.4.2. Regular Expressions for more informations)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 257k
  • Answers 257k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Try adding the .css and .js to your module's view.yml… May 13, 2026 at 10:41 am
  • Editorial Team
    Editorial Team added an answer why to make simple things complicated? whats wrong in this… May 13, 2026 at 10:41 am
  • Editorial Team
    Editorial Team added an answer No, that's not accessible by other apps. May 13, 2026 at 10:41 am

Related Questions

I was wondering how you guys actually develop large applications when you are your
While HTML Scraping is pretty well-documented from what I can see, and I understand
i have the following script i am using to scrap data from my uni
I'm hoping to make a quick script to log-out/restart windows at a set time.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.