-
Notifications
You must be signed in to change notification settings - Fork 291
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
Added Letterboxd #845
Conversation
@@ -6560,5 +6560,15 @@ | |||
"known" : ["carlito", "taylor"], | |||
"cat" : "social" | |||
} | |||
{ | |||
"name" : "Letterboxd", | |||
"uri_check" : "https://letterboxd.com/{account}", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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" | |||
} |
There was a problem hiding this comment.
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
Please also move this to the "L" section of the JSON file right after |
Added Letterboxd