Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netflix tracker page not found #271

Open
Mizzick opened this issue Apr 5, 2022 · 2 comments
Open

Netflix tracker page not found #271

Mizzick opened this issue Apr 5, 2022 · 2 comments
Assignees

Comments

@Mizzick
Copy link

Mizzick commented Apr 5, 2022

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

@philipp-classen philipp-classen self-assigned this May 4, 2022
@philipp-classen
Copy link
Member

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: Perflyst/PiHoleBlocklist#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 added a commit to philipp-classen/whotracks.me that referenced this issue May 5, 2022
@Mizzick
Copy link
Author

Mizzick commented May 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants