Skip to content

Commit

Permalink
start to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jan 15, 2014
1 parent 5b070dc commit 7648226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transmogrify/htmlcontentextractor/templatefinder.txt
Expand Up @@ -140,10 +140,10 @@ Our extraction blueprint will use the apply_to_paths setting to select the href.
... [template]
... blueprint = transmogrify.htmlcontentextractor
... repeat = //div
... item_url = //a/@href
... url = ./a/@href
... rules =
... modifiedDate = //span
... title = //a/text()
... modifiedDate = ./span
... title = ./a/text()
... tal =
... modifiedDate = python:datetime.datetime(item['modifiedDate'])
... """
Expand Down

0 comments on commit 7648226

Please sign in to comment.