techwizrd / MangaFox-Download-Script

A script that lets you download mangas from mangafox.com
77 stars 27 forks source link

Fixed downloader for Python 2.6 or earlier. #19

Closed mipek closed 10 years ago

mipek commented 10 years ago

collections.OrderedDict is only present in Python 2.7 and above(so its not usable by Python 2.6 users).

However, it's really easy to drop-in a replacement so it's working in Python 2.6 See this: https://pypi.python.org/pypi/ordereddict