mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #160] Doesn't always grab images #118
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danmed on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/160
I'm just testing this and the archive feature doesn't appear to always grab images...
For example, when archiving the below link, none of the images are captured in the archive, but a thumbnail is generated.
https://imgur.com/a/W5wZxHT
I'm running the docker image btw..
@RadhiFadlillah commented on GitHub (Sep 22, 2019):
@danmed yep, unfortunately the archival still doesn't work properly with page that uses a lot of Javascript like imgur and Reddit (the old Reddit is fine though), and unfortunately I don't have any idea where to start to solve this.
@danmed commented on GitHub (Sep 22, 2019):
Ah ok, will it still does a pretty good job.. so thank you..
On Sun, 22 Sep 2019, 09:22 Radhi, notifications@github.com wrote:
@deanishe commented on GitHub (Sep 23, 2019):
I was thinking about something like a set of URL rewriting rules, which might help Shiori handle certain sites (like Reddit). For example, a rule might rewrite
www.reddit.com/...toold.reddit.com/...to get a more easily parseable version of a page.For other sites, the mobile or print version (if they exist) might be much easier to parse.
For example, Shiori does a good job with this article from the Spiegel, but it also grabs a bunch of the dumb user comments that aren't in the print version.
@linwaytin commented on GitHub (Dec 26, 2019):
I also have the same problem.
I think there are two possible ways to deal with this problem.
First, let users enter the link manually.
Second, as @deanishe mentioned, rules can help Shiori to determine where the image is.
At least, I like to be able to enter the link manually.
For now, if the image is not correct, there is nothing I can do to fix it.
Anyway, thank you for this great project.
@fmartingr commented on GitHub (Oct 7, 2022):
This will get worked on with #353. After the switch, we can start fixing this kind of things directly on obelisk.