http://zinie.blog.me/

Post Reply
PP100
Posts: 27
Joined: 28 Apr 2015, 12:46

http://zinie.blog.me/

Post by PP100 » 21 Jul 2015, 02:46

Whenever I try to download any pics from this site
http://zinie.blog.me/

I get no results.
It's also very difficult to download or save any pics in the browser. No right click works and they seem to have their own image viewer which for me hardly ever works.
Any help would be appreciated to download all images so I can review later.

Thanks

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: http://zinie.blog.me/

Post by Maksym » 21 Jul 2015, 12:12

The problem with this project is the wrong starting address. If you go to "zinie.blog.me" and do the "View page source" - you will see that this address contains nothing but a reference to the actual blog address in a frame:

<frameset rows="*,0" frameborder="0" framespacing="0">
<frame id="screenFrame" name="screenFrame" src='http://blog.naver.com/zinie' scrolling="auto" >
</frameset>

You see that the actual address is: 'http://blog.naver.com/zinie'.

But if you open this address's source - it also contains nothing but frame:

<frameset rows="*,0" frameborder="0" framespacing="0">
<frame id="mainFrame" name="mainFrame" src="/PostList.nhn?blogId=zinie&widgetTypeCall=true" scrolling="auto" onload="oFramesetTitleController.start(self.frames['mainFrame'], self.......

So, the actual starting address, which contains actual pages with images is:

http://blog.naver.com/PostList.nhn?blog ... eCall=true

Here, I created a project which downloads all images from this URL:

projects/blog.naver.com-zinie.exe

PP100
Posts: 27
Joined: 28 Apr 2015, 12:46

Re: http://zinie.blog.me/

Post by PP100 » 21 Jul 2015, 12:23

Ok many thanks
I did see the blog.naver.com url but when I tried that it seemed to scan a lot of urls but no pictures initially found so I thought it was too wide a setting.

Post Reply