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

Add support for : fastpic.org #1393

Open
vitaly-zdanevich opened this issue Aug 18, 2024 · 1 comment
Open

Add support for : fastpic.org #1393

vitaly-zdanevich opened this issue Aug 18, 2024 · 1 comment

Comments

@vitaly-zdanevich
Copy link

See Скриншоты block at https://rutracker.me/forum/viewtopic.php?t=6419292 (The Dark Mod game is free and open source - this link is not piracy)

Why we should add support for the website?
This is a popular website for storing of images.

@Kissaki
Copy link
Contributor

Kissaki commented Dec 14, 2024

I looked whether I could implement this and here's what I found out:

Looking for a public image to test with, I found

gallery          https://new.fastpic.org/album/VuXsn3TLl5
image page       https://fastpic.org/view/121/2023/0329/fc13eee9c5ae885d55178b6107c163c2.jpg.html
full image page  https://fastpic.org/fullview/121/2023/0329/fc13eee9c5ae885d55178b6107c163c2.jpg.html
thumbnail:       https://i121.fastpic.org/thumb/2023/0329/c2/fc13eee9c5ae885d55178b6107c163c2.jpeg
fullsize:        https://i121.fastpic.org/big/2023/0329/c2/fc13eee9c5ae885d55178b6107c163c2.jpg?md5=9jPtxV2kuUGzJjxxufq3Pw&expires=1734184800

The md5 and expires URL parameters are necessary to receive/request the image directly. The expiry indicates the link/values is/are only valid for one day.

The page script is non-trivial. Somewhere in there it must be requesting and generating the appropriate image URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants