whotracks.me icon indicating copy to clipboard operation
whotracks.me copied to clipboard

Netflix tracker page not found

Open Mizzick opened this issue 2 years ago • 2 comments

Netflix is presented in trackers table of the available dump trackers.sql,

$ aws --no-sign-request s3 cp s3://data.whotracks.me/trackerdb.sql .
$ grep 'netflix' ./trackerdb.sql
INSERT INTO "tracker_domains" VALUES('netflix','netflix.com',NULL);
INSERT INTO "tracker_domains" VALUES('netflix','nflxext.com',NULL);
INSERT INTO "tracker_domains" VALUES('netflix','nflximg.net',NULL);
INSERT INTO "tracker_domains" VALUES('netflix','nflxso.net',NULL);
INSERT INTO "tracker_domains" VALUES('netflix','nflxvideo.net',NULL);
INSERT INTO "trackers" VALUES('netflix','Netflix',8,NULL,NULL,'3707',NULL,NULL);

but suitable web page is not found:

https://whotracks.me/trackers/netflix.html --> Page not Found

Mizzick avatar Apr 05 '22 10:04 Mizzick

Thanks for reporting! I think the mappings are outdated. Also, from what I can tell, all the mapped domains belong to Netflix Inc. Here is also a related discussion: https://github.com/Perflyst/PiHoleBlocklist/issues/34

If I can confirm that they are dead, I will remove them from the trackers.sql.

As a side-note, the Netflix homepage made it into the current data set as a "site" (not "tracker"). But that does not require mappings in the trackers.sql: https://whotracks.me/websites/netflix.com.html

philipp-classen avatar May 04 '22 15:05 philipp-classen

Thanks for an update!

As a side-note, the Netflix homepage made it into the current data set as a "site" (not "tracker"). But that does not require mappings in the trackers.sql: https://whotracks.me/websites/netflix.com.html

Yes, I've seen this, but the point is that websites table is not presented in the dump.

Mizzick avatar May 05 '22 18:05 Mizzick