This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 일곱개의 대죄 1권 | |
| 001 | |
| http://i.imgur.com/zv7imF5.jpg | |
| 001 | |
| http://i.imgur.com/9HWsHyH.jpg | |
| 002 | |
| http://i.imgur.com/NJhen9i.jpg | |
| 003 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import optparse | |
| import mechanize | |
| import urllib | |
| import re | |
| import urlparse | |
| #from _winreg import * | |
| def val2addr(val): | |
| addr ='' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3.3 | |
| import os | |
| term = "food" | |
| #path = "./"+term+"/ca/" | |
| path = "./"+term+"/ca/" | |
| dirList = os.listdir(path) |