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
| # coding:utf-8 | |
| import re | |
| from ExportXiaMiList.HttpHelper import HttpHelper | |
| from bs4 import BeautifulSoup | |
| # url = 'http://faxian.smzdm.com/9kuai9/p1' | |
| url = 'http://sakurako2007.tumblr.com/' | |
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
| license: gpl-3.0 |
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
| #coding:utf-8 | |
| from urllib import request, parse | |
| from bs4 import BeautifulSoup | |
| import re | |
| import codecs | |
| url = 'http://jandan.net' | |
| def gethtml(url): |