-
Notifications
You must be signed in to change notification settings - Fork 169
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
Literotica changes after site UI revamp #1058
Comments
I'm not seeing that site change. However, I also don't have an account on literotica; is it a member only change? I'm going to need some real URL examples before I can do anything about it. |
link to author page from story was moved from https://www.literotica.com/stories/memberpage.php?uid=1400023&page=submissions to https://www.literotica.com/authors/bhuff/works/stories for example |
That looks like site change testing. I'm not going to make changes chasing a moving target, but I'll leave this issue open in case it stabilizes soon. |
Seems changes were deployed again couple of days ago and not rolled back since. New UI in place in anonymous mode as well |
I continue to not see this change when I look at the site. And FFF continues to work for me on the site. Until I can see it, I can't really do anything about this. If somebody who does see the changes wants to fix it, remember that until we all see the same thing, any changes would need to support both new and old versions of the site. |
Got it, thanks for tip. Changes indeed are deployed only for some regions or ip ranges as under vpn i've got old UI. Sorry inconvenience caused. |
np. I don't read that site myself, so unless prompted I won't remember to look at this very often. Thanks for confirming the region idea. |
Thanks for this. FF worked when I used a VPN. |
FYI, I'm told there's an option in the user settings to opt-out of the beta. There's also one I see for non-users on story chapter pages. That might help. |
The option in the story chapter only change the chapter UI not the author's page UI nor the forced author's page redirection. The main problem that cause FFF to malfunction is the forced URL redirection from https://www.literotica.com/stories/memberpage.php?uid=author id&page=submissions to https://www.literotica.com/authors/author. So VPN is the only option for now. |
Test versions in the usual places. Changes for literotica aren't hugely tested. Also, I fully expect further site changes. |
Thanks for the update. Another big change is that it shows only up to 25 parts of a series. For example, here is a story called "Mary and Alvin" at https://www.literotica.com/authors/MelissaBaby/works/stories. It has 37 parts but the page shows only 25 parts, and a So to get the full list of the parts in those series, the button has to be clicked. |
Ugh. That's a javascript interaction that creates the HTML for the +25 chapters from some embedded data. It's not obfuscated, so it should be possible to extract. But I may not get to it today. |
Parsing that embedded info is a pain. I think it may work better to get the chapters from the new "Story Series" page like: Which does raise the question of whether that "Story Series" should be the canonical story URL for this site in FFF now. Does anyone have a particularly long (many chapters) story? I'd like to know if it's going to paginate or anything. |
I did search for another long series and here is one: Also found another author's page with As you mentioned before, it's not clear that the UI revamp is completed or not. So until revamp is done, I think it would be helpful to have an option to download single story directly from the story link without looking up the author's page. Then, those individual stories can be merged to first 25 stories if wanted. |
Thanks, that helps. Especially knowing about 'Show More' for the author's list. That definitely puts me in favor of using the 'Story Series' page ( (I suspect we're going to lose the That should also deal with the weird cases where the author somehow associated the same 'chapter'('story') with more than one 'Story Series'. Example But it's also good you reminded me about single 'chapter' stories--they don't have a 'Story Series' page. So they'll have to keep the Structural WordsUnfortunately, literotica and FFF disagree about the definitions of 'chapter', 'story' and 'series'. I'm not sure that this is documented anywhere else, so I'm going to ramble about it for a bit to help collect my thoughts. FanFicFareFFF generally downloads a 'story' of multiple 'chapters', each chapter being an individually downloaded webpage. In FFF a 'series' is a name and URL associated with a story and making an anthology of multiple stories in a series is a separate (Plugin only) feature. literoticaliterotica instead defines a 'story' which can (optionally) have multiple 'pages' that are different webpages. Then a 'series' (or 'story series') is a collection of 'stories'. When The alternative would have been to map literotica 'series', 'stories', and 'pages' to FFF 'series', 'stories' and 'chapters' respectively--to match terminology, if nothing else. It was ~10 years ago and I didn't write
|
I've posted test versions in the usual places that I think address all the problems to date. This also removes literotica features:
OTOH, I've added cover image for multi-chapter stories that have one. I haven't seen any single-chapter stories that do. |
Also related 6462c5c Forgot to tag the issue. |
WOW! Thank you so much for your effort and the detailed comments. Personally I like the It seems that not all series follow a new
|
I'm really not interested in trying to parse author page again. It's a bit of a nightmare looking past the 'show more' buttons without a javascript engine. Ideally, the site will start showing ratings or average ratings on the /series/se page. I'm pretty sure I've noticed at least one further site change today while I was working on it: Your second point about /series/se URLs should already be addressed in 6462c5c and in the posted test versions. |
Understandable; it looks messy. Thanks again for your effort. |
Hi.. I understand why you don't want to work the |
averratingSince apparently So I've added code to parse it and calculate the overall average rating to put in This is 'best effort' code and likely rather fragile. If it fails, there's only a debug level notification. descriptionI've also changed the I've removed entirely the old code that filled Test versions in the usual places. |
Thanks for adding Now the |
Examples? It worked for the ones I looked at.
|
I just downloaded the new test version.. I've updated qhml1's "A Box of Rocks" story series in my library and I got an empty comments/summary. https://www.literotica.com/authors/qhml1/works/stories |
The author hasn't given that story a description or introduction. In past, FFF filled literotica story descriptions with a numbered list of the chapter titles because there wasn't a story(series) summary/description. But now there are two available, which the site presents to the author as 'Short Description'(required) and 'Series Introduction'. |
With the code before
Thanks a lot 🙏 |
Correct. And as I said over on MR:
|
Thanks a lot for bringing back averrating! Your continuous work is really commendable! 🫡 |
I've reimplemented description from chapters' descs for 'story series' that don't have an intro or short desc only. On reflection, I decided I let my dislike for this site get away from me a bit there. |
Thanks for adding that feature back and fixing the plugin :) I have a problem updating or adding chapter 12 of this series. https://www.literotica.com/series/se/208847 FFF skips the update and says in log/comment "Already contains 11 chapters." |
I've updated to the new test version. It didn't add chapter 12 to the 11 chapter series. I even deleted the whole series and re-add to library. Only picked up 11 chapters. Here's the debug log file. thanks! |
As of writing, same issue with: The site is apparently not showing all chapters when not logged in on some stories now. Both hidden chapters are new(ish). Presumably they unlock after a few days. I'm not dealing with login for this site right now. |
Thanks a lot for putting back the Just fyi, the Best |
Presumable due to move of list of works from https://www.literotica.com/stories/memberpage.php?uid=author id&page=submissions to https://www.literotica.com/authors/author name/works/stories updating/creating anthologies is broken now
submissions link now points to author details after redirect rather then to stories page
The text was updated successfully, but these errors were encountered: