This file contains 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
""" | |
Pocket Calibre Recipe v1.4 | |
""" | |
from calibre import strftime | |
from calibre.web.feeds.news import BasicNewsRecipe | |
from string import Template | |
import json | |
import operator | |
import re | |
import tempfile |