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

Added Letterboxd #845

Closed
wants to merge 1 commit into from
Closed

Conversation

serdaraltin
Copy link
Contributor

Added Letterboxd

@@ -6560,5 +6560,15 @@
"known" : ["carlito", "taylor"],
"cat" : "social"
}
{
"name" : "Letterboxd",
"uri_check" : "https://letterboxd.com/{account}",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a / to the end of the uri_check as I'm getting redirected without it. So it should be https://letterboxd.com/{account}/

"name" : "Letterboxd",
"uri_check" : "https://letterboxd.com/{account}",
"e_code" : 200,
"e_string" : "RECENT ACTIVITY",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried via web browser and curl and cannot see the RECENT ACTIVITY e_string in any response. I get a good response but don't see that string. I'd suggest using the string ’s profile on Letterboxd which appears in the title tag.

@@ -6560,5 +6560,15 @@
"known" : ["carlito", "taylor"],
"cat" : "social"
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to change this to be }, please

@WebBreacher
Copy link
Owner

Please also move this to the "L" section of the JSON file right after "name" : "kwejk.pl", so it is alphabetized

@serdaraltin serdaraltin closed this Aug 7, 2024
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 this pull request may close these issues.

2 participants