エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Builds epub book out of Paul Graham's essays.
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Builds epub book out of Paul Graham's essays.
pgessays.py ��� �F � # -*- coding: utf-8 -*- """ Builds epub book out of Paul Graham's essays: ht... pgessays.py ��� �F � # -*- coding: utf-8 -*- """ Builds epub book out of Paul Graham's essays: http://paulgraham.com/articles.html Author: Ola Sitarska <ola@sitarska.com> Copyright: Licensed under the GPL-3 (http://www.gnu.org/licenses/gpl-3.0.html) This script requires python-epub-library: http://code.google.com/p/python-epub-builder/ """ import re, ez_epub, urllib2, genshi from BeautifulSoup imp

