-
-
Notifications
You must be signed in to change notification settings - Fork 989
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
[Request] Site support: http://lofter.com/ #650
Labels
Comments
Hi, is it possible to support this? |
This was referenced Nov 28, 2023
Closed
Closed
I'll update this comment as I gather more information about Lofter. There appears to be quite a number of themes, making scraping more difficult than anticipated. Here's a list of possible things I've found that one can scrape:
According to the end of this file, there are six types of posts: n.contentMap = {
1: "TEXT",
2: "PHOTO",
3: "AUDIO",
4: "VIDEO",
5: "QUESTION",
6: "ARTICLE"
} Example posts I've found so far:
|
Closed
Initial support for this site was merged: #6607 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its like a sort of tumblr. Each user has a sort of domain eg, id: naijiaer, http://naijiaer.lofter.com/
I got blocked for awhile after trying to spam grab http://naijiaer.lofter.com/?page=[1-20], So i guess they're quite picky about this.
Thanks!
The text was updated successfully, but these errors were encountered: