[extractor/common] Encode the url when calculating the md5 with `—write-pages` option
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 25 Jan 2014 14:31:58 +0000 (15:31 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 25 Jan 2014 14:32:56 +0000 (15:32 +0100)
This doesn’t cause any problem in python 2.*, but on python 3 the `md5` function only accepts bytes.


No differences found