calibre recipes

  • Post author:
  • Post category:
  • Post comments:3 Comments
  • Post last modified:February 8, 2020

Once booted up

최신 정보는 Kindle의 모든 것을 알려주마란 글에서 다룹니다.

마지막 갱신 날짜:

  • 2012-03-13

레시피 묶음

recipes 목록을 묶어서 다운로드하기 편하게 만들었다. 이 압축 파일에 포함된 신문, 잡지의 목록은 다음과 같다.

Exlosm 은 xkcd 와 비슷한 웹 만화이다. Amazon 에서 추천 책으로 뜬 것을 보고 직접 Recipe 를 제작했다. xkcd 와 달리 동영상을 올리는 경우도 있길래 예외 처리하느라 혼났다. 어쨌든 잘 작동하는 것 같다.

그 외에도 몇몇 레시피가 함께 포함됐다. 게임 개발, 섹스 칼럼 등 개인적인 선호에 따라 추가했다.

기본 레시피

New York Times

뉴욕 타임즈는 Calibre 기본 레시피 중 하나이다. 그런데 이 레시피로는 내가 좋아하는 칼럼인 The Ethicist는 구독하지 못한다. 그래서 이것저것 찾아보니 의외로 해결책이 간단했다.

[사용자 뉴스 소스 – 내장된 리시프 사용자 정의 – New York Times]를 불러 온다. 뉴욕 타임즈 레시피의 소스 코드 중 아래 부분을 True 로 바꾼다.

# set webEdition to True for the Web edition of the newspaper. Set oldest_article to the
# number of days old an article can be for inclusion. If oldest_article = 0 all articles
# will be included. Note: oldest_article is ignored if webEdition = False
webEdition = True

이렇게 하면 뉴욕 타임즈 웹 사이트에서 어지간한 글은 다 긁어온다. The Ethicist 가 포함된 Magazine 도 포함된다. 글이 너무 많아 전자책을 만드는데 시간이 오래 걸리는데 web_sections에서 읽을 섹션만 골라내면 그만큼 빨라진다.

# Sections to collect for the Web edition.
# Delete any you don't want, or use includeSections or excludeSections
web_sections = [(u'World',u'world'),
	(u'U.S.',u'national'),
	(u'Politics',u'politics'),
	(u'New York',u'nyregion'),
	(u'Business','business'),
	(u'Technology',u'technology'),
	(u'Sports',u'sports'),
	(u'Science',u'science'),
	(u'Health',u'health'),
	(u'Opinion',u'opinion'),
	(u'Arts',u'arts'),
	(u'Books',u'books'),
	(u'Movies',u'movies'),
	(u'Music',u'arts/music'),
	(u'Television',u'arts/television'),
	(u'Style',u'style'),
	(u'Dining & Wine',u'dining'),
	(u'Fashion & Style',u'fashion'),
	(u'Home & Garden',u'garden'),
	(u'Travel',u'travel'),
	('Education',u'education'),
	('Multimedia',u'multimedia'),
	(u'Obituaries',u'obituaries'),
	(u'Sunday Magazine',u'magazine'),
	(u'Week in Review',u'weekinreview')]

 

참고 문서

Author Details
Kubernetes, DevSecOps, AWS, 클라우드 보안, 클라우드 비용관리, SaaS 의 활용과 내재화 등 소프트웨어 개발 전반에 도움이 필요하다면 도움을 요청하세요. 지인이라면 가볍게 도와드리겠습니다. 전문적인 도움이 필요하다면 저의 현업에 방해가 되지 않는 선에서 협의가능합니다.
0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

3 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
trackback

[…] This post was mentioned on Twitter by CHOI, Jaehoon, lfvi. lfvi said: [안드로메다] calibre recipes: 레시피 묶음 recipes 목록을 묶어서 다운로드하기 편하게 만들었다. 이 압축 파일에 포함된 신문, 잡지의 목록은 다음과 같다. xkcd (recipe) … http://bit.ly/dZ63sN […]

trackback

[…] calibre recipes […]