Repositories (1)

gistable
3 snippets stored for this repo
Python IconPython
"scorpius", "scream", "seat", "secret", "shaved_ice", "sheep", "shell",
    "ship", "shipit", "shirt", "shit", "shoe", "signal_strength",
    "six_pointed_star", "ski", "skull", "sleepy", "slot_machine", "smile",
Python IconPython
# 正規表現
	pat_gallery         = re.compile('^(http://g.e-hentai.org/g/.*/).*$')								# ギャラリーのURLであるか / URLからギャラリーを抜き出す
	pat_img_page        = re.compile('^http://g.e-hentai.org/s/.+/.*$')								# 画像ページのURLであるか
Python IconPython
count = 0						# リスト要素の番号
	current_page_url = first_img_page_url		# 現在のg.e-hentai.orgページのURL
	lofi_page_url    = ""				# lofi.e-hentai.orgページのURL