The recipe system is meant to work with html not JSON, I suggest using the html pages on the actual faz website. If you really want to use JSON, then you would need to implement get_obfuscated_article() in your recipe and convert the JSON to html. python hs a builtin json parses (import json) that you can use for the purpose.
|