AdguardTeam / cname-trackers

This repository contains a list of popular CNAME trackers
https://adguard.com/
MIT License
387 stars 37 forks source link

Split cname domains data to ads and trackers #60

Closed slavaleleka closed 1 year ago

slavaleleka commented 2 years ago

all fetched data is stored to trackers directory now. and some of them is used not for trackers but ads

we can add extra property for config.json input objects which will be used for collecting to different directories

{
    "company_name": "Clickaine",
    "type": "ad",
    "domains": [
        "api.clickaine.com"
    ]
},
{
    "company_name": "Commanders Act",
    "type": "tracker",
    "domains": [
        "tagcommander.com"
    ]
},
TPS commented 2 years ago

Could #51 be implemented simultaneously?

slavaleleka commented 2 years ago

@TPS no sure

TPS commented 2 years ago

@TPS no sure

@slavaleleka What do you mean?

slavaleleka commented 2 years ago

I mean that we may resolve the issues separately