<feed xmlns='http://www.w3.org/2005/Atom'>
<title>4grab, branch develop-arch</title>
<subtitle>Wallpaper scraper/grabber for a certain website...</subtitle>
<id>https://code.ryuslash.org/4grab/atom?h=develop-arch</id>
<link rel='self' href='https://code.ryuslash.org/4grab/atom?h=develop-arch'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/'/>
<updated>2011-06-11T09:38:21Z</updated>
<entry>
<title>Moved away from deprecated SGMLlib parser</title>
<updated>2011-06-11T09:38:21Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2011-06-11T09:38:21Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=02524e678017fa64d54714439f322790351705c6'/>
<id>urn:sha1:02524e678017fa64d54714439f322790351705c6</id>
<content type='text'>
I'd heard that the SGMLlib parser had been deprecated in favor of
HTMLParser, so now I've moved to that.
</content>
</entry>
<entry>
<title>Removed wizard option, never use it</title>
<updated>2011-06-11T09:34:43Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2011-06-11T09:34:43Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=4bd89ebdedf429186bb1381a61c3adf9eaeb5eb9'/>
<id>urn:sha1:4bd89ebdedf429186bb1381a61c3adf9eaeb5eb9</id>
<content type='text'>
I once implemented it for a friend of mine, but he doesn't use it at
all, so I'd best just let it loose.
</content>
</entry>
<entry>
<title>Archlinux uses python2</title>
<updated>2011-05-27T09:36:28Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2011-05-27T09:36:28Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=05724b37b3ddc229f922aff2a24d909eeb5b5a7d'/>
<id>urn:sha1:05724b37b3ddc229f922aff2a24d909eeb5b5a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interrupt, save</title>
<updated>2010-04-27T19:06:41Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-27T19:06:41Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=0323ddbed81302750c9e70096014abe24e2b655c'/>
<id>urn:sha1:0323ddbed81302750c9e70096014abe24e2b655c</id>
<content type='text'>
On keyboard interrupt in the regular flow of downloading the collected images of this session and of last session are saved so as not to destroy the archive accidentally this way.
If an item is added to the new collection, it is removed from the old one.
If a save is being dumped (uncleanly saved because of KB interrupt), the old collection is appended to the new one.
Upon loading the returned string is split to enable removing of the old items.
</content>
</entry>
<entry>
<title>Nasty bug where it didn't actually save anything</title>
<updated>2010-04-22T20:24:38Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-22T20:24:38Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=ef79c9991b55975157607c6d7b0cca52a6929023'/>
<id>urn:sha1:ef79c9991b55975157607c6d7b0cca52a6929023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log function works, need to start using it now</title>
<updated>2010-04-21T13:40:20Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-21T13:40:20Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=99b87aeffb9412ad7a0cc1f795fd6af89cf4eb76'/>
<id>urn:sha1:99b87aeffb9412ad7a0cc1f795fd6af89cf4eb76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'kirbybase' into develop</title>
<updated>2010-04-19T07:16:59Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-19T07:16:59Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=b5aac6235789c0561026edd38875c786480e4a61'/>
<id>urn:sha1:b5aac6235789c0561026edd38875c786480e4a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not checking and kirbybase</title>
<updated>2010-04-19T07:16:04Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-19T07:16:04Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=af529bcd4e214c13b7810eeba4d425c4a1129b58'/>
<id>urn:sha1:af529bcd4e214c13b7810eeba4d425c4a1129b58</id>
<content type='text'>
Using kirbybase to store downloaded images
A nasty bug that always returned the wrong result when checking whether an image had already been downloaded has been fixed
</content>
</entry>
<entry>
<title>Archive lookup</title>
<updated>2010-04-08T13:14:12Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-08T13:14:12Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=2db5555609b4ab157ea836f9611c6faa80508cf3'/>
<id>urn:sha1:2db5555609b4ab157ea836f9611c6faa80508cf3</id>
<content type='text'>
4grab was saving the archived images to the wrong place, which is now fixed
</content>
</entry>
<entry>
<title>Fixed Python 2.6 compatibility issue</title>
<updated>2010-04-08T13:12:26Z</updated>
<author>
<name>ryuslash</name>
</author>
<published>2010-04-08T13:12:26Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/4grab/commit/?id=9fb2b4ff58681dde805f9ac2c8be3b59ad8e9a50'/>
<id>urn:sha1:9fb2b4ff58681dde805f9ac2c8be3b59ad8e9a50</id>
<content type='text'>
Select was using "raise 'No Match'" to break from non-matches, this is
deprecated
</content>
</entry>
</feed>
