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

What is 666? #34

Open
ryan-lp opened this issue Dec 28, 2023 · 3 comments
Open

What is 666? #34

ryan-lp opened this issue Dec 28, 2023 · 3 comments

Comments

@ryan-lp
Copy link

ryan-lp commented Dec 28, 2023

sqlite> select title, lastHttpStatus from podcasts where id = 228629;

First Baptist Church, Bradenton|666

Is it a legitimate server response or an internal code assigned by the Podcast Index? My own crawler has never encountered it.

@daveajones
Copy link
Contributor

It’s an internal code. I have a few of those to denote certain conditions that are outside of the http response scope.

@daveajones
Copy link
Contributor

@ryan-lp
Copy link
Author

ryan-lp commented Jan 1, 2024

Aside from 666, 667 and 668, there are some other HTTP statuses outside of the standard range: 0, 630, 900, 901, 902, 903, 904, 905, 906, 908, 909, 986, 999. Would it be correct to say that 666, 667 and 668 were designated by you as internal codes while the rest of the non-standard codes in this list are legitimate server responses?

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

No branches or pull requests

2 participants