Skip to content

Instantly share code, notes, and snippets.

View DashanGao's full-sized avatar

高大山 Dashan Gao DashanGao

View GitHub Profile
@DashanGao
DashanGao / DoubanAlbum.py
Created April 30, 2017 16:35
This is a Douban Album image crawler
# encoding=utf8
import BeautifulSoup
import urllib
import os
initial_url = 'https://www.douban.com/photos/photo/2390342635/'
i = 0