https://bugs.kde.org/show_bug.cgi?id=427566

--- Comment #4 from colin...@gmail.com ---
(In reply to Guo Yunhe from comment #3)
> In that page we can parse the URL of pictures. But the size is very small.
> It is more complex to get a 1080p+ size image.

Not just get the thumbnail version. 
>From the interesting calendar, you direct get a _s version picture, plus a href
to the album page of that picture, let say this one:

<td class="FullDay" id="20201012"><a href="/explore/interesting/2020/10/12/"
title="Zoom into October 12th 2020" onclick="intrestpop_show('20201012',
'October 12th 2020'); return false;"><img
src="https://live.staticflickr.com/65535/50460505761_882f80f43f_s.jpg";
width="75" height="75" class="Thumb" alt="Zoom into October 12th 2020" /></a>
<div class="BlackDate">12</div>
<div class="WhiteDate">12</div>
</td>

The small image for 10/12 is 50460505761_882f80f43f_s.jpg. 
You can find the album URL of this page here:
intrestpop_HASH['20201012'] = [
       
{thumb:'https://live.staticflickr.com/65535/50460505761_882f80f43f_s.jpg',
page:'/photos/86832534@N03/50460505761/'},

Thanks to well-formatted flickr image url: 
https://www.flickr.com/services/api/misc.urls.html

you can go to the album page now and get any size of the picture:
https://www.flickr.com/photos/86832534@N03/50460505761/sizes/l/

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to